public class ParametricTestResult extends Result
Modifier and Type | Field and Description |
---|---|
protected java.text.DecimalFormat |
dFormat |
static java.lang.String |
SORTED_NORMAL_QUANTILES |
static java.lang.String |
SORTED_RESIDUALS
BEGIN RESIDUALS FROM MODELING RESULTS: MOSTLY FOR PLOTTING
|
static java.lang.String |
SORTED_RESIDUALS_INDEX |
static java.lang.String |
SORTED_STANDARDIZED_NORMAL_QUANTILES |
static java.lang.String |
SORTED_STANDARDIZED_RESIDUALS |
DF, 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, SAMPLE_MEAN, SAMPLE_VAR, 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 |
---|
ParametricTestResult(java.util.HashMap texture)
END RESIDUALS FROM MODELING RESULTS: MOSTLY FOR PLOTTING
|
ParametricTestResult(java.util.HashMap texture,
java.util.HashMap graph) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFormattedDouble(double d) |
java.lang.String[] |
getFormattedGroup(double[] d) |
java.lang.String[][] |
getFormattedGroupArray(double[][] d) |
void |
setDecimalFormat(java.text.DecimalFormat format) |
getGraph, getTexture
protected java.text.DecimalFormat dFormat
public static final java.lang.String SORTED_RESIDUALS
public static final java.lang.String SORTED_RESIDUALS_INDEX
public static final java.lang.String SORTED_NORMAL_QUANTILES
public static final java.lang.String SORTED_STANDARDIZED_RESIDUALS
public static final java.lang.String SORTED_STANDARDIZED_NORMAL_QUANTILES
public ParametricTestResult(java.util.HashMap texture)
public ParametricTestResult(java.util.HashMap texture, java.util.HashMap graph)
public void setDecimalFormat(java.text.DecimalFormat format)
public java.lang.String[] getFormattedGroup(double[] d)
public java.lang.String[][] getFormattedGroupArray(double[][] d)
public java.lang.String getFormattedDouble(double d)