
Last chance! 50% off unlimited learning
Sale ends in
Generate random d-vectors from the multivariate Skew Normal distribution
rSkewNorm(n, omega, alpha)
A random matrix
sample size
correlation matrix with d dimension
shape parameter vector of dimension d
Azzalini, A. with the collaboration of Capitanio, A. (2014). The Skew-Normal and Related Families. Cambridge University Press, IMS Monographs series.
Gy.H.Terdik, Multivariate statistical methods - Going beyond the linear, Springer 2021, Section 5.1.2
Other Random generation:
rCFUSN()
,
rCFUSSD()
,
rUniS()
alpha<-c(10,5,0)
omega<-diag(3)
x<-rSkewNorm(20,omega,alpha)
Run the code above in your browser using DataLab