rMultiLaplace: Laplace simulation function. Function that simulates from the...

Usage Arguments

View source: R/laplace-multivariate-simulation-function.R

Usage

1
2
rMultiLaplace(n = 1, theta = c(0, 0), gamma = c(0, 0), Sigma = diag(2),
  sigma = 0.2, tau = 1, seed = sample(2500, 1))

Arguments

n

Numeric value, number of simulations.

theta

Numeric vector of position parameters of length d.

gamma

Numeric vector of skewness parameters of length d.

Sigma

Numeric positive definite matrix of size d times d.

sigma

Numeric value (positive).

tau

Numeric value (positive).

seed

Integer value to be specified if want certain seed.


helenecharlotte/L1splines documentation built on May 17, 2019, 3:24 p.m.