WeibullSolverRankMethod Enumeration: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
 
(17 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Template:APIClass|Global_Weibull Class|Global_Weibull}}
{{Template:API}}{{Template:APIBreadcrumb}}
== Syntax==


{{APIPrefix|Public Enum}}
{{APIName|'''WeibullSolverRankMethod'''}}<br>
{{APIComment|Available Weibull solver ranking methods. This includes Median, kaplanMeir, and Actuarial.}}


{{Template:WeibullSolverRankMethod}}
Specifies the rank method for calculating the unreliability estimates of the times-to-failure data.
 
==Members==
{| {{APITableEnum}}
|-
| style="width: 150px;"|Median||style="width: 80px;"|0||Median ranks.
|-
|KaplanMeier||1||Kaplan-Meier estimator.
|}
 
 
 
 
 
==See Also==
*[[WeibullAnalysisOptions Class]]
*[[WeibullBestFitOptions Class]]

Latest revision as of 15:18, 21 April 2016

APIWiki.png


Member of: SynthesisAPI


Specifies the rank method for calculating the unreliability estimates of the times-to-failure data.

Members

Name Value Description
Median 0 Median ranks.
KaplanMeier 1 Kaplan-Meier estimator.



See Also