Weibull Time
Weibull distributed events.
Parameters
<T>
concentration type
Constructors
Link copied to clipboard
open fun WeibullTime(mean: Double, deviation: Double, random: RandomGenerator)
Content copied to clipboard
Link copied to clipboard
open fun WeibullTime(mean: Double, deviation: Double, start: Time, random: RandomGenerator)
Content copied to clipboard
Link copied to clipboard
open fun WeibullTime(shapeParameter: Double, scaleParameter: Double, offsetParameter: Double, start: Time, random: RandomGenerator)
Content copied to clipboard
Functions
Link 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.