mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-08-21 08:23:43 +00:00
d2a83b404a
* PEARSON() and CORREL() are identical functions * Unit tests for GROWTH() function * Move GROWTH() function into Statistical\Trends Class
26 lines
553 B
PHP
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],
|
|
],
|
|
];
|