Template:WeibullDataSet.CalculateBestFit.Cmt: Difference between revisions
Jump to navigation
Jump to search
John Leavitt (talk | contribs) No edit summary |
John Leavitt (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
Runs the calculation and finds a distribution model that best fits the data in the WeibullDataSet. Sets FittedModel property if successful. Clears it (sets to Nothing) in case of an error. This method should be used with the [[WeibullDataSet.BestFitSettings|BestFitSettings]] | Runs the calculation and finds a distribution model that best fits the data in the WeibullDataSet. Sets FittedModel property if successful. Clears it (sets to Nothing) in case of an error. This method should be used with the [[WeibullDataSet.BestFitSettings|BestFitSettings]] to calculate with the model that best fits the data after [[WeibullDataSet.AnalysisSettings|AnalysisSettings]] have been set. |
Revision as of 16:12, 7 February 2014
Runs the calculation and finds a distribution model that best fits the data in the WeibullDataSet. Sets FittedModel property if successful. Clears it (sets to Nothing) in case of an error. This method should be used with the BestFitSettings to calculate with the model that best fits the data after AnalysisSettings have been set.