|
|
(18 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| {{Template:API}}{{Template:APIBreadcrumb}}
| | =DRAFT= |
| | |
| | |
| <onlyinclude>Represents a Weibull++ standard folio. </onlyinclude>
| |
| | |
| ==Constructor== | |
| {| {{APITable}}
| |
| |-
| |
| | style="width: 170px;"|WeibullDataSet||Creates an instance of the WeibullDataSet class.
| |
| |-
| |
| |[[WeibullDataSet_Constructors|WeibullDataSet()]]||A parameterized contructor for the cModel class (VB.NET only???)
| |
| |}
| |
| | |
| | |
| == Methods==
| |
| {| {{APITable}}
| |
| |-
| |
| |style="width: 200px;"|[[WeibullDataSet.AddFailure|AddFailure]]||xx
| |
| |-
| |
| |[[WeibullDataSet.AddFailureInterval|AddFailureInterval]]||xx
| |
| |-
| |
| |[[WeibullDataSet.AddFreeForm|AddFreeForm]]||xx
| |
| |-
| |
| |[[WeibullDataSet.AddSuspension|AddSuspension]]||xx
| |
| |-
| |
| |[[WeibullDataSet.AddSuspensionInterval|AddSuspensionInterval]]||xx
| |
| |-
| |
| |[[WeibullDataSet.Calculate|Calculate]]||xx
| |
| |-
| |
| |[[WeibullDataSet.CalculateBestFit|CalculateBestFit]]||xx - Determines the best distribution for a data set, based on the settings specified in the BestFitSettings property. Provides similar functionality to the Distribution Wizard in the Weibull++ application. --what does it return???
| |
| |-
| |
| |[[WeibullDataSet.ClearDataSet|ClearDataSet]]||xx
| |
| |-
| |
| |}
| |
| | |
| | |
| ==Properties==
| |
| {| {{APITable}}
| |
| |-
| |
| |style="width: 200px;"|AnalysisResults||Gets the properties of the '''[[WeibullAnalysisResults Class|WeibullAnalysisResults]]''' object array, which contains the correlation coefficient (rho), likelihood ratio and percent non-zero (PNZ) values from the analysis.
| |
| |-
| |
| |AnalysisSettings||Sets the properties of the '''[[WeibullAnalysisOptions Class|WeibullAnalysisOptions]]''' object array, which specifies the analysis settings (e.g., life distribution, MLE or RRX method, etc.) for the Calculate method.
| |
| |-
| |
| |BestFitSettings||Sets the properties of the '''[[WeibullBestFitOptions Class|WeibullBestFitOptions]]''' object array, which specifies the analysis settings for the CalculateBestFit method.
| |
| |-
| |
| |Calculated||Gets the
| |
| |-
| |
| |FailureCount||Gets the total number of failures in the data set. '''Integer'''
| |
| |-
| |
| |FittedModel||Gets the '''[[cModel Class|cModel]]''' object that represents the fitted model from the life data analysis.
| |
| |-
| |
| |GeneralSettings||Sets the properties for the '''[[WeibullGeneralOptions Class|WeibullGeneralOptions]]''' object array, which specifies additional settings for both the Calculate and CalculateBestFit methods.
| |
| |-
| |
| |SuspensionCount||Gets the total number of suspensions in the data set. '''Integer'''
| |
| |-
| |
| |UseCalculationProgress||Gets xxx. '''Boolean'''
| |
| |}
| |