WeibullSolverRankMethod Enumeration: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
 
(10 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Template:APIClass|Global_Weibull|Global Weibull}}
{{Template:API}}{{Template:APIBreadcrumb}}
{{Template:WeibullSolverRankMethod.Cmt}}


== Syntax==
 
{{APIPrefix|Public Enum}}
Specifies the rank method for calculating the unreliability estimates of the times-to-failure data.
{{APIName|'''WeibullSolverRankMethod'''}}<br>
 
==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