Scalar FunctionsMath Functions
beta_cdf
Regularised incomplete-beta CDF of Beta(α, β) at x.
Syntax
beta_cdf(x, alpha, beta)Parameters
Prop
Type
Returns: real
Examples
Example 1
print beta_cdf(0.5, 2, 2)| print_0 (real) |
|---|
| 0.5000000000000013 |
Regularised incomplete-beta CDF of Beta(α, β) at x.
beta_cdf(x, alpha, beta)Prop
Type
Returns: real
print beta_cdf(0.5, 2, 2)| print_0 (real) |
|---|
| 0.5000000000000013 |