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

java.lang.Object
  extended by edu.ucla.stat.SOCR.analyses.model.AnalysisType

public class AnalysisType
extends java.lang.Object


Field Summary
static short ANCOVA
           
static short ANOVA_ONE_WAY
           
static short ANOVA_THREE_WAY
           
static short ANOVA_TWO_WAY
           
static short ANOVA_TWO_WAY_INTERACTION
           
static short CHI_SQUARE_CONTINGENCY_TABLE
           
static short CHI_SQUARE_MODEL_FIT
           
static short CI
           
static short Clustering
           
static short DICHOTOMOUS_PROPORTION
           
static short FISHER_EXACT
           
static short FLIGNER_KILLEEN
           
static short KOLMOGOROV_SMIRNOFF
           
static short LOGISTIC_REGRESSION
           
static short MULTI_LINEAR_REGRESSION
           
static short NORMAL_POWER
           
static short ONE_T
           
static short ONE_Z
           
static short SIMPLE_LINEAR_REGRESSION
           
static short SURVIVAL
           
static short TIME_SERIES_ARIMA
           
static short TWO_INDEPENDENT_FRIEDMAN
           
static short TWO_INDEPENDENT_KRUSKAL_WALLIS
           
static short TWO_INDEPENDENT_T
           
static short TWO_INDEPENDENT_WILCOXON
           
static short TWO_PAIRED_SIGN_TEST
           
static short TWO_PAIRED_SIGNED_RANK
           
static short TWO_PAIRED_T
           
 
Constructor Summary
AnalysisType()
           
 
Method Summary
static java.lang.String lookup(short type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SIMPLE_LINEAR_REGRESSION

public static final short SIMPLE_LINEAR_REGRESSION
See Also:
Constant Field Values

MULTI_LINEAR_REGRESSION

public static final short MULTI_LINEAR_REGRESSION
See Also:
Constant Field Values

LOGISTIC_REGRESSION

public static final short LOGISTIC_REGRESSION
See Also:
Constant Field Values

Clustering

public static final short Clustering
See Also:
Constant Field Values

ANOVA_ONE_WAY

public static final short ANOVA_ONE_WAY
See Also:
Constant Field Values

ANOVA_TWO_WAY

public static final short ANOVA_TWO_WAY
See Also:
Constant Field Values

ANOVA_TWO_WAY_INTERACTION

public static final short ANOVA_TWO_WAY_INTERACTION
See Also:
Constant Field Values

ANOVA_THREE_WAY

public static final short ANOVA_THREE_WAY
See Also:
Constant Field Values

ANCOVA

public static final short ANCOVA
See Also:
Constant Field Values

NORMAL_POWER

public static final short NORMAL_POWER
See Also:
Constant Field Values

ONE_T

public static final short ONE_T
See Also:
Constant Field Values

ONE_Z

public static final short ONE_Z
See Also:
Constant Field Values

TWO_INDEPENDENT_T

public static final short TWO_INDEPENDENT_T
See Also:
Constant Field Values

TWO_PAIRED_T

public static final short TWO_PAIRED_T
See Also:
Constant Field Values

TWO_INDEPENDENT_WILCOXON

public static final short TWO_INDEPENDENT_WILCOXON
See Also:
Constant Field Values

TWO_PAIRED_SIGNED_RANK

public static final short TWO_PAIRED_SIGNED_RANK
See Also:
Constant Field Values

TWO_PAIRED_SIGN_TEST

public static final short TWO_PAIRED_SIGN_TEST
See Also:
Constant Field Values

TWO_INDEPENDENT_KRUSKAL_WALLIS

public static final short TWO_INDEPENDENT_KRUSKAL_WALLIS
See Also:
Constant Field Values

TWO_INDEPENDENT_FRIEDMAN

public static final short TWO_INDEPENDENT_FRIEDMAN
See Also:
Constant Field Values

CHI_SQUARE_MODEL_FIT

public static final short CHI_SQUARE_MODEL_FIT
See Also:
Constant Field Values

DICHOTOMOUS_PROPORTION

public static final short DICHOTOMOUS_PROPORTION
See Also:
Constant Field Values

CHI_SQUARE_CONTINGENCY_TABLE

public static final short CHI_SQUARE_CONTINGENCY_TABLE
See Also:
Constant Field Values

FISHER_EXACT

public static final short FISHER_EXACT
See Also:
Constant Field Values

SURVIVAL

public static final short SURVIVAL
See Also:
Constant Field Values

TIME_SERIES_ARIMA

public static final short TIME_SERIES_ARIMA
See Also:
Constant Field Values

KOLMOGOROV_SMIRNOFF

public static final short KOLMOGOROV_SMIRNOFF
See Also:
Constant Field Values

FLIGNER_KILLEEN

public static final short FLIGNER_KILLEEN
See Also:
Constant Field Values

CI

public static final short CI
See Also:
Constant Field Values
Constructor Detail

AnalysisType

public AnalysisType()
Method Detail

lookup

public static java.lang.String lookup(short type)
                               throws WrongAnalysisException
Throws:
WrongAnalysisException