Talk:WeibullDataSet Class/Notes: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
(published changes for 10.1.4)
 
(15 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 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 - Finds the distribution that best fits the data set and uses it to calculate the results (similar to the Distribution Wizard feature in Weibull++). Use the BestFitSettings property to specify the criteria for evaluating the fit.
|-
|[[WeibullDataSet.ClearDataSet|ClearDataSet]]||Clears the data set from the object.
|-
|}
 
 
==Properties==
{| {{APITable}}
|-
|style="width: 200px;"|AnalysisResults||Gets properties from the '''[[WeibullAnalysisResults Class|WeibullAnalysisResults]]''' class, which stores the correlation coefficient (rho), likelihood ratio and percent non-zero (PNZ) values from the analysis.
|-
|AnalysisSettings||Sets properties from the '''[[WeibullAnalysisOptions Class|WeibullAnalysisOptions]]''' class, which stores analysis settings (e.g., life distribution, MLE or RRX method, etc.) for the Calculate method.
|-
|BestFitSettings||Sets properties from the '''[[WeibullBestFitOptions Class|WeibullBestFitOptions]]''' class, which stores 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||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||Sets properties from the '''[[WeibullGeneralOptions Class|WeibullGeneralOptions]]''' class, which stores additional 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]]

Latest revision as of 23:39, 6 September 2016

DRAFT