AverageAbsoluteDeviation Property [GridStatistics]

AverageAbsoluteDeviation returns the average deviation of the grid. Returns a double. It is a read-only property.

Syntax

object. AverageAbsoluteDeviation

Example

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

Debug .Print GridStatistics.AverageAbsoluteDeviation

Used by: GridStatistics Object and GridStatisticsXYZC Object