WeibullSolverCBMethod Enumeration: Difference between revisions
Jump to navigation
Jump to search
John Leavitt (talk | contribs) No edit summary |
John Leavitt (talk | contribs) m (Protected "WeibullSolverCBMethod" ([edit=sysop] (indefinite) [move=sysop] (indefinite)) [cascading]) |
(No difference)
|
Revision as of 21:55, 3 December 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