tools.math
Class WilcoxRInterface

java.lang.Object
  extended by tools.math.WilcoxRInterface

public class WilcoxRInterface
extends Object


Constructor Summary
WilcoxRInterface()
           
 
Method Summary
static String getWilcoxPvalue(ArrayList<Float> X, ArrayList<Float> Y)
           
static String getWilcoxPvalue(float[] X, float[] Y)
           
static void main(String[] args)
           
static void setRBinary(String bin)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WilcoxRInterface

public WilcoxRInterface()
Method Detail

getWilcoxPvalue

public static String getWilcoxPvalue(ArrayList<Float> X,
                                     ArrayList<Float> Y)
                              throws IOException
Throws:
IOException

setRBinary

public static void setRBinary(String bin)

getWilcoxPvalue

public static String getWilcoxPvalue(float[] X,
                                     float[] Y)
                              throws IOException
Throws:
IOException

main

public static void main(String[] args)
                 throws IOException
Throws:
IOException