public class ChiSqTest
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
double |
chisq
chi-square statistic
|
double |
df
The degree of freedom of chisq-statistic.
|
double |
pvalue
p-value
|
| Modifier and Type | Method and Description |
|---|---|
static ChiSqTest |
test(int[] bins,
double[] prob)
One-sample chisq test.
|
static ChiSqTest |
test(int[] bins,
double[] prob,
int constraints)
One-sample chisq test.
|
static ChiSqTest |
test(int[] bins1,
int[] bins2)
Two-sample chisq test.
|
static ChiSqTest |
test(int[] bins1,
int[] bins2,
int constraints)
Two-sample chisq test.
|
public double df
public double chisq
public double pvalue
public static ChiSqTest test(int[] bins, double[] prob)
public static ChiSqTest test(int[] bins, double[] prob, int constraints)
public static ChiSqTest test(int[] bins1, int[] bins2)
public static ChiSqTest test(int[] bins1, int[] bins2, int constraints)