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 Class|Global_Weibull}}
{{Template:APIClass|Global_Weibull Class|Global_Weibull}}
== Declaration  ==
== Syntax==


{{APIPrefix|Public Enum}}
{{APIPrefix|Public Enum}}

Revision as of 16:31, 24 September 2013


Syntax

Public Enum WeibullSolverCBMethod
Available Weibull solver confidence bounds methods. This includes FisherMatrix, LikeihoodRatio, BetaBinomial, and KTO.

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