cdf

abstract fun cdf(x: Double): IRange

Returns the cumulative distribution function (CDF) of the distribution.

Return

The cumulative distribution function (CDF) of the distribution.

Parameters

x

The value to evaluate the CDF at.

See also

Throws

If some error occurred.