cdf
Computes the cumulative distribution function at x.
Returns the probability that a Beta-distributed random variable is less than or equal to x, evaluated via the regularized incomplete beta function.
Return
the cumulative probability at x, in the range 0, 1.
Parameters
x
the point at which to evaluate the CDF.