ConfBoundsMethods Enumeration: Difference between revisions
Jump to navigation
Jump to search
Chris Kahn (talk | contribs) No edit summary |
Kate Racaza (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
{{Template: | {{Template:API}}{{Template:APIBreadcrumbClass}} | ||
{{Template: | |||
Specifies the method for estimating confidence bounds. | |||
== Members == | == Members == | ||
{| {{APITableEnum}} | |||
|- | |||
| style="width: 150px;"|FisherMatrix||style="width: 70px;"|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|| | |||
|} |
Revision as of 00:04, 7 August 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 |