COST (GBP)

3.57

0
CDF
Returns the area from zero to x under the beta density.
Controller:
CodeCogs
Dependents
Interface
#include <codecogs/statistics/distributions/continuous/beta/cdf.h>
using namespace Stats::Dists::Continuous::Beta;
| double | CDF (double x, double a, double b)[inline]
Returns the area from zero to x under the beta density. |
Use the following HTML code to embed the calculators within other websites:
| Name | HTML Code |
|---|
CDF
Returns the area from zero to x under the beta density. | |
CDF
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.
You must login to leave a messge