PhpSpreadsheet/tests/data/Calculation/Statistical/RSQ.php

15 lines
253 B
PHP
Raw Normal View History

<?php
return [
[
0.057950191571,
[2, 3, 9, 1, 8, 7, 5],
[6, 5, 11, 7, 5, 4, 4],
],
[
0.711666290487,
[2, 7, 8, 3, 4, 1, 6, 5],
[22.9, 33.49, 34.5, 27.61, 19.5, 10.11, 37.90, 31.08],
],
];