pwFitSequenceResults


 [K, IDs, chisqValues, pValues, modelIDs, dataIDs, Kstart, ...
   nTotalFits, Kcomplete, IDsComplete, Ktrue, N, indFitHistory]=...
   pwFitSequenceResults(percentage, useDerivedParameters, fits)

 

Arguments for pwFitSequenceResults

 useDerivedParameters: true or false (default)
                Use this flag if you want to analyse rather the derived
                parameters than the original ones

 percentage:    Returns only given percentage of best fits. Default: 100, i.e. all fits.

 fits:          Per default the fits of the last fit sequence are taken,
                if not given directly.


 K:             Matrix of parameter values
                Number of rows = number of fits
                Number of columns = number of parameters

 IDs:           IDs of the paramters as cell array

 chisqValues:   Chi square values of all fits

 pValues:       p-values of all fits

 modelIDs:      IDs of all models used for the fits

 dataIDs:       IDs of all data sets used for the fits

 Kstart:        Matrix of parameter values at start of fitting

 nTotalFits:    Number of all fits (not only the best fits)

 Kcomplete:     Matrix K contains only parameters wich were fitted.
                Kcomplete contains also temp. fixed parameters.

 Ktrue:         For simulated data the true parameter values.

 N:             Number of fitted data points (neglecting NaN values)

 indFitHistory  Indices of best fits in the fit history.

See also

pwFitSequencePlots
pwFitSequenceAnalysis
pwFitHistoryGetFitGroups