WeibullSolverCBMethod 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 | Specifies the confidence bounds calculation method setting of an associated [[WeibullAnalysisOptions Class|WeibullAnalysisOptions]] object. | ||
==Members== | ==Members== | ||
Revision as of 23:26, 20 April 2016
![]() |
Member of: SynthesisAPI
Specifies the confidence bounds calculation method setting of an associated WeibullAnalysisOptions 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. |
