Skip to content

INTEGER MEAN

Description

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


Config Location

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


Supported Data Types

  • Integer

Config Requirements

Config ({}) options are not required.


Config Example

1
2
3
<dataPoint name="QUANTITY" dataType="INTEGER">
    <consolidationAlgorithm name="AGG_INTEGER_MEAN" entity="INTEGER_MEAN"/>
</dataPoint>

Example Result

  • the sourced values of data point "QUANTITY" are: 12, 11, 45, 1
  • the algorithm will calculate the mean of the sourced values. In this case it will be: 17

Config Parameters

not applicable


Common Mistakes

not applicable