cdf
Returns the cumulative distribution function value at x.
Gives the probability that a random variable drawn from this log-normal distribution is less than or equal to x. Delegates to the CDF of the underlying normal distribution evaluated at ln(x).
Return
the probability that a value is less than or equal to x, in the range [0, 1].
Parameters
x
the point at which to evaluate the cumulative probability.