PhpBench\Tests\Tests\Unit\Unit\Math\KdeTest::testNoElements PHP Method

testNoElements() public method

It should throw an exception if the data set has zero elements.
public testNoElements ( )
    public function testNoElements()
    {
        new Kde([]);
    }