MultivariateLaplace | R Documentation |
Density and random generation for the multivariate asymmetric Laplace distribution.
dmal(x, mu = rep(0, d), sigma = diag(d), log = FALSE)
rmal(n, mu, sigma)
x |
vector of quantiles. |
n |
number of observations. |
mu |
asymmetry parameter. |
sigma |
scale parameter – positive-definite matrix. |
log |
logical; if |
This is the multivariate extension of the (univariate) asymmetric Laplace distribution. It is a special case of MultivariateGenLaplace
with shape = 1
.
Marco Geraci
Kotz, S., Kozubowski, T., and Podgorski, K. (2001). The Laplace distribution and generalizations. Boston, MA: Birkhauser.
Laplace
, MultivariateGenLaplace
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.