MathPHP\Probability\Distribution\Table\ChiSquaredlTest::testChiSquaredValuesFromFunction PHP Метод

testChiSquaredValuesFromFunction() публичный Метод

public testChiSquaredValuesFromFunction ( integer $df, float $p, float $χ² )
$df integer
$p float
$χ² float
    public function testChiSquaredValuesFromFunction(int $df, float $p, float $χ²)
    {
        $this->assertEquals($χ², ChiSquared::getChiSquareValue($df, $p));
    }