public class AnalysisType
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
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 |
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 |
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 and Description |
---|
AnalysisType() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
lookup(short type) |
public static final short SIMPLE_LINEAR_REGRESSION
public static final short MULTI_LINEAR_REGRESSION
public static final short LOGISTIC_REGRESSION
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 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
public static java.lang.String lookup(short type) throws WrongAnalysisException
WrongAnalysisException