MsAgregationMethodType

Description

The MsAgregationMethodType enumeration contains aggregation calculation methods. This enumerable type is used by the following properties:

Description

Value Brief description
0 Sum. Sum.
1 Min. Minimum.
2 Max. Maximum.
3 Average. Average.
4 SumSq. Sum of squares.
5 AveDev. Deviation average.
6 DevSq. Deviation square.
7 GeoMean. Geometric mean.
8 HarMean. Harmonic mean.
9 Kurt. Kurtosis.
10 Median. Median.
11 Skew. Skewness coefficient.
12 StDev. Standard deviation.
13 StDevP. Adjusted standard deviation.
14 Dispersion. Variance.
15 DispersionP. Adjusted variance.
16 WeightedSum. Weighted sum.
17 WeightedAverage. Weighted average.
18 AveragePch. Average calculated by the percent change.
19 AveragePchYoY. Average calculated by the percent change to the corresponding period.
20 WeightedAveragePch. Weighted average calculated by the percent change.
21 WeightedAveragePchYoY. Weighted average calculated by the percent change to the corresponding period.
22 AverageDLog. Average calculated by the logarithms difference.
23 AverageDLogYOY. Average calculated by the logarithms difference to the corresponding period.
24 WeightedAverageDLog. Weighted average calculated by the logarithms difference.
25 WeightedAverageDLogYoY. Weighted average calculated by the logarithms difference to the corresponding period.
26 MedianPch. Median calculated by the percent change.
27 MedianPchYOY. Median calculated by the percent change to the corresponding period.
28 Mode. Mode.
29 NumberOfObservations. Number of observations.
30 NumberOfMissingValues. Number of missing data.
31 Weights. Weights.
32 Percentile. Percentile.
33 CompositionRelevance. Composition relevance.
34 WeightedGeoAverage. Weighted geometric mean.

See also:

Ms Assembly Enumerations