tools.math
Class WilcoxRInterface
java.lang.Object
tools.math.WilcoxRInterface
public class WilcoxRInterface
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WilcoxRInterface
public WilcoxRInterface()
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