WeibullBayesianPriorDistribution Enumeration: Difference between revisions
Jump to navigation
Jump to search
Chris Kahn (talk | contribs) No edit summary |
Kate Racaza (talk | contribs) No edit summary |
||
(9 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{Template: | {{Template:API}}{{Template:APIBreadcrumb}} | ||
{{Template: | |||
== | |||
{{ | 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
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. |