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

View source: R/mvn.R

cdf.mvnR Documentation

Method for obtaining the CDF of a mvn object.

Description

Method for obtaining the CDF of a mvn object.

Usage

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

Arguments

x

The object to obtain the CDF of

...

Additional arguments to pass (not used)

Value

A function computing the multivariate normal CDF.

Examples

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

algebraic.dist documentation built on Feb. 27, 2026, 5:06 p.m.