edu.ucla.stat.SOCR.analyses.result
Class ParametricTestResult

java.lang.Object
  extended by edu.ucla.stat.SOCR.analyses.result.Result
      extended by 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


Field Summary
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
           
 
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
 
Constructor Summary
ParametricTestResult(java.util.HashMap texture)
          END RESIDUALS FROM MODELING RESULTS: MOSTLY FOR PLOTTING
ParametricTestResult(java.util.HashMap texture, java.util.HashMap graph)
           
 
Method Summary
 java.lang.String getFormattedDouble(double d)
           
 java.lang.String[] getFormattedGroup(double[] d)
           
 java.lang.String[][] getFormattedGroupArray(double[][] d)
           
 void setDecimalFormat(java.text.DecimalFormat format)
           
 
Methods inherited from class edu.ucla.stat.SOCR.analyses.result.Result
getGraph, getTexture
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

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)
Method Detail

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)