MathPHP\Probability\Distribution\Continuous\LogNormalTest::testMean PHP Method

testMean() public method

public testMean ( , , $mean )
    public function testMean($μ, $σ, $mean)
    {
        $this->assertEquals($mean, LogNormal::mean($μ, $σ), '', 1.0E-6);
    }