Files
PhpSpreadsheet/tests/data/Calculation/Statistical/LOGEST.php
T
Mark Baker 70e371189c Move the trend functions from Statistical and into their own group class (#1890)
* Move the trend functions from Statistical and into their own group class
* Additional LINEST()/LOGEST() tests, and fix for the returned array
2021-03-03 12:51:50 +01:00

19 lines
357 B
PHP

<?php
return [
[
[1.463275628116, 495.304770158727],
[33100, 47300, 69000, 102000, 150000, 220000],
[11, 12, 13, 14, 15, 16],
true,
false,
],
[
[1.482939830687, 2.257475168225],
[2, 3, 6, 8, 12, 15, 25, 34, 50],
[0, 1, 2, 3, 4, 5, 6, 7, 8],
true,
false,
],
];