Namespace: PP.TS.Ui;
The TsCollapseType enumeration contains types of time aggregation.
It is used by the AggregationWizardView.getMethodType method.
Value |
Brief description |
Average |
Mean value of frequency elements is estimated. |
First |
The first available value of frequency elements is estimated. |
Last |
The last available value of frequency elements is estimated. |
Maximum |
Maximum value of frequency elements is estimated. |
Minimum |
Minimum value of frequency of frequency elements is estimated. |
Range |
The difference between minimum and maximum values of frequency elements is estimated. |
Spread |
Standard deviation is estimated for the frequency. The Standard Deviation is a measure of how spread out numbers are with respect to their mean value. |
Total |
Sum of frequency elements' values is estimated. |
See also:
PP.TS.Ui|AggregationWizardView