WeibullSolverRankMethod Enumeration: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Template:APIClass|WeibullDataSet Class|WeibullDataSet}}
{{Template:API}}{{Template:APIBreadcrumb}}
Contains methods for calculating the unreliability estimates of the times-to-failure data (e.g., median ranks).  
 
 
Specifies the rank method for calculating the unreliability estimates of the times-to-failure data.  


==Members==
==Members==
{| {{APITableEnum}}
|-
| style="width: 150px;"|Median||style="width: 80px;"|0||Median ranks.
|-
|KaplanMeier||1||Kaplan-Meier estimator.
|}


*MS_Median      {{APIComment|Median ranks}}
==See Also==
*MS_KaplanMeier {{APIComment|Kaplan-Meier estimator}}
*[[WeibullAnalysisOptions Class]]
*MS_Actuarial  {{APIComment|Actuarial method}}
*[[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