powered by
Compute the value of the cumulative distribution function for univariate distributions.
cdf(object, val)
A univariate probability distribution.
The probability less than or equal to val is computed.
val
The probability that a variable with distribution object is less than or equal to val.
object
invcdf
# NOT RUN { cdf(normal(3, 2), 1) # }
Run the code above in your browser using DataLab