示例#1
0
 public void testEWSD5()
 {
     indicator = new EWSD(values, 5);
     Bombs(() => O.info(indicator[0] + ""), "uninitialized");
     checkPoint(121.79, 0);
     checkPoint(122.35, 0.175401);
     checkPoint(120.15, 0.560791);
     checkPoint(120.78, 0.588618);
 }
示例#2
0
 public void testEWSD1()
 {
     indicator = new EWSD(values, 1);
     Bombs(() => O.info(indicator[0] + ""), "uninitialized");
     checkPoint(121.79, 0);
     checkPoint(122.35, 0.197990);
     checkPoint(120.15, 0.693109);
     checkPoint(120.78, 0.503798);
 }