skewsampler | R Documentation |
Skew-quasi-Gaussian sampler Produces simulations from the merged Gaussian process
skewsampler(
n,
mode = 0,
sdL = 1,
sdU = 1,
log = FALSE,
plothist = list(compute = FALSE, breaks = 50, col = "orange")
)
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. |
returns a numeric object with n
samples.
Eirik Myrvoll-Nilsen, eirikmn91@gmail.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.