msn.quantities(xi=rep(0,length(alpha)), Omega, alpha)
msn.quantities(dp= )
d
, say.
Missing values are not allowed.d
by d
.
Missing values are not allowed.d
.
Missing values are not allowed.xi
, Omega
,
alpha
, containing quantities as described above.
If dp
is set, then the component parameters must not be.xi
.Omega
.alpha
.Omega
, i.e. its inverse.Omega
.Omega
.(lambda,Psi)
parametrization.delta
which determines the shape of the marginal
distributions; this is related to lambda
Azzalini, A. and Capitanio, A. (1999). Statistical applications of the multivariate skew-normal distribution. J.Roy.Statist.Soc. B 61, 579--602.
dmsn
Omega <- 5*diag(3)+outer(1:3,1:3)
msn.quantities(c(0,0,1), Omega, c(-2,2,3))
Run the code above in your browser using DataLab