Description Usage Arguments Details Value Author(s) Examples
View source: R/miscfunctions.R
Simulate data from the multivariate power exponential distribution given the location, scale matrix, shape, and skewness parameter.
1 2 |
n |
Number of observations to simulate. |
location |
A p-dimensional vector. μ. |
scale |
A p-dimensional square scale matrix Σ. |
beta |
A positive shape parameter β that determines the kurtosis of the distribution. |
psi |
A p-dimensional vector determining skewness. μ. |
Based on a Metropolis-Hastings rule.
A matrix with rows representing the p-dimensional observations.
Utkarsh J. Dang, Ryan P. Browne, and Paul D. McNicholas
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.