ConfBoundsMethods Enumeration: Difference between revisions
Jump to navigation
Jump to search
Kate Racaza (talk | contribs) mNo edit summary |
Kate Racaza (talk | contribs) No edit summary |
||
| Line 2: | Line 2: | ||
Specifies the method for estimating confidence bounds. | Specifies the calculation method for estimating confidence bounds. | ||
== Members == | == Members == | ||
Revision as of 17:50, 18 February 2016
![]() |
Member of: SynthesisAPI
Specifies the calculation 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 |
