WeibullDistributedWeibullTime

Weibull distributed events, with different (Weibull distributed) mean.

Parameters

<T>

concentration type

Constructors

Link copied to clipboard
constructor(mean: Double, deviceDeviation: Double, networkDeviation: Double, random: RandomGenerator)
constructor(mean: Double, deviceDeviation: Double, networkDeviation: Double, start: Time, random: RandomGenerator)
constructor(mean: Double, deviceDeviation: Double, networkDeviation: Double, deviationDeviation: Double, start: Time, random: RandomGenerator)

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>
open fun cloneOnNewNode(destination: Node<T>, currentTime: Time): WeibullTime<T>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun getRate(): Double
open fun getRate(): Double
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.