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
open fun RandomDiracComb(rng: RandomGenerator, start: Time, minRate: Double, maxRate: Double)
Link copied to clipboard
open fun RandomDiracComb(rng: RandomGenerator, minRate: Double, maxRate: Double)

Functions

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