Enum: AggregationType

How to aggregate time series data

URI: tvbo:enum/AggregationType

Permissible Values

Value Meaning Description
mean None Average over time
last None Last value in window
first None First value in window
window None Sliding window aggregation
none None No aggregation

Slots

Name Description
aggregation How to aggregate over time

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/tvbo

LinkML Source

name: AggregationType
description: How to aggregate time series data
from_schema: https://w3id.org/tvbo
rank: 1000
permissible_values:
  mean:
    text: mean
    description: Average over time
  last:
    text: last
    description: Last value in window
  first:
    text: first
    description: First value in window
  window:
    text: window
    description: Sliding window aggregation
  none:
    text: none
    description: No aggregation