CorrelationMode#

class impacthpc.src.core.CorrelationMode(*values)#

Bases: Enum

Enumeration representing the correlation mode of a value. See Uncertainty.

DEPENDENT#

Indicates that the value is positively correlated with other variables in the context (correlation = 1).

INDEPENDENT#

Indicates that the value is independent and not affected by other variables in the context (correlation = 0).

Attributes Summary

DEPENDENT

INDEPENDENT

Attributes Documentation

DEPENDENT = 'DEPENDENT'#
INDEPENDENT = 'INDEPENDENT'#
DEPENDENT = 'DEPENDENT'#
INDEPENDENT = 'INDEPENDENT'#