PhpSpreadsheet/tests/data/Calculation/Statistical/STEYX.php
Mark Baker a367f35438
Trend function unit tests (#1089)
* Merge branch 'master' of C:\Projects\PHPOffice\PHPSpreadsheet\develop with conflicts.

* More trend function unit tests

* Yet more trend function unit tests
2019-07-16 23:51:48 +02:00

15 lines
245 B
PHP

<?php
return [
[
3.305718950210,
[2, 3, 9, 1, 8, 7, 5],
[6, 5, 11, 7, 5, 4, 4],
],
[
1.201186346682,
[3, 7.9, 8, 9.2, 12, 10.5, 15, 15.5, 17],
[1, 2, 3, 4, 4.5, 5, 6, 7, 8],
],
];