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 |
||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
Specifies | Specifies the confidence bounds calculation method setting of an associated [[WeibullAnalysisOptions Class|WeibullAnalysisOptions]] or [[WeibullBestFitOptions Class|WeibullBestFitOptions]] object. | ||
==Members== | ==Members== |
Latest revision as of 18:23, 24 June 2016
Member of: SynthesisAPI
Specifies the confidence bounds calculation method setting of an associated WeibullAnalysisOptions or WeibullBestFitOptions 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. |