edu.ucla.stat.SOCR.analyses.model
Class TwoIndependentWilcoxon

java.lang.Object
  extended by edu.ucla.stat.SOCR.analyses.model.TwoIndependentWilcoxon
All Implemented Interfaces:
Analysis

public class TwoIndependentWilcoxon
extends java.lang.Object
implements Analysis


Field Summary
static int SIZE_LARGE_SAMPLE
           
 
Constructor Summary
TwoIndependentWilcoxon()
           
 
Method Summary
 Result analyze(Data data, short analysisType)
           
static double cummulativeGE(int nX, int nY, double u)
           
static double cummulativeLE(int nX, int nY, double u)
           
static double exactProb(int nX, int nY, double u)
           
static double exactPValue(int nX, int nY, double u)
           
 java.lang.String getAnalysisType()
           
static void main(java.lang.String[] args)
           
static void test(DataCase[] combo, int nX, int nY, java.lang.String nameX, java.lang.String nameY)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SIZE_LARGE_SAMPLE

public static int SIZE_LARGE_SAMPLE
Constructor Detail

TwoIndependentWilcoxon

public TwoIndependentWilcoxon()
Method Detail

getAnalysisType

public java.lang.String getAnalysisType()
Specified by:
getAnalysisType in interface Analysis

analyze

public Result analyze(Data data,
                      short analysisType)
               throws WrongAnalysisException,
                      DataIsEmptyException
Specified by:
analyze in interface Analysis
Throws:
WrongAnalysisException
DataIsEmptyException

test

public static void test(DataCase[] combo,
                        int nX,
                        int nY,
                        java.lang.String nameX,
                        java.lang.String nameY)

cummulativeGE

public static double cummulativeGE(int nX,
                                   int nY,
                                   double u)

cummulativeLE

public static double cummulativeLE(int nX,
                                   int nY,
                                   double u)

exactProb

public static double exactProb(int nX,
                               int nY,
                               double u)

exactPValue

public static double exactPValue(int nX,
                                 int nY,
                                 double u)

main

public static void main(java.lang.String[] args)