Talk:WeibullDataSet Class/Notes: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
(published changes for 10.1.4)
 
(20 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
|-
|[[WeibullDataSet.ClearDataSet|ClearDataSet]]||xx
|-
 
 
 
|}
 
 
==Properties==
{| {{APITable}}
|-
|style="width: 200px;"|AnalysisSettings||Gets or sets the analysis settings (e.g., life distribution, MLE or RRX method, etc.). Returns a [[WeibullAnalysisOptions Class|WeibullAnalysisOptions]] object array that contains the analysis settings for the data set.
|-
|BestFitSettings||Gets or sets the best fit settings
|}

Latest revision as of 23:39, 6 September 2016

DRAFT