MVtDistribution {distrEllipse} | R Documentation |
Generating function for MvtDistribution-class
Description
Generates an object of class "MvtDistribution"
.
Usage
MVt(loc = c(0,0), scale = diag(length(loc)), df = 1, ncp = 0)
Arguments
loc |
real number: location / center of the elliptical distribution. |
scale |
a square matrix (with |
df |
integer; degrees of freedom |
ncp |
positive real number; non-centrality parameter |
Value
Object of class "MvtDistribution"
Author(s)
Peter Ruckdeschel peter.ruckdeschel@uni-oldenburg.de
See Also
Examples
E0 <- MVt()
plot(E0)
E1 <- diag(1,2)%*%E0+c(1,2)
plot(E1)
E(E1)
var(E1)
[Package distrEllipse version 2.8.2 Index]