pwF5


 pwF5(parameterMatrix, backupMinutes, dataMode)

 Applies n fits with n = size(parameterMatrix, 1).
 Fit i starts from parameterMatrix(i,:).
 Selects the best fit of the sequence.
 The number and order of parameters (nPars = size(parameterMatrix, 2)) equals
 the number and order of parameter names shown in the equalizer or using
 the pwInfo command.

 

Arguments for pwF5

 backupMinutes:    Save repository every backupMinutes minutes.
                   If set to 0 (default), no backup is saved.

 dataMode:         0 (default) Fitted data is unchanged.
                   1 Data is simulated based on original values plus Gaussian noise.
                   2 (Monte-Carlo) Data is simulated based on model values plus Gaussian noise.
                   3 (Bootstrap) Data points are drawn with replacement
                      from the set of all data points.
                   Compare pwSimulateNewRealization.

See also

pwF1
pwF2
pwF3
pwF4
pwInfo
pwSimulateNewRealization