MathPHP\Statistics\DescriptiveTest::testStandardDeviationNullWhenEmptyArray PHP Method

testStandardDeviationNullWhenEmptyArray() public method

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