MathPHP\Statistics\DescriptiveTest::testQuartilesExclusiveEmptyWhenEmptyArray PHP Method

testQuartilesExclusiveEmptyWhenEmptyArray() public method

    public function testQuartilesExclusiveEmptyWhenEmptyArray()
    {
        $this->assertEmpty(Descriptive::quartilesExclusive(array()));
    }
DescriptiveTest