WeibullSolverRankMethod Enumeration: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 5: Line 5:
{{APIPrefix|Public Enum}}
{{APIPrefix|Public Enum}}
{{APIName|'''WeibullSolverRankMethod'''}}<br>
{{APIName|'''WeibullSolverRankMethod'''}}<br>
Public Enum WeibullSolverRankMethod
    Median = MSolverRankMethod.MS_Median
    KaplanMeier = MSolverRankMethod.MS_KaplanMeier
    Actuarial = MSolverRankMethod.MS_Actuarial

Revision as of 16:34, 7 February 2014


Contains the available methods for calculating the unreliability estimates of the times-to-failure data.

Syntax

Public Enum WeibullSolverRankMethod

Public Enum WeibullSolverRankMethod
   Median = MSolverRankMethod.MS_Median
   KaplanMeier = MSolverRankMethod.MS_KaplanMeier
   Actuarial = MSolverRankMethod.MS_Actuarial