ks: Kolmogorow-Smirnov statistic

Description Usage Arguments Details

View source: R/RcppExports.R

Description

Calculates the two-sample Kolmogorov-Smirnov statistic

Usage

1
2
3
ks(sample_1, sample_2)

CAB.ks( sample1, sample2 )

Arguments

sample1

Numeric vector of samples

sample2

Numeric vector of samples

Details

The KS statistic is computed the same way as it is in the ks.test function in the stats package. We just stripped away all the other stuff so that it is faster.


Don-Li/CAB documentation built on May 6, 2019, 2:52 p.m.

Related to ks in Don-Li/CAB...