ConfBoundsMethods Enumeration: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Template:API}}{{Template:APIBreadcrumbClass}}
{{Template:API}}{{Template:APIBreadcrumb}}




Specifies the 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 method.
| style="width: 150px;"|FisherMatrix||style="width: 70px;"|0||Fisher Matrix
|-
|-
|LikelihoodRatio||1||Likelihood ratio method.
|LikelihoodRatio||1||Likelihood ratio
|-
|-
|BetaBinomial||2||Beta binomial method. Can be used only with mixed Weibull analysis.
|BetaBinomial||2||Beta binomial
|-
|-
|Bayesian||3||Bayesian method.
|Bayesian||3||Bayesian
|-
|-
|None||10||
|None||10||No bounds
|}
|}



Latest revision as of 21:38, 29 April 2016

APIWiki.png


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



See Also