mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-08-24 19:28:22 +00:00
fe121e8f7a
* Additional statistical unit tests for non-happy path
13 lines
183 B
PHP
13 lines
183 B
PHP
<?php
|
|
|
|
return[
|
|
[
|
|
-0.1517996372084,
|
|
[3, 4, 5, 2, 3, 4, 5, 6, 4, 7],
|
|
],
|
|
[
|
|
0.532657874050135,
|
|
[4, 5, 4, 4, 4, 4, 4, 2, 3, 5, 5, 3],
|
|
],
|
|
];
|