| ks_test_stat {KScorrect} | R Documentation | 
Internal KScorrect Function.
Description
Internal function not intended to be called directly by users.
Usage
ks_test_stat(x, y, ...)
Arguments
x | 
 a numeric vector of data values.  | 
y | 
 a character string naming a cumulative distribution function or an actual cumulative distribution function such as pnorm. Only continuous CDFs are valid. See /codeLcKS for accepted functions.  | 
... | 
 parameters of the distribution specified (as a character string) by y.  | 
Details
Simplified and faster ks.test function that calculates just the
two-sided test statistic D.
Note
Calculating the Kolmogorov-Smirnov test statistic D by itself is faster than calculating the other ouput that that function produces.
See Also
[Package KScorrect version 1.4.0 Index]