KSCriticalValue90 Property
The KSCriticalValue90 property returns the 90 percent critical value of the Kolmogorov-Smirnov statistic for the number of data values in the column from which the statistics were calculated. Returns a Variant. This is a read-only property.
Syntax
object.KSCriticalValue90( Col )
Parameter | Type | Description |
Col | Long | optional, default=1 (column A) |
Example
This example demonstrates how to return the 90 percent critical value of the Kolmogorov-Smirnov statistic for data values in column C.
Debug.Print "Critical Value of the K-S Statistic at 90% "; Stats.KSCriticalValue90(3)
Used by: WksStatistics object