ks_test: Signed Kolmogorov-Smirnov Test

Description Usage Arguments Value Examples

Description

A two-sample Kolmogorov-Smirnov test that also returns the direction of the calculated supremum relative to the distribution g. Used within ks_cols For example, if the values of g are smaller than g, and the CDF of f is shift to the left of g, then the D statistic will be negative, if it is shift to the right of g, then it will be positive.

Usage

1
ks_test(f, g)

Arguments

f

Numerical vector to be compared to g

g

Numerical vector, reference or control

Value

D D-statistic

Examples

1
2

Swarchal/TISS documentation built on May 9, 2019, 3:24 p.m.