quantile

open override fun quantile(x: Double): SingleRange

Returns the quantile of the distribution.

Return

The quantile of the distribution.

Parameters

x

The value to evaluate the quantile at.

See also

Quantile

(https://en.wikipedia.org/wiki/Quantile)

Throws

If some error occurred.