Template:WeibullDataSet.CalculateBestFit.Cmt: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
(Created page with '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…')
 
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.
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]] property to calculate with the model that best fits the data.

Revision as of 16:00, 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 property to calculate with the model that best fits the data.