skewsampler: Skew-quasi-Gaussian sampler Produces simulations from the...

skewsamplerR Documentation

Skew-quasi-Gaussian sampler Produces simulations from the merged Gaussian process

Description

Skew-quasi-Gaussian sampler Produces simulations from the merged Gaussian process

Usage

skewsampler(
  n,
  mode = 0,
  sdL = 1,
  sdU = 1,
  log = FALSE,
  plothist = list(compute = FALSE, breaks = 50, col = "orange")
)

Arguments

n

The number of samples to produce.

mode

Mode where the two Gaussians are merged.

sdL

lower standard deviation.

sdU

upper standard deviation.

log

boolean describing whether or not the log value should be returned.

plothist

list object with arguments describing how (and if) a histogram should be produced.

Value

returns a numeric object with n samples.

Author(s)

Eirik Myrvoll-Nilsen, eirikmn91@gmail.com


eirikmn/bremla documentation built on Jan. 25, 2025, 4:41 a.m.