StatisticsAggregator#

class ctapipe.monitoring.aggregator.StatisticsAggregator(*args: t.Any, **kwargs: t.Any)[source]#

Bases: BaseAggregator

Base component to handle the computation of aggregated statistic values from a table containing any event-wise quantities (e.g., images, scalars, vectors, or other arrays).

Aggregation is performed along axis=0 (the event dimension) for any N-dimensional data.