Skip to content

DOUBLE MEAN

Description

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


Config Location

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


Supported Data Types

  • Double

Config Requirements

Config ({}) options are not required.


Config Example

1
2
3
<dataPoint name="RATIO" dataType="DOUBLE">
    <consolidationAlgorithm name="AGG_DOUBLE_MEAN" entity="DOUBLE_MEAN"/>
</dataPoint>

Example Result

  • the sourced values of data point "RATIO" are: 12.50, 11, 45.45, 1.30
  • the algorithm will calculate the average of sourced values as: 17.56

Config Parameters

not applicable


Common Mistakes

not applicable