baseCode.math
Class KSTest

java.lang.Object
  extended bybaseCode.math.KSTest

public class KSTest
extends java.lang.Object

Class to perform the Kolmogorov-Smirnov test. Ported from R.


Copyright (c) 2004 Columbia University

Version:
$Id: KSTest.java,v 1.2 2005/01/05 02:01:02 pavlidis Exp $
Author:
pavlidis

Constructor Summary
KSTest()
           
 
Method Summary
static double oneSample(cern.colt.list.DoubleArrayList x, ProbabilityComputer pg)
           
static double twoSample(cern.colt.list.DoubleArrayList x, cern.colt.list.DoubleArrayList y)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KSTest

public KSTest()
Method Detail

twoSample

public static double twoSample(cern.colt.list.DoubleArrayList x,
                               cern.colt.list.DoubleArrayList y)

oneSample

public static double oneSample(cern.colt.list.DoubleArrayList x,
                               ProbabilityComputer pg)


Copyright © 2003-2005 Columbia University. All Rights Reserved.