Learn R Programming

algebraic.dist (version 0.9.1)

cdf.mvn: Method for obtaining the CDF of a mvn object.

Description

Method for obtaining the CDF of a mvn object.

Usage

# S3 method for mvn
cdf(x, ...)

Value

A function computing the multivariate normal CDF.

Arguments

x

The object to obtain the CDF of

...

Additional arguments to pass (not used)

Examples

Run this code
X <- mvn(c(0, 0), diag(2))
F <- cdf(X)
F(c(0, 0))

Run the code above in your browser using DataLab