UNU.RAN random variate generator for the Hyperbolic distribution with parameters shape and scale. It also allows sampling from the truncated distribution.
If scale is omitted, it assumes the default value of 1.
The Hyperbolic distribution with parameters shape=a
and scale=s has density proportional to
f(x)∼exp(−α1+(sx)2)f(x)exp(−a∗sqrt(1+(x/s)2))
for all x, a>0 and s>0.
The generation algorithm uses transformed density rejection TDR . The parameters lb and ub can be used to generate variates from the Hyperbolic distribution truncated to the interval (lb,ub).
See Also
runif and .Random.seed about random number generation and unuran for the UNU.RAN class.
References
W. H"ormann, J. Leydold, and G. Derflinger (2004): Automatic Nonuniform Random Variate Generation. Springer-Verlag, Berlin Heidelberg