Package-level declarations

Types

Link copied to clipboard

Represents the exponential distribution.

Link copied to clipboard
class GammaDistribution(alpha: Double, beta: Double, seed: Int = 0) : ContinuousDistribution

Represents the gamma distribution.

Link copied to clipboard
class NormalDistribution(mean: Double, stddev: Double, approx: Boolean = false, seed: Int = 0) : ContinuousDistribution

Represents the normal distribution.

Link copied to clipboard

Represents the uniform distribution.

Link copied to clipboard

Represents the Weibull distribution.