public class PearsonChiSquareResult extends Result
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DF |
static java.lang.String |
SAMPLE_MEAN |
static java.lang.String |
SAMPLE_MEAN_INPUT |
static java.lang.String |
SAMPLE_VAR |
dom, F_VALUE, graph, JAVA_ERROR, MEAN_DIFF, MEAN_X, MEAN_Y, P_VALUE, P_VALUE_ONE_SIDED, P_VALUE_TWO_SIDED, PREDICTED, R_SQUARE, RESIDUALS, SIGN_TEST_STAT, SIGNED_TEST_W_MEAN, SIGNED_TEST_W_SCORE, SIGNED_TEST_W_STAT, SIGNED_TEST_W_VAR, T_STAT, texture, WILCOXON_R_MIN, WILCOXON_R_PRIME, WILCOXON_RANK_SUM_SMALLER, xmlResultString
Constructor and Description |
---|
PearsonChiSquareResult(java.util.HashMap texture)
Constructors
|
PearsonChiSquareResult(java.util.HashMap texture,
java.util.HashMap graph) |
Modifier and Type | Method and Description |
---|---|
int |
getDF() |
double |
getPValueOneSided() |
double |
getPValueTwoSided() |
double |
getSampleMean() |
double |
getSampleMeanInput()
Accessors
|
double |
getSampleVariance() |
double |
getTStat() |
getGraph, getTexture
public static final java.lang.String SAMPLE_MEAN_INPUT
public static final java.lang.String SAMPLE_MEAN
public static final java.lang.String SAMPLE_VAR
public static final java.lang.String DF
public PearsonChiSquareResult(java.util.HashMap texture)
public PearsonChiSquareResult(java.util.HashMap texture, java.util.HashMap graph)
public double getSampleMeanInput()
public double getSampleMean()
public double getSampleVariance()
public int getDF()
public double getTStat()
public double getPValueOneSided()
public double getPValueTwoSided()