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

10 lines
109 B
PHP

<?php
return [
[
0.997054485502,
[3, 2, 4, 5, 6],
[9, 7, 12, 15, 17],
],
];