edu.ucla.stat.SOCR.analyses.result
Class ParametricTestResult
java.lang.Object
edu.ucla.stat.SOCR.analyses.result.Result
edu.ucla.stat.SOCR.analyses.result.ParametricTestResult
- Direct Known Subclasses:
- ChiSquareContingencyTableResult, ConfidenceIntervalResult, DichotomousProportionResult, FisherExactResult, FlignerKilleenResult, KolmogorovSmirnoffResult, NormalPowerResult, OneTResult, OneZResult, TwoIndependentTResult
public class ParametricTestResult
- 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, 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, 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
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
ParametricTestResult
public ParametricTestResult(java.util.HashMap texture)
- END RESIDUALS FROM MODELING RESULTS: MOSTLY FOR PLOTTING
ParametricTestResult
public ParametricTestResult(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)