Examples of CORREL


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

        assertEquals(eval(c, 0.05, 2.5, 50), 0.692951912174839);
        assertEquals(eval(c, 0.07, 3.5, 2000), 0.141804440185779);
    }

    public void testCORREL() throws Exception {
        CORREL c = new CORREL();
        fail("CORREL not implemented");
    }
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.