Description Usage Arguments Details Note See Also
Internal function not intended to be called directly by users.
1 | ks_test_stat(x, y, ...)
|
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. |
Simplified and faster ks.test
function that calculates just the
two-sided test statistic D.
Calculating the Kolmogorov-Smirnov test statistic D by itself is faster than calculating the other ouput that that function produces.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.