cdf: Compute Cumulative Distribution Function

Description Usage Arguments Value Author(s) See Also Examples

Description

Compute the value of the cumulative distribution function for univariate distributions.

Usage

1
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.

Author(s)

Petter Mostad <mostad@chalmers.se>

See Also

invcdf

Examples

1
cdf(normal(3, 2), 1)

Example output

Loading required package: MASS
[1] 0.3933222

lestat documentation built on May 2, 2019, 2:09 p.m.