MathPHP\Probability\Distribution\Continuous\FTest::testMeanNAN PHP Method

testMeanNAN() public method

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