WeibullDataSet Class: Difference between revisions
Jump to navigation
Jump to search
John Leavitt (talk | contribs) |
John Leavitt (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
{{Template:APIClass|WeibullDataSet Class|WeibullDataSet}} | {{Template:APIClass|WeibullDataSet Class|WeibullDataSet}} | ||
=== Constructors === | |||
*'''[[Sub New]]''' {{Font|Creates a new class that can be used to fit a model from Weibull raw data. |10|verdana|italic|green}} | |||
<br> | <br> | ||
<br> | |||
=== Properties === | === Properties === | ||
{| | *'''[[DatasetName]]''' {{Font|Gets or set the name of the data set.|10|verdana|italic|green}} | ||
| | *'''[[GeneralSettings]]''' {{Font|General settings used when fitting the model or finding the best fit.|10|verdana|italic|green}} | ||
*'''[[AnalysisSettings]]''' {{Font|Settings used when fitting the model.|10|verdana|italic|green}} | |||
| | *'''[[BestFitSettings]]''' {{Font|Settings used when fitting the model or finding the best fit.|10|verdana|italic|green}} | ||
|[[ | *'''[[FittedModel]]''' {{Font|Model, fitted from the raw data. See cModel class for the list of its methods below.|10|verdana|italic|green}} | ||
| | *'''[[FailureCount]]''' {{Font|Total number of failures in the data set.|10|verdana|italic|green}} | ||
|} | *'''[[SuspensionCount]]''' {{Font|Total number of suspensions in the data set.|10|verdana|italic|green}} | ||
<br> | <br> | ||
Line 31: | Line 23: | ||
== Events == | == Events == | ||
*'''[[WeibullEvents]]''' {{Font|Reference to a class that contains overridable methods for handling Weibull solver events.|10|verdana|italic|green}} | |||
*'''[[New WeibullEvents]]''' {{Font|Reference to a class that contains overridable methods for handling Weibull solver events.|10|verdana|italic|green}} | |||
<br> | |||
<br> | |||
== Methods == | == Methods == | ||
*'''[[ClearDataSet]]''' {{Font|Clears all data and fitted model. All analysis settings stay unchanged.|10|verdana|italic|green}} | *'''[[ClearDataSet]]''' {{Font|Clears all data and fitted model. All analysis settings stay unchanged.|10|verdana|italic|green}} | ||
*'''[[AddFailure]]''' {{Font|Adds a failure data point to the collection of data points in the data set.|10|verdana|italic|green}} | |||
*'''[[AddSuspension]]''' {{Font|Adds a suspension data point to the collection of data points in the data set.|10|verdana|italic|green}} | |||
*'''[[AddFailureInterval]]''' {{Font|Adds a failure interval data point to the collection of data points in the data set.|10|verdana|italic|green}} | |||
*'''[[AddSuspensionInterval]]''' {{Font|Adds a suspension interval data point to the collection of data points in the data set.|10|verdana|italic|green}} | |||
*'''[[AddFreeForm]]''' {{Font|Adds a free-form data point to the collection of data points in the data set.|10|verdana|italic|green}} | |||
*'''[[Calculate]]''' {{Font|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.|10|verdana|italic|green}} | |||
*'''[[CalculateBestFit]]''' {{Font|Finds the distribution that fits the data best. Sets FittedModel property if successful. Clears it (sets to Nothing) in case of an error.|10|verdana|italic|green}} |
Revision as of 22:18, 30 August 2013
Constructors
- Sub New 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
- 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.