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(destination: Node<T>, currentTime: Time): TimeDistribution<T>
abstract fun cloneOnNewNode(destination: Node<T>, currentTime: Time): AbstractDistribution<T>
fun cloneOnNewNode(destination: Node<T>, currentTime: Time): DiracComb<T>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun toString(): String
Link copied to clipboard
abstract fun update(currentTime: Time, executed: Boolean, param: Double, environment: Environment<T, out Any>)
fun update(currentTime: Time, hasBeenExecuted: Boolean, additionalParameter: Double, environment: Environment<T, out Any>)
Updates the internal status.