WeibullBayesianPriorDistribution Enumeration: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 2: Line 2:




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


==Members==
==Members==

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