CDF
Returns the area from zero to x under the beta density.
Controller: CodeCogs
Contents
| doubleCDF( | double | x | |
| double | a | ||
| double | b | )[inline] |
The CDF of the Beta distribution is identical to the regularized beta function:
where
is the incomplete beta function and
is the
(complete) beta function.
An illustration is given below:


References
- Cephes Math Library Release 2.8: June, 2000
Parameters
x a quantile in the range of 0<=x<=1 a first shape parameter, a >0 b second shape parameter, b >0
Source Code
Source code is available when you buy a Commercial licence.
Not a member, then Register with CodeCogs. Already a Member, then Login.


3.57
