pwFitHistoryGetFitGroups
[fitGroups, fitGroupsIDs, fitGroupsNFits, fitGroupsChisq, fitGroupsNPars, ...
fitGroupsNData, fitGroupsPositionInHistory] = pwFitHistoryGetFitGroups(fitHistory)
Returns groups of fits belonging to identical settings for
model, data, and fitted parameters in the fit history.
Optional:
fitHistory Array of fits. If unspecified, the fit history of the
current PottersWheel session is used.
fitGroups Cell array, where each cell contains all fits belonging
to the same fit group, i.e. fits with the same fitted
model, data, and parameters.
fitGroupsIDs Cell array of the unique IDs representing the fit groups
fitGroupsNFits Number of fits per group
fitGroupsChisq Cell array of the chi-square values, where fitGroupsChisq{i}(j)
is the chi-square value of fit j in fit group j.