예제 #1
0
 public function testChiSquaredException()
 {
     $this->setExpectedException('MathPHP\\Exception\\BadDataException');
     $df = 88474;
     $p = 0.44;
     ChiSquared::getChiSquareValue($df, $p);
 }