WeibullSolverCBMethod Enumeration: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 4: Line 4:
{{APIPrefix|Public Enum}}
{{APIPrefix|Public Enum}}
{{APIName|'''WeibullSolverCBMethod'''}}<br>
{{APIName|'''WeibullSolverCBMethod'''}}<br>
{{APIComment|Available Weibull solver confidence bounds methods. This includes FisherMatrix, LikeihoodRatio, BetaBinomial, and KTO.}}
{{APIComment|Available Weibull solver confidence bounds methods. This includes Fisher Matrix, Likeihood Ratio, Beta Binomial, and KTO.}}


{{Template:WeibullSolverCBMethod}}
{{Template:WeibullSolverCBMethod}}

Revision as of 18:22, 28 January 2014


Syntax

Public Enum WeibullSolverCBMethod
Available Weibull solver confidence bounds methods. This includes Fisher Matrix, Likeihood Ratio, Beta Binomial, and KTO.

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