private static class OneWayAnova.AnovaStats
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
dfbg
Degrees of freedom in numerator (between groups).
|
private int |
dfwg
Degrees of freedom in denominator (within groups).
|
private double |
F
Statistic.
|
Modifier | Constructor and Description |
---|---|
private |
AnovaStats(int dfbg,
int dfwg,
double F)
Constructor
|
Copyright (c) 2003-2016 Apache Software Foundation