cdf

open override fun cdf(x: Double): Double

Returns the F(x) = Pr{X <= x} where F represents the cumulative distribution function

Return

a double representing the probability

Parameters

x

a double representing the upper limit