org.apache.commons.math3.stat.inference
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 |
OneWayAnova.AnovaStats(int dfbg,
int dfwg,
double F)
Constructor
|
Copyright (c) 2003-2013 Apache Software Foundation