WeibullSolverCBMethod Enumeration: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(13 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Template:APIClass|Global_Weibull|Global Weibull}}
{{Template:API}}{{Template:APIBreadcrumb}}
{{Template:WeibullSolverCBMethod.Cmt}}
== Syntax==


{{APIPrefix|Public Enum}}
 
{{APIName|'''WeibullSolverCBMethod'''}}<br>
Specifies the confidence bounds calculation method setting of an associated [[WeibullAnalysisOptions Class|WeibullAnalysisOptions]] or [[WeibullBestFitOptions Class|WeibullBestFitOptions]] object.
<div style="margin-right: 150px;">
 
{{Template:WeibullSolverCBMethod}}
==Members==
</div>
{| {{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