WeibullSolverCBMethod Enumeration: Difference between revisions
Jump to navigation
Jump to search
John Leavitt (talk | contribs) No edit summary |
John Leavitt (talk | contribs) No edit summary |
||
Line 3: | Line 3: | ||
{{APIPrefix|Public Enum}} | {{APIPrefix|Public Enum}} | ||
{{APIName|WeibullSolverCBMethod}} | {{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 FisherMatrix, LikeihoodRatio, BetaBinomial, and KTO.}} | ||
{{Template:WeibullSolverCBMethod}} | {{Template:WeibullSolverCBMethod}} |
Revision as of 16:31, 24 September 2013
Declaration
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