Learn R Programming

lestat (version 1.9)

cdf: 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 val is computed.

Value

The probability that a variable with distribution object is less than or equal to val.

See Also

invcdf

Examples

Run this code
# NOT RUN {
cdf(normal(3, 2), 1)
# }

Run the code above in your browser using DataLab