Skip to content

Enum: Buffer Aggregation Method (BufferAggregationEnum)

Aggregation within a buffer.

URI: envar:enum/BufferAggregationEnum

Permissible Values

Value Meaning Description
mean None Arithmetic mean of values in the buffer
max None Maximum value in the buffer
median None Median of values in the buffer
area_weighted_mean None Area-weighted mean of values in the buffer

Slots

Name Description
linkage_buffer_aggregation_method Aggregation method applied within the buffer (mean / max / median / area-weig...

Identifier and Mapping Information

Schema Source

LinkML Source

name: BufferAggregationEnum
description: Aggregation within a buffer.
title: Buffer Aggregation Method
from_schema: https://w3id.org/linkml/microschemas/envar
rank: 1000
permissible_values:
  mean:
    text: mean
    description: Arithmetic mean of values in the buffer.
  max:
    text: max
    description: Maximum value in the buffer.
  median:
    text: median
    description: Median of values in the buffer.
  area_weighted_mean:
    text: area_weighted_mean
    description: Area-weighted mean of values in the buffer.