MathPHP\Probability\Distribution\Table\ChiSquaredlTest::dataProviderForTable PHP Method

dataProviderForTable() public method

    public function dataProviderForTable()
    {
        return [[1, 0.995, 3.93E-5], [1, 0.05, 3.841], [1, 0.05, 3.841], [1, 0.01, 6.635], [5, 0.05, 11.07], [5, 0.01, 15.086]];
    }