WinsorizedMean Property [GridStatistics]

WinsorizedMean returns the winsorized mean of the grid. Returns a double. It is a read-only property.

Syntax

object. WinsorizedMean

Example

The following example demonstrates how to return the winsorized mean of the grid.

Debug.Print GridStatistics.WinsorizedMean

Used by: GridStatistics Object and GridStatisticsXYZC Object