Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration AccumulationFunction

Index

Enumeration Members

COUNT: 0

The number of values (non-empty cells)

FREQ: 1

The most frequent value

GEO_MEAN: 2

The geometric mean

HARM_MEAN: 3

The harmonic mean

INFREQ: 4

The most infrequent value

MAX: 5

The maximum value

MEAN: 6

The mean

MEDIAN: 7

The median

MIN: 8

The minimal value

RANGE: 9

The difference betwenn min and max

STD: 10

The standard deviation

SUM: 11

The sum

VAR: 12

The variance

Generated using TypeDoc