cdf {lestat} | R Documentation |
Compute Cumulative Distribution Function
Description
Compute the value of the cumulative distribution function for univariate distributions.
Usage
cdf(object, val)
Arguments
object |
A univariate probability distribution. |
val |
The probability less than or equal to |
Value
The probability that a variable with distribution object
is
less than or equal to val
.
Author(s)
Petter Mostad <mostad@chalmers.se>
See Also
Examples
cdf(normal(3, 2), 1)
[Package lestat version 1.9 Index]