MathPHP\Statistics\AverageTest::testLogarithmicMean PHP Method

testLogarithmicMean() public method

public testLogarithmicMean ( $x, $y, $mean )
    public function testLogarithmicMean($x, $y, $mean)
    {
        $this->assertEquals($mean, Average::logarithmicMean($x, $y), '', 0.01);
    }
AverageTest