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

12 lines
125 B
PHP

<?php
return [
[
[2.0, 1.0],
[1, 9, 5, 7],
[0, 4, 2, 3],
true,
false,
],
];