WeibullSolverCBMethod 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:APIBreadcrumb}} | ||
Specifies the method for calculating the confidence bounds | |||
Specifies the method for calculating the confidence bounds of an associated [[WeibullDataSet Class|WeibullDataSet]] object. | |||
==Members== | ==Members== | ||
{| {{APITableEnum}} | |||
|- | |||
| style="width: 150px;"|FisherMatrix||style="width: 80px;"|0||Fisher matrix method. | |||
|- | |||
|LikelihoodRatio||1||Likelihood ratio method. | |||
|- | |||
|BetaBinomial||2||Beta binomial method. Applies to mixed Weibull analysis only. | |||
|- | |||
|Bayesian||3||Bayesian method. Applies to Bayesian-Weibull analysis only. | |||
|} | |||
==See Also== | |||
*[[WeibullBestFitOptions Class]] | |||
*[[WeibullAnalysisOptions Class ]] |
Revision as of 23:08, 20 April 2016
Member of: SynthesisAPI
Specifies the method for calculating the confidence bounds of an associated WeibullDataSet object.
Members
Name | Value | Description |
---|---|---|
FisherMatrix | 0 | Fisher matrix method. |
LikelihoodRatio | 1 | Likelihood ratio method. |
BetaBinomial | 2 | Beta binomial method. Applies to mixed Weibull analysis only. |
Bayesian | 3 | Bayesian method. Applies to Bayesian-Weibull analysis only. |