| Package | Description |
|---|---|
| smile.stat.hypothesis |
Statistical hypothesis tests.
|
| Modifier and Type | Method and Description |
|---|---|
static CorTest |
CorTest.chisq(int[][] table)
Given a two-dimensional contingency table in the form of an array of
integers, returns Chi-square test for independence.
|
static CorTest |
CorTest.kendall(double[] x,
double[] y)
Kendall rank correlation test.
|
static CorTest |
CorTest.pearson(double[] x,
double[] y)
Pearson correlation coefficient test.
|
static CorTest |
CorTest.spearman(double[] x,
double[] y)
Spearman rank correlation coefficient test.
|
Copyright © 2015. All rights reserved.