cdf

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

Computes the cumulative distribution function at x.

Return

the probability that a value drawn from this distribution is less than or equal to x, or 0.0 if x is negative.

Parameters

x

the point at which to evaluate the cumulative probability.