Files
PhpSpreadsheet/tests/data/Calculation/Statistical/GROWTH.php
Mark Baker d2a83b404a Statistical trends additional functions and unit tests (#1896)
* PEARSON() and CORREL() are identical functions
* Unit tests for GROWTH() function
* Move GROWTH() function into Statistical\Trends Class
2021-03-03 23:18:56 +01:00

26 lines
553 B
PHP

<?php
return [
[
[
[32618.203773539713],
[47729.42261474774],
[69841.30085621739],
[102197.07337883231],
[149542.48674004572],
[218821.87621459525],
],
[33100, 47300, 69000, 102000, 150000, 220000],
[11, 12, 13, 14, 15, 16],
],
[
[
[320196.71836347197],
[468536.05418404756],
],
[33100, 47300, 69000, 102000, 150000, 220000],
[11, 12, 13, 14, 15, 16],
[17, 18],
],
];