Talk:WeibullDataSet Class/Notes: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
(Created page with '{{Template:API}}{{Template:APIBreadcrumb}} <onlyinclude>Represents a Weibull++ standard folio. </onlyinclude> ==Constructor== {| {{APITable}} |- | style="width: 170px;"|Weibul…')
 
No edit summary
Line 13: Line 13:




==Methods==
== 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
|}

Revision as of 16:22, 30 March 2016

APIWiki.png


Member of: SynthesisAPI


Represents a Weibull++ standard folio.

Constructor

Name Description
WeibullDataSet Creates an instance of the WeibullDataSet class.
WeibullDataSet() A parameterized contructor for the cModel class (VB.NET only???)


Methods

Name Description
AddFailure xx
AddFailureInterval xx
AddFreeForm xx
AddSuspension xx
AddSuspensionInterval xx
Calculate xx
CalculateBestFit xx
ClearDataSet xx


Properties

Name Description
AnalysisSettings Gets or sets the analysis settings (e.g., life distribution, MLE or RRX method, etc.). Returns a WeibullAnalysisOptions object array that contains the analysis settings for the data set.
BestFitSettings Gets or sets the best fit settings