StatDistType#

class relsad.StatDist.StatDistType(value)[source]#

Statistical distribution type

UNIFORM_FLOAT#

Uniform distribution with floating point numbers. Parameters from UniformParameters: (min_val, max_val)

Type

int

UNIFORM_INT#

Uniform distribution with integers. Parameters from UniformParameters: (min_val, max_val)

Type

int

TRUNCNORMAL#

Truncated normal distribution. Parameters from NormalParameters: (loc, scale, min_val, max_val)

Type

int

GAMMA#

Gamma distribution Parameters from GammaParameters: (shape, scale)

Type

int

StatDistType.UNIFORM_FLOAT

StatDistType.UNIFORM_INT

StatDistType.TRUNCNORMAL

StatDistType.GAMMA