cdf
Returns the cumulative distribution function value at x.
Gives the probability that a random variable drawn from this F-distribution is less than or equal to x. Computed using the regularized incomplete beta function for numerical stability.
Return
the probability that a value is less than or equal to x, in the range [0, 1].
Parameters
x
the point at which to evaluate the cumulative probability.