Returns a quantile from the beta distribution.
Category: | Quantile |
Returned data type: | DOUBLE |
is a numeric probability.
Range | 0 ≤ p ≤ 1 |
Data type | DOUBLE |
is a numeric shape parameter.
Range | a > 0 |
Data type | DOUBLE |
is a numeric shape parameter.
Range | b > 0 |
Data type | DOUBLE |
Statements
|
Results
|
---|---|
select betainv(0.001,2,4); |
0.0101017879 |