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.
|
java.lang.String |
toString() |
public final int df1
public final int df2
public final double f
public final double pvalue
public java.lang.String toString()
toString in class java.lang.Objectpublic static FTest test(double[] x, double[] y)