|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.ucla.stat.SOCR.analyses.model.AnalysisType
public class AnalysisType
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 |
---|
public static final short SIMPLE_LINEAR_REGRESSION
public static final short MULTI_LINEAR_REGRESSION
public static final short LOGISTIC_REGRESSION
public static final short Clustering
public static final short ANOVA_ONE_WAY
public static final short ANOVA_TWO_WAY
public static final short ANOVA_TWO_WAY_INTERACTION
public static final short ANOVA_THREE_WAY
public static final short ANCOVA
public static final short NORMAL_POWER
public static final short ONE_T
public static final short ONE_Z
public static final short TWO_INDEPENDENT_T
public static final short TWO_PAIRED_T
public static final short TWO_INDEPENDENT_WILCOXON
public static final short TWO_PAIRED_SIGNED_RANK
public static final short TWO_PAIRED_SIGN_TEST
public static final short TWO_INDEPENDENT_KRUSKAL_WALLIS
public static final short TWO_INDEPENDENT_FRIEDMAN
public static final short CHI_SQUARE_MODEL_FIT
public static final short DICHOTOMOUS_PROPORTION
public static final short CHI_SQUARE_CONTINGENCY_TABLE
public static final short FISHER_EXACT
public static final short SURVIVAL
public static final short TIME_SERIES_ARIMA
public static final short KOLMOGOROV_SMIRNOFF
public static final short FLIGNER_KILLEEN
public static final short CI
Constructor Detail |
---|
public AnalysisType()
Method Detail |
---|
public static java.lang.String lookup(short type) throws WrongAnalysisException
WrongAnalysisException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |