edu.ucla.stat.SOCR.analyses.result
Class NonParametricTestResult
java.lang.Object
edu.ucla.stat.SOCR.analyses.result.Result
edu.ucla.stat.SOCR.analyses.result.NonParametricTestResult
- Direct Known Subclasses:
- ChiSquareModelFitResult, TwoIndependentFriedmanResult, TwoIndependentKruskalWallisResult, TwoIndependentWilcoxonResult, TwoPairedSignedRankResult, TwoPairedTResult
public class NonParametricTestResult
- extends Result
Fields inherited from class edu.ucla.stat.SOCR.analyses.result.Result |
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, T_STAT, texture, xmlResultString, Z_STAT |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
dFormat
protected java.text.DecimalFormat dFormat
SCORE
public static final java.lang.String SCORE
- See Also:
- Constant Field Values
Z_SCORE
public static final java.lang.String Z_SCORE
- See Also:
- Constant Field Values
WILCOXON_RANK_SUM_SMALLER
public static final java.lang.String WILCOXON_RANK_SUM_SMALLER
- See Also:
- Constant Field Values
WILCOXON_R_PRIME
public static final java.lang.String WILCOXON_R_PRIME
- See Also:
- Constant Field Values
WILCOXON_R_MIN
public static final java.lang.String WILCOXON_R_MIN
- See Also:
- Constant Field Values
SIGNED_TEST_W_STAT
public static final java.lang.String SIGNED_TEST_W_STAT
- See Also:
- Constant Field Values
SIGNED_TEST_W_MEAN
public static final java.lang.String SIGNED_TEST_W_MEAN
- See Also:
- Constant Field Values
SIGNED_TEST_W_VAR
public static final java.lang.String SIGNED_TEST_W_VAR
- See Also:
- Constant Field Values
SIGNED_TEST_W_SCORE
public static final java.lang.String SIGNED_TEST_W_SCORE
- See Also:
- Constant Field Values
SIGN_TEST_STAT
public static final java.lang.String SIGN_TEST_STAT
- See Also:
- Constant Field Values
SORTED_RESIDUALS
public static final java.lang.String SORTED_RESIDUALS
- BEGIN RESIDUALS FROM MODELING RESULTS: MOSTLY FOR PLOTTING
- See Also:
- Constant Field Values
SORTED_RESIDUALS_INDEX
public static final java.lang.String SORTED_RESIDUALS_INDEX
- See Also:
- Constant Field Values
SORTED_NORMAL_QUANTILES
public static final java.lang.String SORTED_NORMAL_QUANTILES
- See Also:
- Constant Field Values
SORTED_STANDARDIZED_RESIDUALS
public static final java.lang.String SORTED_STANDARDIZED_RESIDUALS
- See Also:
- Constant Field Values
SORTED_STANDARDIZED_NORMAL_QUANTILES
public static final java.lang.String SORTED_STANDARDIZED_NORMAL_QUANTILES
- See Also:
- Constant Field Values
NonParametricTestResult
public NonParametricTestResult(java.util.HashMap texture)
- END RESIDUALS FROM MODELING RESULTS: MOSTLY FOR PLOTTING
NonParametricTestResult
public NonParametricTestResult(java.util.HashMap texture,
java.util.HashMap graph)
setDecimalFormat
public void setDecimalFormat(java.text.DecimalFormat format)
getFormattedGroup
public java.lang.String[] getFormattedGroup(double[] d)
getFormattedGroupArray
public java.lang.String[][] getFormattedGroupArray(double[][] d)
getFormattedDouble
public java.lang.String getFormattedDouble(double d)