Weibull Distributed Weibull Time
Weibull distributed events, with different (Weibull distributed) mean.
Parameters
<T>
concentration type
Constructors
Link copied to clipboard
open fun WeibullDistributedWeibullTime(mean: Double, deviceDeviation: Double, networkDeviation: Double, random: RandomGenerator)
Content copied to clipboard
Link copied to clipboard
open fun WeibullDistributedWeibullTime(mean: Double, deviceDeviation: Double, networkDeviation: Double, start: Time, random: RandomGenerator)
Content copied to clipboard
Link copied to clipboard
Functions
Link copied to clipboard
abstract fun cloneOnNewNode(destination: Node<T>, currentTime: Time): AbstractDistribution<T>
Content copied to clipboard
open fun cloneOnNewNode(destination: Node<T>, currentTime: Time): WeibullTime<T>
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun updateStatus(currentTime: Time, executed: Boolean, param: Double, environment: Environment<T, out Any>)
Content copied to clipboard
Implement this method to update the distribution's internal status.