The statistic types for focal stattistics raster function.
| Constant | Value | Description |
|---|---|---|
| esriFocalStatisticMin | 1 | The statistic type is Minimum. |
| esriFocalStatisticMax | 2 | The statistic type is Maximum. |
| esriFocalStatisticMean | 3 | The statistic type is Mean. |
| esriFocalStatisticStandardDeviation | 4 | The statistic type is Standard Deviations. |
| esriFocalStatisticMedian | 5 | The statistic type is Median. |
| esriFocalStatisticMajority | 6 | The statistic type is Majority. |
| esriFocalStatisticMinority | 7 | The statistic type is Minority. |