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

15 lines
176 B
PHP

<?php
return [
[
5.2,
[3, 2, 4, 5, 6],
[9, 7, 12, 15, 17],
],
[
1.25,
[[1, 2], [3, 4]],
[[5, 6], [7, 8]],
]
];