|
|
(12 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 enter a data set and estimate its parameters.
| |
| | |
| ==Constructor== | |
| {| {{APITable}}
| |
| |-
| |
| | style="width: 170px;"|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 or sets a '''[[WeibullAnalysisResults Class|WeibullAnalysisResults]]''' object that represents the analysis results (e.g., correlation coefficient, likelihood ratio, etc.).
| |
| |-
| |
| |AnalysisSettings||Gets or sets 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 or sets a '''[[WeibullBestFitOptions Class|WeibullBestFitOptions]]''' object that represents the analysis settings for the CalculateBestFit method.
| |
| |-
| |
| |Calculated||Gets the xxx. '''Boolean'''
| |
| |-
| |
| |DataSetName||Gets or sets the name of the data set. '''String'''
| |
| |-
| |
| |FailureCount||Gets the total number of failures in the data set. '''Integer'''
| |
| |-
| |
| |FittedModel||Returns a '''[[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 or sets a '''[[WeibullGeneralOptions Class|WeibullGeneralOptions]]''' object that represents miscellaneous analysis settings for both the Calculate and CalculateBestFit methods.
| |
| |-
| |
| |SuspensionCount||Gets the total number of suspensions in the data set. '''Integer'''
| |
| |-
| |
| |UseCalculationProgress||Gets xxx. '''Boolean'''
| |
| |}
| |
| | |
| | |
| | |
| | |
| | |
| ==See Also==
| |
| *[[WAPlots Class]]
| |