
Last chance! 50% off unlimited learning
Sale ends in
dsn2.plot(x, y, xi, Omega, alpha, ...)
contour
.x
and y
values.(Omega,alpha)
parametrization
adopted here is the one of Azzalini and Capitanio (1999).dsn2.plot
makes use of function dmsn
.Azzalini, A. and Capitanio, A. (1999). Statistical applications of the multivariate skew-normal distribution. J.Roy.Statist.Soc. B 61, 579--602.
dmsn
, link{dsn2.plot}
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