cdf {lestat} | R Documentation |
Compute the value of the cumulative distribution function for univariate distributions.
cdf(object, val)
object |
A univariate probability distribution. |
val |
The probability less than or equal to |
The probability that a variable with distribution object
is
less than or equal to val
.
Petter Mostad <mostad@chalmers.se>
cdf(normal(3, 2), 1)