| cdf.mvn | R Documentation |
mvn object.Method for obtaining the CDF of a mvn object.
## S3 method for class 'mvn'
cdf(x, ...)
x |
The object to obtain the CDF of |
... |
Additional arguments to pass (not used) |
A function computing the multivariate normal CDF.
X <- mvn(c(0, 0), diag(2))
F <- cdf(X)
F(c(0, 0))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.