Module random

Module random 

Source
Expand description

Random observable computations.

Functionsยง

new_random_beta_observable
An observable with random time delays from the Beta distribution.
new_random_binomial_observable
An observable with binomial random time delays with the specified probability and trials.
new_random_discrete_observable
An observable with random time delays from the specified discrete distribution.
new_random_erlang_observable
An observable with random time delays from the Erlang distribution with the specified scale (the reciprocal of the rate) and integer shape.
new_random_exponential_observable
An observable with exponential random time delays with the specified mean.
new_random_gamma_observable
An observable with random time delays from the Gamma distribution.
new_random_int_uniform_observable
An observable with random integer time delays distributed uniformly.
new_random_log_normal_observable
An observable with random time delays distributed lognormally.
new_random_normal_observable
An observable with random time delays distributed normally.
new_random_observable
Return an observable of random events that arrive with the specified delay.
new_random_poisson_observable
An observable with the Poisson random time delays with the specified mean.
new_random_triangular_observable
An observable with random time delays from the triangular distribution.
new_random_uniform_observable
An observable with random time delays distributed uniformly.
new_random_weibull_observable
An observable with random time delays from the Weibull distribution.