|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.udo.cs.yale.tools.math.AnovaCalculator.Group
private static class AnovaCalculator.Group
Helper class containing all information about a group, i.e. the number of elements, the mean and variance value.
Field Summary | |
---|---|
private double |
mean
|
private int |
number
|
private double |
variance
|
Constructor Summary | |
---|---|
AnovaCalculator.Group(int number,
double mean,
double variance)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private int number
private double mean
private double variance
Constructor Detail |
---|
public AnovaCalculator.Group(int number, double mean, double variance)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |