WeibullDataSet Class: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
Line 15: Line 15:
*'''[[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.}}
*'''[[BestFitSettings]]''' {{APIComment|Settings used when fitting the model or finding the best fit.}}
*'''[[WeibullDataSet.BestFitSettings]]''' {{APIComment|Settings used when fitting the model or finding the best fit.}}
*'''[[FittedModel]]''' {{APIComment|Model, fitted from the raw data. See cModel class for the list of its methods below.}}
*'''[[FittedModel]]''' {{APIComment|Model, fitted from the raw data. See cModel class for the list of its methods below.}}
*'''[[FailureCount]]''' {{APIComment|Total number of failures in the data set.}}
*'''[[FailureCount]]''' {{APIComment|Total number of failures in the data set.}}

Revision as of 16:35, 9 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

  • WeibullEvents Reference to a class that contains overridable methods for handling Weibull solver events.
  • New WeibullEvents Reference to a class that contains overridable methods for handling Weibull solver events.



Methods

  • ClearDataSet Clears all data and fitted model. All analysis settings stay unchanged.
  • AddFailure Adds a failure data point to the collection of data points in the data set.
  • AddSuspension Adds a suspension data point to the collection of data points in the data set.
  • AddFailureInterval Adds a failure interval data point to the collection of data points in the data set.
  • AddSuspensionInterval Adds a suspension interval data point to the collection of data points in the data set.
  • AddFreeForm Adds a free-form data point to the collection of data points in the data set.
  • Calculate 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 Finds the distribution that fits the data best. Sets FittedModel property if successful. Clears it (sets to Nothing) in case of an error.