StatisticsAggregator#
- class ctapipe.monitoring.StatisticsAggregator(*args: t.Any, **kwargs: t.Any)[source]#
Bases:
BaseAggregatorBase 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.