ConfBoundsMethods Enumeration: Difference between revisions
Jump to navigation
Jump to search
John Leavitt (talk | contribs) No edit summary |
Kate Racaza (talk | contribs) No edit summary |
||
(9 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{Template: | {{Template:API}}{{Template:APIBreadcrumb}} | ||
{ | |||
Specifies the calculation method for estimating the confidence bounds. | |||
== Members == | |||
{| {{APITableEnum}} | |||
|- | |||
| style="width: 150px;"|FisherMatrix||style="width: 70px;"|0||Fisher Matrix | |||
|- | |||
|LikelihoodRatio||1||Likelihood ratio | |||
|- | |||
|BetaBinomial||2||Beta binomial | |||
|- | |||
|Bayesian||3||Bayesian | |||
|- | |||
|None||10||No bounds | |||
|} | |||
==See Also== | |||
*[[CModel Class|cModel Class]] |
Latest revision as of 21:38, 29 April 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 | No bounds |