edu.ucla.stat.SOCR.analyses.model
Class AnovaTwoWay
java.lang.Object
edu.ucla.stat.SOCR.analyses.model.AnovaTwoWay
- All Implemented Interfaces:
- Analysis
public class AnovaTwoWay
- extends java.lang.Object
- implements Analysis
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnovaTwoWay
public AnovaTwoWay()
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)