I need to explain why ArcGIS offers the function "standard deviation" when symbolizing rasters with the Stretch method.
The Standard Deviation is a measure of how spread out numbers are and is calculated by the square root of the Variance. The variance in the Squared differences from the mean and the "n" in the ArcGIS Setting refers to the population.
So what is really happening? Is ArcGIS replacing each Height value with a StdDev value calculated by neighbouring "n" pixels? That would mean the colours represent the average "spread" of heights and not the actual height values themselves.
Am I on the right track here?
- Average is 200 and std dev is 50 ->
- After sdt dev stretch original pixel value 150 is mapped to 0 and value 250 is mapped to 255
- Other pixel values are mapped by linear interpolation. This stretch is a good guess for making any imagery visible on screen with a usable contrast.
– user30184 Nov 25 '14 at 07:35