CorrelationMode#
- class impactshpc.src.core.CorrelationMode(*values)
Bases:
EnumEnumeration 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
Attributes Documentation
- DEPENDENT = 'DEPENDENT'#
- INDEPENDENT = 'INDEPENDENT'#
- DEPENDENT = 'DEPENDENT'
- INDEPENDENT = 'INDEPENDENT'