AveragingCalculationMethodEnum
Enum CDM 7.2.0Specifies enumerations for the type of averaging calculation.
Values 3
Namespace cdm.base.math
Values
3 permitted values.
| Value | Description |
|---|---|
| Arithmetic | Refers to the calculation of an average by taking the sum of observations divided by the count of observations. |
| Geometric | Refers to the calculation of an average by taking the nth root of the product of n observations. |
| Harmonic | Refers to the calculation of an average by taking the reciprocal of the arithmetic mean of the reciprocals of the observations. |
Referenced by
2 types hold an AveragingCalculationMethodEnum as an attribute.
Functions
Model functions that produce or consume this type. These are the CDM's own behaviour — the logic a correct implementation has to match.
| Function | Role | Description |
|---|---|---|
| MapAveragingCalculationMethodEnum | returns | — |
Open AveragingCalculationMethodEnum in the Model Browser
Walk the tree and the reference graph interactively, and switch releases to see how the enumeration has changed. Free, no signup.