WeibullSolverCBMethod Enumeration: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(19 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Template:APIClass|Global_Weibull Class|Global_Weibull}}
{{Template:API}}{{Template:APIBreadcrumb}}
== Declaration  ==


{{APIPrefix|Public Enum}}
{{APIName|'''WeibullSolverCBMethod'''}}<br>
{{APIComment|Available Weibull solver confidence bounds methods. This includes FisherMatrix, LikeihoodRatio, BetaBinomial, and KTO.}}


{{Template:WeibullSolverCBMethod}}
Specifies the confidence bounds calculation method setting of an associated [[WeibullAnalysisOptions Class|WeibullAnalysisOptions]] or [[WeibullBestFitOptions Class|WeibullBestFitOptions]] object.
 
==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 ]]

Latest revision as of 18:23, 24 June 2016

APIWiki.png


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.



See Also