MathPHP\Probability\Distribution\Continuous\ParetoTest::dataProviderForPDF PHP Method

dataProviderForPDF() public method

public dataProviderForPDF ( )
    public function dataProviderForPDF()
    {
        return [[1, 1, 2, 0], [1, 1, 1, 1], [5, 8, 2, 0.001048576], [4, 8, 2, 0.0078125], [9, 4, 5, 0.0423377195]];
    }