WeibullDataSet Class: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
Line 10: Line 10:


== Properties  ==
== Properties  ==
*'''[[WeibullDataSet.DatasetName]]''' {{APIComment|Gets or set the name of the data set.}}
*'''[[WeibullDataSet.DatasetName|DatasetName]]''' {{APIComment|Gets or set the name of the data set.}}
*'''[[WeibullDataSet.GeneralSettings]]''' {{APIComment|General settings used when fitting the model or finding the best fit.}}
*'''[[WeibullDataSet.GeneralSettings]]''' {{APIComment|General settings used when fitting the model or finding the best fit.}}
*'''[[WeibullDataSet.AnalysisSettings]]''' {{APIComment|Settings used when fitting the model.}}
*'''[[WeibullDataSet.AnalysisSettings]]''' {{APIComment|Settings used when fitting the model.}}

Revision as of 21:26, 11 September 2013



Instantiate this class to be able to fit an Weibull model from your raw data.

Constructors

  • New WeibullDataSet Creates a new class that can be used to fit a model from Weibull raw data.


Properties



Events

  • WeibullDataSet.Events Reference to a class that contains overridable methods for handling Weibull solver events. See WeibullEvents Class for more detail.


Methods