Expand description

Random observable computations.

Functions

An observable with random time delays from the Beta distribution.

An observable with binomial random time delays with the specified probability and trials.

An observable with random time delays from the specified discrete distribution.

An observable with random time delays from the Erlang distribution with the specified scale (the reciprocal of the rate) and integer shape.

An observable with exponential random time delays with the specified mean.

An observable with random time delays from the Gamma distribution.

An observable with random integer time delays distributed uniformly.

An observable with random time delays distributed lognormally.

An observable with random time delays distributed normally.

Return an observable of random events that arrive with the specified delay.

An observable with the Poisson random time delays with the specified mean.

An observable with random time delays from the triangular distribution.

An observable with random time delays distributed uniformly.

An observable with random time delays from the Weibull distribution.