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

java.lang.Object
  extended by edu.ucla.stat.SOCR.analyses.result.Result
      extended by edu.ucla.stat.SOCR.analyses.result.NonParametricTestResult
          extended by edu.ucla.stat.SOCR.analyses.result.TwoIndependentWilcoxonResult

public class TwoIndependentWilcoxonResult
extends NonParametricTestResult


Field Summary
static java.lang.String DATA_SUMMARY_1
           
static java.lang.String DATA_SUMMARY_2
           
static java.lang.String DF
           
static java.lang.String GROUP_NAME_LARGE
           
static java.lang.String GROUP_NAME_SMALL
           
static java.lang.String IS_LARGE_SAMPLE
           
static java.lang.String MEAN_U
           
static java.lang.String MEAN_X
           
static java.lang.String MEAN_Y
           
static java.lang.String P_VALUE
           
static java.lang.String RANK_SUM_LARGE
           
static java.lang.String RANK_SUM_SMALL
           
static java.lang.String SAMPLE_VAR
           
static java.lang.String T_STAT
           
static java.lang.String U_STAT_EXPECTATION_FORMULA
           
static java.lang.String U_STAT_LARGE
           
static java.lang.String U_STAT_SMALL
           
static java.lang.String U_STAT_VARIANCE_FORMULA
           
static java.lang.String VAR_U
           
static java.lang.String Z_SCORE
           
 
Fields inherited from class edu.ucla.stat.SOCR.analyses.result.NonParametricTestResult
dFormat, SCORE, SIGN_TEST_STAT, SIGNED_TEST_W_MEAN, SIGNED_TEST_W_SCORE, SIGNED_TEST_W_STAT, SIGNED_TEST_W_VAR, SORTED_NORMAL_QUANTILES, SORTED_RESIDUALS, SORTED_RESIDUALS_INDEX, SORTED_STANDARDIZED_NORMAL_QUANTILES, SORTED_STANDARDIZED_RESIDUALS, WILCOXON_R_MIN, WILCOXON_R_PRIME, WILCOXON_RANK_SUM_SMALLER
 
Fields inherited from class edu.ucla.stat.SOCR.analyses.result.Result
dom, F_VALUE, graph, JAVA_ERROR, MEAN_DIFF, P_VALUE_ONE_SIDED, P_VALUE_TWO_SIDED, PREDICTED, R_SQUARE, RESIDUALS, SAMPLE_MEAN, texture, xmlResultString, Z_STAT
 
Constructor Summary
TwoIndependentWilcoxonResult(java.util.HashMap texture)
          Constructors
TwoIndependentWilcoxonResult(java.util.HashMap texture, java.util.HashMap graph)
           
 
Method Summary
 java.lang.String getDataSummaryOfGroup1()
           
 java.lang.String getDataSummaryOfGroup2()
           
 java.lang.String getGroupNameLarge()
           
 java.lang.String getGroupNameSmall()
           
 double getMeanU()
          get MeanU when the sample is large sample.
 double getMeanX()
          Accessors
 double getMeanY()
           
 double getPValueOneSided()
          get MeanU when using the exact method.
 double getPValueTwoSided()
           
 double getRankSumLargerGroup()
          get the sum of the ranks of the larger group.
 double getRankSumSmallerGroup()
          get the sum of the ranks of the smaller group.
 java.lang.String getUMeanFormula()
           
 double getUStatLargerGroup()
          get the U statistic of the larger group.
 double getUStatSmallerGroup()
          get the U statistic of the smaller group.
 java.lang.String getUVarianceFormula()
           
 double getVarianceU()
          get VarianceU when the sample is large sample.
 double getZScore()
          get MeanU when the sample is large sample.
 boolean isLargeSample()
           
 
Methods inherited from class edu.ucla.stat.SOCR.analyses.result.NonParametricTestResult
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

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

public static final java.lang.String SAMPLE_VAR
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

P_VALUE

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

RANK_SUM_SMALL

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

RANK_SUM_LARGE

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

U_STAT_SMALL

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

U_STAT_LARGE

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

GROUP_NAME_SMALL

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

GROUP_NAME_LARGE

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

MEAN_U

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

VAR_U

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

Z_SCORE

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

IS_LARGE_SAMPLE

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

DATA_SUMMARY_1

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

DATA_SUMMARY_2

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

U_STAT_EXPECTATION_FORMULA

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

U_STAT_VARIANCE_FORMULA

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

TwoIndependentWilcoxonResult

public TwoIndependentWilcoxonResult(java.util.HashMap texture)
Constructors


TwoIndependentWilcoxonResult

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

getMeanX

public double getMeanX()
Accessors


getMeanY

public double getMeanY()

isLargeSample

public boolean isLargeSample()

getMeanU

public double getMeanU()
get MeanU when the sample is large sample.


getVarianceU

public double getVarianceU()
get VarianceU when the sample is large sample.


getZScore

public double getZScore()
get MeanU when the sample is large sample.


getPValueOneSided

public double getPValueOneSided()
get MeanU when using the exact method.


getPValueTwoSided

public double getPValueTwoSided()

getRankSumSmallerGroup

public double getRankSumSmallerGroup()
get the sum of the ranks of the smaller group.


getRankSumLargerGroup

public double getRankSumLargerGroup()
get the sum of the ranks of the larger group.


getUStatSmallerGroup

public double getUStatSmallerGroup()
get the U statistic of the smaller group.


getUStatLargerGroup

public double getUStatLargerGroup()
get the U statistic of the larger group.


getGroupNameSmall

public java.lang.String getGroupNameSmall()

getGroupNameLarge

public java.lang.String getGroupNameLarge()

getUMeanFormula

public java.lang.String getUMeanFormula()

getUVarianceFormula

public java.lang.String getUVarianceFormula()

getDataSummaryOfGroup1

public java.lang.String getDataSummaryOfGroup1()

getDataSummaryOfGroup2

public java.lang.String getDataSummaryOfGroup2()