Skewness Property
The Skewness property returns the coefficient of skewness for the data values in the column from which the statistics were calculated. Returns a Variant. This is a read-only property.
Syntax
object.Skewness( Col )
Parameter | Type | Description |
Col | Long | optional, default=1(column A) |
Example
This example demonstrates how to return the coefficient of skewness for data values in column C.
Debug.Print "Sample Skewness "; Stats.Skewness(3)
Used by: WksStatistics object