WeibullBayesianPriorDistribution Enumeration: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
m (Protected "WeibullBayesianPriorDistribution" ([edit=sysop] (indefinite) [move=sysop] (indefinite)) [cascading])
No edit summary
 
(12 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Template:APIClass|Global_Weibull Class|Global_Weibull}}
{{Template:API}}{{Template:APIBreadcrumb}}
== Syntax==


{{APIPrefix|Public Enum}}
{{APIName|'''WeibullBayesianPriorDistribution'''}}<br>
{{APIComment|Available Weibull-Bayesian distributions. This includes Normal, Lognormal, Exponential, and Uniform distributions.}}


{{Template:WeibullBayesianPriorDistribution}}
Specifies the prior distribution of beta for the Bayesian-Weibull analysis of an associated [[WeibullAnalysisOptions Class|WeibullAnalysisOptions]] object.
 
==Members==
{| {{APITableEnum}}
|-
| style="width: 150px;"|Normal||style="width: 80px;"|0||Normal distribution.
|-
|Lognormal||1||Lognormal distribution.
|-
|Exponential||2||Exponential distribution.
|-
|Uniform||3||Uniform distribution.
|}
 
 
 
 
 
==See Also==
*[[WeibullAnalysisOptions Class]]

Latest revision as of 18:14, 24 June 2016

APIWiki.png


Member of: SynthesisAPI


Specifies the prior distribution of beta for the Bayesian-Weibull analysis of an associated WeibullAnalysisOptions object.

Members

Name Value Description
Normal 0 Normal distribution.
Lognormal 1 Lognormal distribution.
Exponential 2 Exponential distribution.
Uniform 3 Uniform distribution.



See Also