dsn2.plot(x, y, xi, Omega, alpha, dp = NULL, ...)
xi, Omega, alpha
, containing
quantities as described above. If this parameter is set, the
individual parameters must not be.contour
.x
and y
values.(Omega,alpha)
parametrization
adopted here is the one of Azzalini and Capitanio (1999).x
and y
.
The actual computation is done by the function dmsn
.
A contour level plot is produced on the graphical window.Azzalini, A. and Capitanio, A. (1999). Statistical applications of the multivariate skew-normal distribution. J.Roy.Statist.Soc. B 61, 579--602.
dmsn
x <- y <- seq(-5, 5, length=35)
dsn2.plot(x, y, c(-1,2), diag(c(1,2.5)), c(2,-3))
Run the code above in your browser using DataLab