rexgauss | R Documentation |
Generate random deviate from ex-gaussian distribution
rexgauss(n, mu = 0, sigma = 1, tau = 1, positive = TRUE)
n |
integer, number of deviates to generate |
mu |
integer, mean of normal |
sigma |
integer, sd of normal |
tau |
integer, tail parameter |
positive |
logical, force values to be positive |
This function was originally part of the retimes package, authored by Davide Massidda, which was removed from CRAN on 2021-01-27.
a vector of random deviates from an ex-gaussian distribution
rexgauss(n=10,mu=0,sigma=1,tau=1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.