cdf

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

Computes the cumulative distribution function at x using the complementary error function.

Returns zero for any x less than or equal to mu.

Return

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

Parameters

x

the point at which to evaluate the cumulative probability.