| sup.mvn | R Documentation |
mvn object, where the support
is defined as values that have non-zero probability density.Method for obtaining the support of a mvn object, where the support
is defined as values that have non-zero probability density.
## S3 method for class 'mvn'
sup(x, ...)
x |
The |
... |
Additional arguments to pass (not used) |
A support-type object (see support.R), in this case an
interval object for each component.
X <- mvn(c(0, 0))
sup(X)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.