WeibullTime

Weibull distributed events.

Parameters

<T>

concentration type

Inheritors

Constructors

Link copied to clipboard
constructor(mean: Double, deviation: Double, random: RandomGenerator)
constructor(mean: Double, deviation: Double, start: Time, random: RandomGenerator)
constructor(shapeParameter: Double, scaleParameter: Double, offsetParameter: Double, start: Time, random: RandomGenerator)

Functions

Link copied to clipboard
abstract fun cloneOnNewNode(p: Node<T>, p1: Time): TimeDistribution<T>
open fun cloneOnNewNode(@Nonnull destination: Node<T>, @Nonnull currentTime: Time): WeibullTime<T>
Link copied to clipboard
open fun getDeviation(): Double
Link copied to clipboard
open fun getMean(): Double
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun update(p: Time, p1: Boolean, p2: Double, p3: Environment<T, out Any>)
fun update(@Nonnull currentTime: Time, hasBeenExecuted: Boolean, additionalParameter: Double, @Nonnull environment: Environment<T, out Any>)
Link copied to clipboard
fun updateStatus(currentTime: Time, executed: Boolean, param: Double, environment: Environment<T, out Any>)
Implement this method to update the distribution's internal status.