MathPHP\Probability\Distribution\Continuous\LogNormalTest::testPDF PHP 메소드

testPDF() 공개 메소드

public testPDF ( $x, , , $pdf )
    public function testPDF($x, $μ, $σ, $pdf)
    {
        $this->assertEquals($pdf, LogNormal::PDF($x, $μ, $σ), '', 0.001);
    }