Examples of BINOMDIST


Examples of org.boris.expr.function.excel.BINOMDIST

        BETAINV b = new BETAINV();
        fail("BETAINV not implemented");
    }

    public void testBINOMDIST() throws Exception {
        BINOMDIST b = new BINOMDIST();
        assertEquals(eval(b, 6, 10, 0.5, false), 0.205078125);
    }
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.