Scalar FunctionsMath Functions
beta_pdf
Probability density of Beta(α, β) at x.
Syntax
beta_pdf(x, alpha, beta)Parameters
Prop
Type
Returns: real
Examples
Example 1
print beta_pdf(0.5, 2, 2)| print_0 (real) |
|---|
| 1.499999999999997 |
Probability density of Beta(α, β) at x.
beta_pdf(x, alpha, beta)Prop
Type
Returns: real
print beta_pdf(0.5, 2, 2)| print_0 (real) |
|---|
| 1.499999999999997 |