AverageDeviation Property

Returns the average deviation of the data values in the column from which the statistics were calculated. Returns a Variant. This is a read-only property.

Syntax

object.AverageDeviation( Col )

object.AverageDeviation( Col ) =AverageDeviation( Col )

 

Parameter Type Description
Col Long optional, default=1 (column A)

 

Example

This example demonstrates how to return the standard deviation of data values in column C.

Debug.Print WksStatistics.AverageDeviation(3)

 

Used by: WksStatistics object