ks_test_stat: Internal KScorrect Function.

Description Usage Arguments Details Note See Also

Description

Internal function not intended to be called directly by users.

Usage

1

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

ks.test


KScorrect documentation built on July 4, 2019, 1:02 a.m.