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