Package org.boris.expr.function.excel

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


        assertEquals(eval(c, toArray(3, ExprMissing.MISSING, 4, 5, 6), toArray(
                9, 7, 12, 15, 17)), 3.375);
    }

    public void testCRITBINOM() throws Exception {
        CRITBINOM c = new CRITBINOM();
        assertEquals(eval(c, 6, 0.5, 0.75), 4.);
    }
View Full Code Here

TOP

Related Classes of org.boris.expr.function.excel.CRITBINOM

Copyright © 2018 www.massapicom. 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.