Gaussian

trait Gaussian[A]

It represent a Gaussian Property.

Type parameters:
A

the type of the Property

class Object
trait Matchable
class Any

Value members

Abstract methods

protected def convert(next: Double): A

Method to implement the conversion from the generated number to the required gaussian type A

Method to implement the conversion from the generated number to the required gaussian type A

def mean: Double

The mean of the gaussian distribution.

The mean of the gaussian distribution.

Returns:

the mean

def std: Double

The standard deviation of the gaussian distribution.

The standard deviation of the gaussian distribution.

Returns:

the standard deviation

Concrete methods

def next(): A

Method that allow to generate the next value for the property of type A.

Method that allow to generate the next value for the property of type A.

Returns:

the generated property value