Example #1
0
 /**
  * @expectedException \Phpml\Exception\InvalidArgumentException
  */
 public function testThrowExceptionOnInvalidArgumentsForPearsonCorrelation()
 {
     Correlation::pearson([1, 2, 4], [3, 5]);
 }