AgregationMethod: MsAgregationMethodType;
The AgregationMethod property determines an aggregation method.
The following methods are available for this aggregation type:
MsAgregationMethodType.WeightedSum. Weighted sum.
MsAgregationMethodType.Dispersion. Variance.
MsAgregationMethodType.DispersionP. Adjusted variance.
MsAgregationMethodType.StDevP. Adjusted standard deviation.
MsAgregationMethodType.DevSq. Deviations square.
MsAgregationMethodType.Skew. Skewness coefficient.
MsAgregationMethodType.Max. Maximum.
MsAgregationMethodType.Median. Median.
MsAgregationMethodType.Min. Minimum.
MsAgregationMethodType.Average. Average.
MsAgregationMethodType.HarMean. Harmonic mean.
MsAgregationMethodType.GeoMean. Geometric mean.
MsAgregationMethodType.AveDev. Deviations mean.
MsAgregationMethodType.StDev. Standard deviation.
MsAgregationMethodType.Sum. Sum.
MsAgregationMethodType.SumSq. Sum of squares.
MsAgregationMethodType.Kurt. Kurtosis.
If the other method is set, the Sum method is used for calculation.
The property use is given in the example for IMsDetermAggregationTransform.AggregationExpression.
See also: