Aggregations
In the interactive dashboard, the following aggregate functions are available:
- Count – returns the number of values
- Count Distinct – returns the number of distinct values
- Sum – returns the sum of all values
- Min – returns the minimum value across all records
- Max – returns the maximum value across all records
- Average – Returns the average of all the values in the
- StdDev – Mean Square Deviation
- StdDev P – dispersion
- Var – Non-shifted dispersion
- VarP – returns the variance of a population where the population is the entire data to be summarized.
- Median
- Mode
