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.