| mean.mvn | R Documentation |
mvn object.Retrieve the mean of a mvn object.
## S3 method for class 'mvn'
mean(x, ...)
x |
The |
... |
Additional arguments to pass (not used) |
The mean of the mvn object
X <- mvn(c(1, 2, 3))
mean(X)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.