Random Dirac Comb
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)
Content copied to clipboard
Link copied to clipboard
open fun RandomDiracComb(rng: RandomGenerator, minRate: Double, maxRate: Double)
Content copied to clipboard
Functions
Link copied to clipboard
abstract fun cloneOnNewNode(destination: Node<T>, currentTime: Time): AbstractDistribution<T>
Content copied to clipboard
Link copied to clipboard