powered by
mvn
Method for obtaining the CDF of a mvn object.
# S3 method for mvn cdf(x, ...)
A function computing the multivariate normal CDF.
The object to obtain the CDF of
Additional arguments to pass (not used)
X <- mvn(c(0, 0), diag(2)) F <- cdf(X) F(c(0, 0))
Run the code above in your browser using DataLab