edu.ucla.stat.SOCR.analyses.result
Class TwoIndependentTResult
java.lang.Object
edu.ucla.stat.SOCR.analyses.result.Result
edu.ucla.stat.SOCR.analyses.result.ParametricTestResult
edu.ucla.stat.SOCR.analyses.result.TwoIndependentTResult
public class TwoIndependentTResult
- extends ParametricTestResult
Fields inherited from class edu.ucla.stat.SOCR.analyses.result.Result |
dom, F_VALUE, graph, JAVA_ERROR, MEAN_DIFF, 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, 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 |
MEAN_X
public static final java.lang.String MEAN_X
- See Also:
- Constant Field Values
MEAN_Y
public static final java.lang.String MEAN_Y
- See Also:
- Constant Field Values
SAMPLE_VAR_X
public static final java.lang.String SAMPLE_VAR_X
- See Also:
- Constant Field Values
SAMPLE_VAR_Y
public static final java.lang.String SAMPLE_VAR_Y
- See Also:
- Constant Field Values
SAMPLE_SD_X
public static final java.lang.String SAMPLE_SD_X
- See Also:
- Constant Field Values
SAMPLE_SD_Y
public static final java.lang.String SAMPLE_SD_Y
- See Also:
- Constant Field Values
POOLED_SAMPLE_VAR
public static final java.lang.String POOLED_SAMPLE_VAR
- See Also:
- Constant Field Values
POOLED_SAMPLE_SD
public static final java.lang.String POOLED_SAMPLE_SD
- See Also:
- Constant Field Values
T_STAT_POOLED
public static final java.lang.String T_STAT_POOLED
- See Also:
- Constant Field Values
T_STAT_UNPOOLED
public static final java.lang.String T_STAT_UNPOOLED
- See Also:
- Constant Field Values
P_VALUE_ONE_SIDED_POOLED
public static final java.lang.String P_VALUE_ONE_SIDED_POOLED
- See Also:
- Constant Field Values
P_VALUE_TWO_SIDED_POOLED
public static final java.lang.String P_VALUE_TWO_SIDED_POOLED
- See Also:
- Constant Field Values
P_VALUE_ONE_SIDED_UNPOOLED
public static final java.lang.String P_VALUE_ONE_SIDED_UNPOOLED
- See Also:
- Constant Field Values
P_VALUE_TWO_SIDED_UNPOOLED
public static final java.lang.String P_VALUE_TWO_SIDED_UNPOOLED
- See Also:
- Constant Field Values
T_STAT
public static final java.lang.String T_STAT
- See Also:
- Constant Field Values
DF
public static final java.lang.String DF
- See Also:
- Constant Field Values
DF_ADJUSTED
public static final java.lang.String DF_ADJUSTED
- See Also:
- Constant Field Values
TwoIndependentTResult
public TwoIndependentTResult(java.util.HashMap texture)
- Constructors
TwoIndependentTResult
public TwoIndependentTResult(java.util.HashMap texture,
java.util.HashMap graph)
getMeanX
public double getMeanX()
- Accessors
getMeanY
public double getMeanY()
getSampleVarianceX
public double getSampleVarianceX()
getSampleVarianceY
public double getSampleVarianceY()
getgetSampleSDX
public double getgetSampleSDX()
getgetSampleSDY
public double getgetSampleSDY()
getPoolSampleVariance
public double getPoolSampleVariance()
getPoolSampleSD
public double getPoolSampleSD()
getDF
public int getDF()
getDFAdjusted
public double getDFAdjusted()
getTStatPooled
public double getTStatPooled()
getTStatUnpooled
public double getTStatUnpooled()
getPValueOneSidedPooled
public double getPValueOneSidedPooled()
getPValueTwoSidedPooled
public double getPValueTwoSidedPooled()
getPValueOneSidedUnpooled
public double getPValueOneSidedUnpooled()
getPValueTwoSidedUnpooled
public double getPValueTwoSidedUnpooled()