Documentation Index
Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt
Use this file to discover all available pages before exploring further.
final class atoti.SiblingsScope
Scope performing a “siblings” aggregation. The aggregated value for each member of a given level inhierarchy is computed by aggregating all the members with the same parents (i.e. its siblings) with the given function.
A siblings aggregation is appropriate for operations such as marginal aggregations (e.g. marginal VaR, marginal mean) for non-linear aggregation functions.
Example
Using this scope withatoti.agg.sum() to perform a “siblings” sum:
exclude_self:
exclude_self : bool = False
IfTrue, the current member will not contribute to its aggregated value.