dst2.plot(x, y, xi, Omega, alpha, df, dp = NULL, ...)xi, Omega, alpha, df, containing
quantities as described above. If this parameter is set, then the
individual parameters must not be.contour.x and y values.shape
parameter which regulates skewness; when shape=0, the skew-$t$
distribution reduces to the usual $t$ distribution.
When df=Inf the distribution reduces to the multivariate skew-normal
one; see dmsn. See the reference below for additional information.x and y.
The actual computation is done by the function dmst.
A contour level plot is produced on the graphical window.dmst, dsn2.plotx <- y <- seq(-5, 5, length=35)
dst2.plot(x, y, c(-1,2), diag(c(1,2.5)), c(2,-3), df=5)Run the code above in your browser using DataLab