MathPHP\Statistics\DescriptiveTest::testMidrangeNullWhenEmptyArray PHP Method

testMidrangeNullWhenEmptyArray() public method

    public function testMidrangeNullWhenEmptyArray()
    {
        $this->assertNull(Descriptive::midrange(array()));
    }
DescriptiveTest