public class OneTResult extends ParametricTestResult
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 |
dFormat, SORTED_NORMAL_QUANTILES, SORTED_RESIDUALS, SORTED_RESIDUALS_INDEX, SORTED_STANDARDIZED_NORMAL_QUANTILES, SORTED_STANDARDIZED_RESIDUALS
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 |
---|
OneTResult(java.util.HashMap texture)
Constructors
|
OneTResult(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() |
getFormattedDouble, getFormattedGroup, getFormattedGroupArray, setDecimalFormat
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 OneTResult(java.util.HashMap texture)
public OneTResult(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()