MathPHP\Statistics\ANOVATest::dataProviderForTwoWayThreeAs PHP Метод

dataProviderForTwoWayThreeAs() публичный Метод

    public function dataProviderForTwoWayThreeAs()
    {
        return [[[[106, 110], [95, 100], [94, 107], [103, 104], [100, 102]], [[110, 112], [98, 99], [100, 101], [108, 112], [105, 107]], [[94, 97], [86, 87], [98, 99], [99, 101], [94, 98]], ['factorA' => ['SS' => 512.8667, 'df' => 2, 'MS' => 256.4333, 'F' => 28.283, 'P' => 8.0E-6], 'factorB' => ['SS' => 449.4667, 'df' => 4, 'MS' => 112.3667, 'F' => 12.393, 'P' => 0.000119], 'interaction' => ['SS' => 143.1333, 'df' => 8, 'MS' => 17.8917, 'F' => 1.973, 'P' => 0.12209], 'error' => ['SS' => 136.0, 'df' => 15, 'MS' => 9.066700000000001], 'total' => ['SS' => 1241.4667, 'df' => 29]]], [[[54, 49, 59, 39, 55], [25, 29, 47, 26, 28]], [[53, 72, 43, 56, 52], [46, 51, 33, 47, 41]], [[33, 30, 26, 25, 29], [18, 21, 34, 40, 24]], ['factorA' => ['SS' => 2328.2, 'df' => 2, 'MS' => 1164.1, 'F' => 17.580166, 'P' => 1.986862E-5], 'factorB' => ['SS' => 907.5, 'df' => 1, 'MS' => 907.5, 'F' => 13.705009, 'P' => 0.001114639], 'interaction' => ['SS' => 452.6, 'df' => 2, 'MS' => 226.3, 'F' => 3.417569, 'P' => 0.04942928], 'error' => ['SS' => 1589.2, 'df' => 24, 'MS' => 66.21666666666667], 'total' => ['SS' => 5277.5, 'df' => 29]]]];
    }