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 |
||
Line 1: | Line 1: | ||
{{Template: | {{Template:API}}{{Template:APIBreadcrumb}} | ||
Specifies | |||
Specifies the prior distribution of beta for Bayesian-Weibull analysis. | |||
==Members== | ==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]] | |||
* |
Revision as of 23:00, 20 April 2016
Member of: SynthesisAPI
Specifies the prior distribution of beta for Bayesian-Weibull analysis.
Members
Name | Value | Description |
---|---|---|
Normal | 0 | Normal distribution. |
Lognormal | 1 | Lognormal distribution. |
Exponential | 2 | Exponential distribution. |
Uniform | 3 | Uniform distribution. |