Examples of KURT


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

        INTERCEPT i = new INTERCEPT();
        fail("INTERCEPT not implemented");
    }

    public void testKURT() throws Exception {
        KURT k = new KURT();
        assertEquals(eval(k, 11, 2, 33, 44, 44), -2.47630587213087);
        assertEquals(eval(k, 3, 4, 5, 2, 3, 4, 5, 6, 4, 7), -0.151799637208416);
    }
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.