Computes random vectors of the multivariate subgaussian stable distribution for arbitrary alpha, shape matrices, and location vectors. See Nolan (2013).
which.stable: defaults to "libstable4u", other option is "stabledist". Indicates which package should provide the univariate stable distribution in this production distribution form of a univariate stable and multivariate normal.
Returns
Returns the n by d matrix containing multivariate subgaussian stable random variates where d=nrow(Q).
Examples
## generate 10 random variates of a bivariate mvssrmvss(n=10, alpha=1.71, Q=matrix(c(10,7.5,7.5,10),2))## generate 10 random variates of a trivariate mvssQ <- matrix(c(10,7.5,7.5,7.5,10,7.5,7.5,7.5,10),3)rmvss(n=10, alpha=1.71, Q=Q)
References
Nolan JP (2013), Multivariate elliptically contoured stable distributions: theory and estimation. Comput Stat (2013) 28:2067–2089 DOI 10.1007/s00180-013-0396-7