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

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,
],
];