View source: R/Distributions.R
rSkewNorm | R Documentation |
Generate random d-vectors from the multivariate Skew Normal distribution
rSkewNorm(n, omega, alpha)
n |
sample size |
omega |
correlation matrix with d dimension |
alpha |
shape parameter vector of dimension d |
A random matrix n \times 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.