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

java.lang.Object
  extended by edu.ucla.stat.SOCR.analyses.result.Result
      extended by edu.ucla.stat.SOCR.analyses.result.ParametricTestResult
          extended by edu.ucla.stat.SOCR.analyses.result.OneZResult

public class OneZResult
extends ParametricTestResult


Field Summary
static java.lang.String SAMPLE_MEAN
           
static java.lang.String SAMPLE_MEAN_INPUT
           
static java.lang.String SAMPLE_SIZE
           
static java.lang.String SAMPLE_VAR
           
 
Fields inherited from class edu.ucla.stat.SOCR.analyses.result.ParametricTestResult
dFormat, SORTED_NORMAL_QUANTILES, SORTED_RESIDUALS, SORTED_RESIDUALS_INDEX, SORTED_STANDARDIZED_NORMAL_QUANTILES, 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, 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
OneZResult(java.util.HashMap texture)
          Constructors
OneZResult(java.util.HashMap texture, java.util.HashMap graph)
           
 
Method Summary
 double getPValueOneSided()
           
 double getPValueTwoSided()
           
 double getSampleMean()
           
 double getSampleMeanInput()
          Accessors
 int getSampleSize()
           
 double getSampleVariance()
           
 double getZStat()
           
 
Methods inherited from class edu.ucla.stat.SOCR.analyses.result.ParametricTestResult
getFormattedDouble, getFormattedGroup, getFormattedGroupArray, setDecimalFormat
 
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

SAMPLE_MEAN_INPUT

public static final java.lang.String SAMPLE_MEAN_INPUT
See Also:
Constant Field Values

SAMPLE_MEAN

public static final java.lang.String SAMPLE_MEAN
See Also:
Constant Field Values

SAMPLE_VAR

public static final java.lang.String SAMPLE_VAR
See Also:
Constant Field Values

SAMPLE_SIZE

public static final java.lang.String SAMPLE_SIZE
See Also:
Constant Field Values
Constructor Detail

OneZResult

public OneZResult(java.util.HashMap texture)
Constructors


OneZResult

public OneZResult(java.util.HashMap texture,
                  java.util.HashMap graph)
Method Detail

getSampleMeanInput

public double getSampleMeanInput()
Accessors


getSampleMean

public double getSampleMean()

getSampleVariance

public double getSampleVariance()

getSampleSize

public int getSampleSize()

getZStat

public double getZStat()

getPValueOneSided

public double getPValueOneSided()

getPValueTwoSided

public double getPValueTwoSided()