Examples of runTwoSidedTest()


Examples of org.broadinstitute.gatk.utils.MannWhitneyU.runTwoSidedTest()

        }

        for ( final Integer num : dist2 )
            mannWhitneyU.add(num, MannWhitneyU.USet.SET2);

        final Double result = mannWhitneyU.runTwoSidedTest().second;
        Assert.assertFalse(Double.isNaN(result));

        if ( distributionsShouldBeEqual ) {
            // TODO -- THIS IS THE FAILURE POINT OF USING REDUCED READS WITH RANK SUM TESTS
            if ( numToReduceIn2 >= observations / 2 )
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.