9 Temporal Aggregation Metric

Select the temporal aggregation method to be applied to the dataset. This option allows you to summarize time series using statistical functions called reducers, which include:

9.1 Mean

Calculates the average of the values within the selected time period.

9.2 Median

Calculates the central value in an ordered dataset. It is more robust to extreme values than the mean.

9.3 Mode

Calculates the most frequent value in a dataset.

9.4 Minimum

Calculates the lowest value in a time period.

9.5 Maximum

Calculates the highest value in a time period.

9.6 10th Percentile

Finds the value below which 10% of the data fall. Used to measure low values or extreme events.

9.7 90th Percentile

Finds the value below which 90% of the data fall. Used to measure high values or extreme events.