Returns the probability from a beta distribution.
Category: | Probability |
Returned data type: | DOUBLE |
is a numeric random variable.
Range | 0 ≤ x ≤ 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 probbeta(.2,3,4); |
0.09888 |