Aggregates the values in the variable using the variable's aggregator.
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public Function Aggregate ( _ indexes As Integer() _ ) As Variable |
| C# |
|---|
public Variable Aggregate ( int[] indexes ) |
| C++ |
|---|
public: Variable^ Aggregate ( array<int>^ indexes ) |
Parameters
- indexes ()
- An integer array specifying the starting point of each group.
Return Value
A Variable of the same type with aggregated observations.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | indexes is nullNothingnullptr. |