WeibullSolverCBMethod Enumeration: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{{Template:APIClass|Global_Weibull|Global Weibull}}
{{Template:APIClass|Global_Weibull|Global Weibull}}
{{Template:WeibullSolverCBMethod.Cmt}}
== Syntax==
== Syntax==


{{APIPrefix|Public Enum}}
{{APIPrefix|Public Enum}}
{{APIName|'''WeibullSolverCBMethod'''}}<br>
{{APIName|'''WeibullSolverCBMethod'''}}<br>
{{APIComment|Available Weibull solver confidence bounds methods. This includes Fisher Matrix, Likeihood Ratio, Beta Binomial, and KTO.}}
{{Template:WeibullSolverCBMethod}}
{{Template:WeibullSolverCBMethod}}

Revision as of 16:17, 30 January 2014


Syntax

Public Enum WeibullSolverCBMethod

  WeibullSolverCBMethod Enum
  FisherMatrix = MSolverCBMethod.MS_FisherMatrix
  LikelihoodRatio = MSolverCBMethod.MS_LikelihoodRatio
  BetaBinomial = MSolverCBMethod.MS_BetaBinomial
  KTO = MSolverCBMethod.MS_KTO