WeibullDataSet Class: Difference between revisions

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





Revision as of 21:54, 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

  • DatasetName Gets or set the name of the data set.
  • GeneralSettings General settings used when fitting the model or finding the best fit.
  • AnalysisSettings Settings used when fitting the model.
  • BestFitSettings Settings used when fitting the model or finding the best fit.
  • FittedModel Model, fitted from the raw data. See cModel class for the list of its methods below.
  • FailureCount Total number of failures in the data set.
  • SuspensionCount Total number of suspensions in the data set.



Events

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


Methods