edu.ucla.stat.SOCR.analyses.result
Class OneZResult
java.lang.Object
edu.ucla.stat.SOCR.analyses.result.Result
edu.ucla.stat.SOCR.analyses.result.ParametricTestResult
edu.ucla.stat.SOCR.analyses.result.OneZResult
public class OneZResult
- extends ParametricTestResult
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
OneZResult
public OneZResult(java.util.HashMap texture)
- Constructors
OneZResult
public OneZResult(java.util.HashMap texture,
java.util.HashMap graph)
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()