Aggregates the values in the variable using the variable's aggregator.
Namespace: Extreme.StatisticsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public Variable Aggregate(
int[] indexes
)
Public Function Aggregate (
indexes As Integer()
) As Variable
public:
Variable^ Aggregate(
array<int>^ indexes
)
member Aggregate :
indexes : int[] -> Variable
Parameters
- indexes
- Type: SystemInt32
An integer array specifying the starting point of each group.
Return Value
Type:
VariableA
Variable of the same type with aggregated observations.
Numerical Libraries
Supported in: 5.x, 4.x
Reference