edu.ucla.stat.SOCR.analyses.model
Class AnovaTwoWay

java.lang.Object
  extended by edu.ucla.stat.SOCR.analyses.model.AnovaTwoWay
All Implemented Interfaces:
Analysis

public class AnovaTwoWay
extends java.lang.Object
implements Analysis


Constructor Summary
AnovaTwoWay()
           
 
Method Summary
 Result analyze(Data data, short analysisType)
           
protected  void doRssError(int totalNumCol, double[][] varX, double[] y)
           
protected  void doRssErrorInteraction(int totalNumCol, double[][] varX, double[] y)
           
 java.lang.String getAnalysisType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnovaTwoWay

public AnovaTwoWay()
Method Detail

getAnalysisType

public java.lang.String getAnalysisType()
Specified by:
getAnalysisType in interface Analysis

analyze

public Result analyze(Data data,
                      short analysisType)
               throws WrongAnalysisException,
                      DataIsEmptyException
Specified by:
analyze in interface Analysis
Throws:
WrongAnalysisException
DataIsEmptyException

doRssError

protected void doRssError(int totalNumCol,
                          double[][] varX,
                          double[] y)

doRssErrorInteraction

protected void doRssErrorInteraction(int totalNumCol,
                                     double[][] varX,
                                     double[] y)