public class FTest
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
df1
The degree of freedom of f-statistic.
|
int |
df2
The degree of freedom of f-statistic.
|
double |
f
f-statistic
|
double |
pvalue
p-value
|
| Modifier and Type | Method and Description |
|---|---|
static FTest |
test(double[] x,
double[] y)
Test if the arrays x and y have significantly different variances.
|
public int df1
public int df2
public double f
public double pvalue
public static FTest test(double[] x, double[] y)