org.statcato.statistics.inferential
Class TwoANOVATableCell

java.lang.Object
  extended by org.statcato.statistics.inferential.TwoANOVATableCell

public class TwoANOVATableCell
extends java.lang.Object

A cell in a table for two-way ANOVA.

Since:
1.0
Version:
%I%, %G%
Author:
Margaret Yau

Constructor Summary
TwoANOVATableCell()
           
 
Method Summary
 void addObservation(double data)
           
 int getSize()
           
 double sum()
           
 double sumOfSquares()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TwoANOVATableCell

public TwoANOVATableCell()
Method Detail

addObservation

public void addObservation(double data)

sum

public double sum()

sumOfSquares

public double sumOfSquares()

getSize

public int getSize()