215216217218219220221222223
FISHERNV f = new FISHERNV(); fail("FISHERNV not implemented"); } public void testFORECAST() throws Exception { FORECAST f = new FORECAST(); assertEquals(eval(f, 30, toArray(6, 7, 9, 15, 21), toArray(20, 28, 31, 38, 40)), 10.6072530864198); }