cdf

open override fun cdf(x: Double): Double(source)

Computes the cumulative distribution function at x.

Returns the probability that a t-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.