private static class OneWayAnovaImpl.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 |
OneWayAnovaImpl.AnovaStats(int dfbg,
int dfwg,
double F)
Constructor
|
Copyright (c) 2003-2013 Apache Software Foundation