Skip to content

DECIMAL MEAN

Description

This algorithm assesses the value of all the raw data for the associated data point and averages them to get a mean decimal value.


Config Location

Config is provided within consolidationAlgorithm element, within the dataPoint element in a schema.


Supported Data Types

  • Decimal

Config Requirements

Config ({}) options are not required.


Config Example

1
2
3
<dataPoint name="COST" dataType="DECIMAL">
    <consolidationAlgorithm name="AGG_DECIMAL_MEAN" entity="DECIMAL_MEAN"/>
</dataPoint>

Example Result

  • the sourced values of data point "COST" are: 12.50, 11, 45.45, 1.30
  • based on the sourced values, the algorithm will calculate a mean value of: 17.56

Config Parameters

not applicable


Common Mistakes

not applicable