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

testPDF() 공개 메소드

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