MedianAbsoluteDeviation Property [GridStatistics]

MedianAbsoluteDeviation returns the median absolute deviation of the grid. Returns a double. It is a read-only property.

Syntax

object.MedianAbsoluteDeviation

Example

The following example demonstrates how to return the median absolute deviation of the grid.

Debug.Print GridStatistics.MedianAbsoluteDeviation

Used by: GridStatistics Object and GridStatisticsXYZC Object