pwPleCalculate
pwPleCalculate(iPar, maxNumSteps, relChi2StepIncrease, minStepSize, maxStepSize,
breakOnParLimits, showIterations, thresholdMode, fitBeforePLE,
hSubplot, showLegend)
Profile Likelihood Estimation
iPar i'th parameter, see pwInfo
[if omitted, all free parameters are considered]
maxNumSteps maximum number of steps to sample the profile likelihood
Default: 100
relChi2StepIncrease: percentage chi^2 increase of a step [0.1]
maxStepSize: maximum step size as log10 change
minStepSize: minimum step size as log10 change
breakOnParLimits: stop if a parameter bound has been reached [true]
showIterations If true, the progress of the PL estimation is visualized
Default as specified in config.analyses.PLE.showIterations, usually true
thresholdMode 1: Use relative chi-square threshold for simultaneous confidence level
2: Use relative chi-square threshold for separate confidence levels
3: Use absolute chi-square threshold based on chi-square test
Default as specified in config.analyses.PLE.thresholdMode, usually 1
fitBeforePLE Default given by config.analyses.PLE.fitBeforePLE
hSubplot Handle to a subplot which will be used to plot
the currently estimated profile likelihood.
showLegend If true, a legend is shown. Default: true