MathPHP\Probability\Distribution\Continuous\NoncentralTTest::testMeanNAN PHP 메소드

testMeanNAN() 공개 메소드

public testMeanNAN ( )
    public function testMeanNAN()
    {
        $this->assertNan(NoncentralT::mean(1, 1));
        $this->assertNan(NoncentralT::mean(1, 2));
        $this->assertNan(NoncentralT::mean(1, -1));
    }