View source: R/equilibrium_distributions.R
F_exp | R Documentation |
Random number generation from exponential distributions, for use with r_behavior_stream
.
F_exp()
Object of class eq_dist
with components r_gen
and r_eq
.
The function r_gen(n, mean)
generates random deviates from an exponential distribution with specified mean
.
The function r_eq(n, mean)
generates random deviates from an exponential distribution with specified mean
.
hist(F_exp()$r_gen(1000, 3))
hist(F_exp()$r_eq(1000, 3))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.