WeibullBayesianResultsOption Enumeration: Difference between revisions

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




Specifies whether to obtain the point estimates of beta from the median value or the mean value of the posterior distribution. Applies to Bayesian-Weibull analyses only.
Specifies whether to obtain the point estimates of beta from the median value or the mean value of the posterior distribution of an associated [[WeibullAnalysisOptions Class|WeibullAnalysisOptions]] object. Applies to Bayesian-Weibull analyses only.


==Members==
==Members==

Latest revision as of 18:12, 24 June 2016

APIWiki.png


Member of: SynthesisAPI


Specifies whether to obtain the point estimates of beta from the median value or the mean value of the posterior distribution of an associated WeibullAnalysisOptions object. Applies to Bayesian-Weibull analyses only.

Members

Name Value Description
Median 0 Median value of the posterior distribution.
Mean 1 Mean value of the posterior distribution.



See Also