AgregationMethod: MsAgregationMethodType;
The AgregationMethod property selects aggregation method.
For this aggregation type the following methods are available:
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. Deviation mean.
MsAgregationMethodType.StDev. Standard Deviation.
MsAgregationMethodType.Sum. Sum.
MsAgregationMethodType.SumSq. Sum of squares.
MsAgregationMethodType.Kurt. Kurtosis.
If the other method is set, then the Sum method is used for calculation.
The property use is given in the example for IMsDetermAggregationTransform.AggregationExpression.
See also: