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

testOneElement() public method

It should throw an exception if the data set has only a single element.
public testOneElement ( )
    public function testOneElement()
    {
        new Kde([1]);
    }