pwPleSaveExtremeParameterSets(filename) Saves the extreme parameter sets found by PLE (Profile Likelihood Estimation) into a Matlab file. When executing the Matlab file, the parameter values can be retrieved. They can be used to plot etreme trajectories corresponding to the confidence interval.
pwPlEgui % Run the PLE manually on all parameters of interest pwPleSaveExtremeParameterSets('getPars.m'); p = getPars; [p, pIDs, settingIDs] = getPars; % also yields a description of the setting % which can be used in a legend