The EmStatistics enumeration is used to determine the summary statistics that needs to be calculated.
It is used by the following property:
Value | Brief description |
0 | SSR. Sum of squared residuals. |
1 | Average. Arithmetic average. |
2 | AveDev. Average of the absolute values points deviations from average. |
3 | Dispersion. Variance. |
See also: