mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 17:58:41 +00:00
Update ChiSquaredDistributionTest.php
This commit is contained in:
parent
dd99496d75
commit
6b68c42c33
|
|
@ -17,8 +17,11 @@ use phpOMS\Math\Stochastic\Distribution\ChiSquaredDistribution;
|
|||
|
||||
class ChiSquaredDistributionTest extends \PHPUnit\Framework\TestCase
|
||||
{
|
||||
public function testPlaceholder()
|
||||
public function testPdf()
|
||||
{
|
||||
self::markTestIncomplete();
|
||||
$df = 15;
|
||||
$x = 18.307;
|
||||
|
||||
self::assertEquals(0.24687, ChiSquaredDistribution::getPdf($x, $df));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user