MVNormDistribution | R Documentation |
Generates an object of class "MVNormDistribution"
.
MVNorm(loc=c(0,0), scale = diag(length(loc)))
loc |
real number: location / center of the elliptical distribution. |
scale |
a square matrix (with |
Object of class "MVNormDistribution"
Peter Ruckdeschel peter.ruckdeschel@uni-oldenburg.de
MVNormDistribution-class
E0 <- MVNorm()
plot(E0)
E1 <- diag(1,2)%*%E0+c(1,2)
plot(E1)
E(E1)
var(E1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.