pwAnalysisOfFits


 [K, K_org, parNames] = pwAnalysisOfFits([], percentage, [], [], [], minimumPValue)

 Applies a fit sequence analysis and returns a matrix with parameter
 values of the last fit sequence.

 

Arguments for pwAnalysisOfFits

 percentage: How many percent of the best fits should be used?
             Default: 100%

 minimumPValue: Tries to calculate a p value of every fit stating the probability, that
             the model is sufficient to describe the data. Uses only fits that have
             a higher or equal p Value as minimumPValue. Default: 0 (i.e. all fits are used)

 K           (n x p) matrix for the p fitted parameters of the n best fits
             median is set to 1

 K_org       the same as K but with no rescaling

 parNames    String array with p names of the fitted parameters

 

Example

 pwAnalysisOfFits([], 20); % Get the best 20% of the last fit sequence

See also

pwFitSequenceAnalysis
pwF2
pwF3