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 2: | Line 2: | ||
Specifies the calculation method for estimating confidence bounds. | Specifies the calculation method for estimating the confidence bounds. | ||
== Members == | == Members == | ||
{| {{APITableEnum}} | {| {{APITableEnum}} | ||
|- | |- | ||
| style="width: 150px;"|FisherMatrix||style="width: 70px;"|0||Fisher Matrix | | style="width: 150px;"|FisherMatrix||style="width: 70px;"|0||Fisher Matrix | ||
|- | |- | ||
|LikelihoodRatio||1||Likelihood ratio | |LikelihoodRatio||1||Likelihood ratio | ||
|- | |- | ||
|BetaBinomial||2||Beta binomial | |BetaBinomial||2||Beta binomial | ||
|- | |- | ||
|Bayesian||3||Bayesian | |Bayesian||3||Bayesian | ||
|- | |- | ||
|None||10|| | |None||10||- | ||
|} | |} | ||
Revision as of 17:55, 18 February 2016
Member of: SynthesisAPI
Specifies the calculation method for estimating the confidence bounds.
Members
Name | Value | Description |
---|---|---|
FisherMatrix | 0 | Fisher Matrix |
LikelihoodRatio | 1 | Likelihood ratio |
BetaBinomial | 2 | Beta binomial |
Bayesian | 3 | Bayesian |
None | 10 | - |