ksTest | R Documentation |
Signed KS test This functions is a modified version of the R-base function ks.test. It computes a signed KS statistic measuring the maximum difference between a distribution x and some reference distribution y.
ksTest(x, y)
x |
(numeric) data from distribution 1 |
y |
(numeric) data from distribution 2 |
Signed KS statistic comparing distributions of x and y
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.