Package org.boris.expr.function.excel

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


        CHITEST c = new CHITEST();
        fail("CHITEST not implemented");
    }

    public void testCONFIDENCE() throws Exception {
        CONFIDENCE c = new CONFIDENCE();
        assertEquals(eval(c, 0.05, 2.5, 50), 0.692951912174839);
        assertEquals(eval(c, 0.07, 3.5, 2000), 0.141804440185779);
    }
View Full Code Here

TOP

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

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.