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

dataProviderForPDF() public method

public dataProviderForPDF ( )
    public function dataProviderForPDF()
    {
        return [[0, 25, -2, 0.053453889], [-2, 2, -2, 0.25505237245], [8, 50, 10, 0.09559962614195], [12, 50, 10, 0.10778431492038], [-1, 1, 0, 0.15915494309189535], [0, 1, 0, 0.3183098861837907], [1, 1, 0, 0.15915494309189535], [2, 1, 0, 0.06366197723675814], [3, 1, 0, 0.03183098861837907], [-2.8, 1, 1, 0.007930475817309521], [-1, 1, 1, 0.04386030838313992], [0, 1, 1, 0.19306470526010783], [1, 1, 1, 0.26355595311700114], [2, 1, 1, 0.14379745341526787], [2.8, 1, 1, 0.08825636241496988], [3, 1, 1, 0.07896826530620828], [3.25, 1, 1, 0.06914888428225915], [5, 1, 1, 0.032120973228868886], [10, 1, 1, 0.008482965907309839], [-1, 3, 2, 0.0052782378084916225], [0, 3, 2, 0.049742834812291366], [1, 3, 2, 0.23654873251414554], [2, 3, 2, 0.28778335780668807], [3, 3, 2, 0.1816950205448472], [0, 5, 5, 1.414662474769283E-6], [1, 5, 5, 0.0003113152872708331], [2, 5, 5, 0.016354974805264495], [3, 5, 5, 0.10853433153773807], [3.5, 5, 5, 0.16543212977160934], [5, 5, 5, 0.20572320050838921], [8, 5, 5, 0.06911781260301797], [10, 5, 5, 0.028336780266577124]];
    }