F_exp: Exponential distribution and related equilibrium distribution

View source: R/equilibrium_distributions.R

F_expR Documentation

Exponential distribution and related equilibrium distribution

Description

Random number generation from exponential distributions, for use with r_behavior_stream.

Usage

F_exp()

Value

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.

Examples

hist(F_exp()$r_gen(1000, 3))
hist(F_exp()$r_eq(1000, 3))


jepusto/ARPobservation documentation built on Aug. 30, 2023, 8:03 p.m.