public function testRSample(array $x, array $y, $scc) { $this->assertEquals($scc, Correlation::r($x, $y), '', 0.0001); }