6d739f1fe6
* Merge branch 'master' of C:\Projects\PHPOffice\PHPSpreadsheet\develop with conflicts. * More statistical tests * Further statistical tests * Unit tests for some of the trend functions * resolve scrutiniser objections * Fix order of @return types :-(
17 lines
210 B
PHP
17 lines
210 B
PHP
<?php
|
|
|
|
return [
|
|
[
|
|
2.164759759129,
|
|
0.3, 7.5, 9, 1, 4,
|
|
],
|
|
[
|
|
7.761240188783,
|
|
0.75, 8, 9, 5, 10,
|
|
],
|
|
[
|
|
2.0,
|
|
0.685470581055, 8, 10, 1, 3,
|
|
],
|
|
];
|