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]] property to calculate with the model that best fits the data.
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.