CModel Class: Difference between revisions

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


== Methods  ==
== Methods  ==
*'''[[SetModel]]''' {{APIComment|Clears all data and fitted model. All analysis settings stay unchanged.}}
*'''[[Reliability]]''' {{APIComment|Adds a failure data point to the collection of data points in the data set.}}
*'''[[Reliability]]''' {{APIComment|Adds a failure data point to the collection of data points in the data set.}}
*'''[[Unreliability]]''' {{APIComment|Adds a suspension data point to the collection of data points in the data set.}}
*'''[[Unreliability]]''' {{APIComment|Adds a suspension data point to the collection of data points in the data set.}}

Revision as of 21:53, 4 September 2013



Model allows you to choose or create a model to describe the behavior associated with the URD. This can be a reliability model, a probability of failure model or an event occurrence model.

Constructors

Properties


Methods

  • Reliability Adds a failure data point to the collection of data points in the data set.
  • Unreliability Adds a suspension data point to the collection of data points in the data set.
  • Time Adds a failure interval data point to the collection of data points in the data set.
  • MeanTime Adds a suspension interval data point to the collection of data points in the data set.
  • Pdf Adds a free-form data point to the collection of data points in the data set.
  • FailureRate 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.
  • Parameters Finds the distribution that fits the data best. Sets FittedModel property if successful. Clears it (sets to Nothing) in case of an error.
  • Bounds_Reliability Adds a suspension interval data point to the collection of data points in the data set.
  • Bounds_Unreliability Adds a free-form data point to the collection of data points in the data set.
  • Bounds_Time 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.
  • Bounds_MeanTime Finds the distribution that fits the data best. Sets FittedModel property if successful. Clears it (sets to Nothing) in case of an error.
  • Bounds_FailureRate Adds a free-form data point to the collection of data points in the data set.
  • Bounds_Parameters 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.
  • SetConfindenceLevel Finds the distribution that fits the data best. Sets FittedModel property if successful. Clears it (sets to Nothing) in case of an error.