Beta Prior Object
Beta Prior for a parameter prior belief.
Fields
Key | Type | Value |
---|---|---|
name | string | beta |
shape_a | float | Shape parameter α of the Beta distribution. |
shape_b | float | Shape parameter β of the Beta distribution. |
Example
{
"name": "beta",
"object": "beta_prior",
"shape_a": 2,
"shape_b": 4.5
}