WeibullBayesianResultsOption Enumeration: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
(Created page with '{{Template:APIClass|GlobalStuff Weibull Class|GlobalStuff Weibull}} == Declaration == {{APIPrefix|Public Enum}} {{APIName|WeibullBayesianResultsOption}} {{APIComment|Available…')
 
No edit summary
 
(15 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Template:APIClass|GlobalStuff Weibull Class|GlobalStuff Weibull}}
{{Template:API}}{{Template:APIBreadcrumb}}
== Declaration  ==


{{APIPrefix|Public Enum}}
{{APIName|WeibullBayesianResultsOption}}


{{APIComment|Available Bayesian Weibull-Bayesian result options. This includes Median and Mean.}}
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==
{| {{APITableEnum}}
|-
| style="width: 150px;"|Median||style="width: 80px;"|0||Median value of the posterior distribution.
|-
|Mean||1||Mean value of the posterior distribution.
|}
 
 
 
 
 
==See Also==
*[[WeibullAnalysisOptions Class]]

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