|
|
(10 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| {{Template:API}}{{Template:APIBreadcrumb}}
| | =DRAFT= |
| | |
| | |
| <onlyinclude>Represents a Weibull++ standard folio. </onlyinclude> The methods and properties in this class allow you to define a data set and fit a statistical distribution to the data.
| |
| | |
| ==Constructor== | |
| {| {{APITable}}
| |
| |-
| |
| | style="width: 200px;"|WeibullDataSet||Creates an instance of the WeibullDataSet class.
| |
| |-
| |
| |[[WeibullDataSet_Constructors|WeibullDataSet()]]||A parameterized constructor for the WeibullDataSet class (VB.NET only)
| |
| |}
| |
| | |
| | |
| == Methods==
| |
| {| {{APITable}}
| |
| |-
| |
| |style="width: 200px;"|[[WeibullDataSet.AddFailure|AddFailure]]||{{:WeibullDataSet.AddFailure}}
| |
| |-
| |
| |[[WeibullDataSet.AddFailureInterval|AddFailureInterval]]||{{:WeibullDataSet.AddFailureInterval}}
| |
| |-
| |
| |[[WeibullDataSet.AddFreeForm|AddFreeForm]]||{{:WeibullDataSet.AddFreeForm}}
| |
| |-
| |
| |[[WeibullDataSet.AddSuspension|AddSuspension]]||{{:WeibullDataSet.AddSuspension}}
| |
| |-
| |
| |[[WeibullDataSet.AddSuspensionInterval|AddSuspensionInterval]]||{{:WeibullDataSet.AddSuspensionInterval}}
| |
| |-
| |
| |[[WeibullDataSet.Calculate|Calculate]]||{{:WeibullDataSet.Calculate}}
| |
| |-
| |
| |[[WeibullDataSet.CalculateBestFit|CalculateBestFit]]||{{:WeibullDataSet.CalculateBestFit}}
| |
| |-
| |
| |[[WeibullDataSet.ClearDataSet|ClearDataSet]]||{{:WeibullDataSet.ClearDataSet}}
| |
| |-
| |
| |}
| |
| | |
| | |
| ==Properties==
| |
| {| {{APITable}}
| |
| |-
| |
| |style="width: 200px;"|AnalysisResults||Gets a '''[[WeibullAnalysisResults Class|WeibullAnalysisResults]]''' object that represents the analysis results (e.g., correlation coefficient, likelihood ratio, etc.).
| |
| |-
| |
| |AnalysisSettings||Gets a '''[[WeibullAnalysisOptions Class|WeibullAnalysisOptions]]''' object that represents the life data analysis settings (e.g., life distribution, MLE or RRX method, etc.) for the Calculate method.
| |
| |-
| |
| |BestFitSettings||Gets a '''[[WeibullBestFitOptions Class|WeibullBestFitOptions]]''' object that represents the analysis settings for the CalculateBestFit method.
| |
| |-
| |
| |Calculated||Indicates whether the data set has been analyzed. '''Boolean'''. Read only.
| |
| |-
| |
| |DataSetName||Gets or sets the name of the data set. '''String'''. If no name has been specified, the default name is "Set 1."
| |
| |-
| |
| |FailureCount||Gets the total number of failures in the data set. '''Integer'''
| |
| |-
| |
| |FittedModel||Gets the '''[[cModel Class|cModel]]''' object that represents the fitted model of the life data analysis. From the cModel object, you can obtain results such as the reliability, mean time, failure rate, etc.
| |
| |-
| |
| |GeneralSettings||Gets a '''[[WeibullGeneralOptions Class|WeibullGeneralOptions]]''' object that represents the miscellaneous analysis settings for both the Calculate and CalculateBestFit methods.
| |
| |-
| |
| |SuspensionCount||Gets the total number of suspensions in the data set. '''Integer'''
| |
| |-
| |
| |UseCalculationProgress||Indicates whether to display the progress bar while analyzing the data set. '''Boolean'''. Default value is true.
| |
| |}
| |
| | |
| | |
| | |
| | |
| | |
| ==See Also==
| |
| *[[WAPlots Class]]
| |