pwShowChisqLandscape


 chisqMatrix = pwShowChisqLandscape(par1, par2, n1, n2, inLogSpace, factor, ...
                                    limits1, limits2, trajectory)

 Calculates the chisq value for n1 * n2 parameter combinations
 for parameters par1 and par2 in the given limits.

 

Arguments for pwShowChisqLandscape

 par1        Number of parameter 1 as listed in the equalizer or with pwInfo.
             Can also be an array of parameters.
             Can also be 'all' corresponding to an analysis for all parameters.
             Can also be 'fitted' corresponding to an analysis for all
             fitted parameters.
 par2        Number of parameter 2 as listed in the equalizer or with pwInfo.
 n1          Number of parameter variations for par1
 n2          Number of parameter variations for par2
 inLogSpace  If true, parameter changes are applied logarithmically.
             Default: true
 factor      If no limits are specified, a factor is used to determine
             the limits via:
             limits1(1) = valueOfPar1/factor
             limits1(2) = valueOfPar1*factor
             limits2(1) = valueOfPar2/factor
             limits2(2) = valueOfPar2*factor
             Default: 100
 limits1     Minimum and maximum value for parameter 1
 limits2     Minimum and maximum value for parameter 2

 

Example

 n1 = 10;
 n2 = 10;
 pwShowChisqLandscape('all',    [], n1, n2)
 pwShowChisqLandscape('fitted', [], n1, n2)

 Keywords: chi-square landscape