GaussianProperty

class Object
trait Matchable
class Any

Type members

Classlikes

trait Gaussian[A]

It represent a Gaussian Property.

It represent a Gaussian Property.

Type parameters:
A

the type of the Property

case class GaussianDurationTime(mean: Double, std: Double, unit: TimeUnit) extends Gaussian[DurationTime]

A duration time generator that follow a gaussian distribution.

A duration time generator that follow a gaussian distribution.

Value parameters:
mean

the mean of the gaussian distribution

std

the standard deviation of the gaussian distribution

unit

the unit chosen for the duration time object

case class GaussianIntDistribution(mean: Double, std: Double) extends Gaussian[Int]

A integer generator that follow a gaussian distribution.

A integer generator that follow a gaussian distribution.

Value parameters:
mean

the mean of the gaussian distribution

std

the standard deviation of the gaussian distribution