Method for obtaining the parameters of a mvn object.
# S3 method for class 'mvn'
params(x)
Arguments
- x
The object to obtain the parameters of
Value
A named vector of parameters
Examples
X <- mvn(c(0, 0), diag(2))
params(X)
#> mu1 mu2 sigma1 sigma2 sigma3 sigma4
#> 0 0 1 0 0 1