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

testPDF() 공개 메소드

public testPDF ( $x, $a, $b, $pdf )
    public function testPDF($x, $a, $b, $pdf)
    {
        $this->assertEquals($pdf, Pareto::PDF($x, $a, $b), '', 0.01);
    }