cdf

open override fun cdf(x: Double): SingleRange

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.