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

All Known Subinterfaces:
NonParametric, Parametric
All Known Implementing Classes:
AnovaOneWay, AnovaTwoWay, ChiSquareContingencyTable, ConfidenceInterval, DichotomousProportion, FisherExact, FlignerKilleen, KolmogorovSmirnoff, LogisticRegression, MultiLinearRegression, NormalPower, OneT, OneZ, 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

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

getAnalysisType

java.lang.String getAnalysisType()