ConfBoundsMethods Enumeration: Difference between revisions
Jump to navigation
Jump to search
Kate Racaza (talk | contribs) No edit summary |
Kate Racaza (talk | contribs) No edit summary |
||
Line 17: | Line 17: | ||
|None||10|| | |None||10|| | ||
|} | |} | ||
==See Also== | |||
*[[CModel Class|cModel Class]] |
Revision as of 23:22, 5 November 2015
Member of: SynthesisAPI
Specifies the method for estimating confidence bounds.
Members
Name | Value | Description |
---|---|---|
FisherMatrix | 0 | Fisher Matrix method. |
LikelihoodRatio | 1 | Likelihood ratio method. |
BetaBinomial | 2 | Beta binomial method. Can be used only with mixed Weibull analysis. |
Bayesian | 3 | Bayesian method. |
None | 10 |