RandomDiracComb

open class RandomDiracComb<T> : DiracComb<T>

A DiracComb whose rate is determined (uniformly) randomly within the provided bounds.

Parameters

<T>

concentration type

Constructors

Link copied to clipboard
constructor(rng: RandomGenerator, start: Time, minRate: Double, maxRate: Double)
constructor(rng: RandomGenerator, minRate: Double, maxRate: Double)

Functions

Link copied to clipboard
abstract fun cloneOnNewNode(p: Node<T>, p1: Time): TimeDistribution<T>
abstract fun cloneOnNewNode(@Nonnull destination: Node<T>, @Nonnull currentTime: Time): AbstractDistribution<T>
fun cloneOnNewNode(@Nonnull destination: Node<T>, @Nonnull currentTime: Time): DiracComb<T>
Link copied to clipboard
Link copied to clipboard
abstract fun getRate(): Double
Link copied to clipboard
open fun toString(): String
Link copied to clipboard
abstract fun update(p: Time, p1: Boolean, p2: Double, p3: Environment<T, out Any>)
fun update(@Nonnull currentTime: Time, hasBeenExecuted: Boolean, additionalParameter: Double, @Nonnull environment: Environment<T, out Any>)