Template:WeibullDataSet.CalculateBestFit.Cmt: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
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]] to calculate with the model that best fits the data after [[WeibullDataSet.AnalysisSettings|AnalysisSettings]] have been set.
Runs the Distribution Wizard to determine the best distribution for the data set, and then estimates the parameters of that distribution. This method uses the analysis settings specified in [[WeibullDataSet.BestFitSettings|BestFitSettings]].
 
If the analysis is successful, the [[WeibullDataSet.FittedModel|FittedModel]] property will be set. Otherwise, it is cleared.

Revision as of 18:56, 10 February 2014

Runs the Distribution Wizard to determine the best distribution for the data set, and then estimates the parameters of that distribution. This method uses the analysis settings specified in BestFitSettings.

If the analysis is successful, the FittedModel property will be set. Otherwise, it is cleared.