WeibullDataSet Class: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
Line 26: Line 26:


== Methods  ==
== Methods  ==
*'''[[ClearDataSet]]''' {{APIComment|Clears all data and fitted model. All analysis settings stay unchanged.}}
*'''[[WeibullDataSet.ClearDataSet]]''' {{APIComment|Clears all data and fitted model. All analysis settings stay unchanged.}}
*'''[[AddFailure]]''' {{APIComment|Adds a failure data point to the collection of data points in the data set.}}
*'''[[WeibullDataSet.AddFailure]]''' {{APIComment|Adds a failure data point to the collection of data points in the data set.}}
*'''[[AddSuspension]]''' {{APIComment|Adds a suspension data point to the collection of data points in the data set.}}
*'''[[WeibullDataSet.AddSuspension]]''' {{APIComment|Adds a suspension data point to the collection of data points in the data set.}}
*'''[[AddFailureInterval]]''' {{APIComment|Adds a failure interval data point to the collection of data points in the data set.}}
*'''[[WeibullDataSet.AddFailureInterval]]''' {{APIComment|Adds a failure interval data point to the collection of data points in the data set.}}
*'''[[AddSuspensionInterval]]''' {{APIComment|Adds a suspension interval data point to the collection of data points in the data set.}}
*'''[[WeibullDataSet.AddSuspensionInterval]]''' {{APIComment|Adds a suspension interval data point to the collection of data points in the data set.}}
*'''[[AddFreeForm]]''' {{APIComment|Adds a free-form data point to the collection of data points in the data set.}}
*'''[[WeibullDataSet.AddFreeForm]]''' {{APIComment|Adds a free-form data point to the collection of data points in the data set.}}
*'''[[Calculate]]''' {{APIComment|Fits a model from the raw data previously entered in the data set. Sets FittedModel property if successful. Clears it (sets to Nothing) in case of an error.}}
*'''[[WeibullDataSet.Calculate]]''' {{APIComment|Fits a model from the raw data previously entered in the data set. Sets FittedModel property if successful. Clears it (sets to Nothing) in case of an error.}}
*'''[[CalculateBestFit]]''' {{APIComment|Finds the distribution that fits the data best. Sets FittedModel property if successful. Clears it (sets to Nothing) in case of an error.}}
*'''[[WeibullDataSet.CalculateBestFit]]''' {{APIComment|Finds the distribution that fits the data best. Sets FittedModel property if successful. Clears it (sets to Nothing) in case of an error.}}

Revision as of 00:56, 11 September 2013



Instantiate this class to be able to fit a 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