Aggregation functions

Aggregation functions are used to aggregate data items between different domain units.

  • Nth_element - nth element of an ascending sorted attribute
  • Nth_element_weighted - rank value based on the ascended weighted attribute
  • Rth_element - the r * (n-1)th elements of the ascending sorted attribute. N.B. use this operator for the median.
  • Pcount - count the number of entries of a relation in the related domain
  • pcount_uint8 - is the Pcount variant resulting in uint8 data item
  • pcount_uint16 - is the Pcount variant resulting in uint16 data item
  • pcount_uint32 - is the Pcount variant resulting in uint32 data item
  • Mapping_count - count the number of cells of a grid unit in another grid unit
  • Reg_count - count the non null values of an attribute towards a regional level