edu.ucla.stat.SOCR.analyses.model
Interface Analysis

All Known Subinterfaces:
NonParametric, Parametric
All Known Implementing Classes:
AnovaOneWay, AnovaTwoWay, ChiSquareContingencyTable, DichotomousProportion, FisherExact, MultiLinearRegression, NormalPower, OneT, SimpleLinearRegression, Survival, TwoIndependentFriedman, TwoIndependentKruskalWallis, TwoIndependentT, TwoIndependentWilcoxon, TwoPairedSignedRank, TwoPairedT

public interface Analysis


Method Summary
 Result analyze(Data data, short analysisType)
           
 java.lang.String getAnalysisType()
           
 

Method Detail

analyze

public Result analyze(Data data,
                      short analysisType)
               throws WrongAnalysisException,
                      DataException
Throws:
WrongAnalysisException
DataException

getAnalysisType

public java.lang.String getAnalysisType()