Template:WeibullDataSet.CalculateBestFit.Cmt: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(6 intermediate revisions by the same user not shown)
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.
Automatically finds the best fitting distribution and fits that distribution to the current data set using the settings specified in the BestFitSettings property.

Latest revision as of 16:13, 21 February 2014

Automatically finds the best fitting distribution and fits that distribution to the current data set using the settings specified in the BestFitSettings property.