mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-08-24 12:58:32 +00:00
e4973fa041
* Refactoring the last of the Excel Statistical functions
21 lines
255 B
PHP
21 lines
255 B
PHP
<?php
|
|
|
|
return [
|
|
[
|
|
48,
|
|
[4, 5, 8, 7, 11, 4, 3],
|
|
],
|
|
[
|
|
47.5,
|
|
[1, 3, 5, 2, 9, 7],
|
|
],
|
|
[
|
|
79.875,
|
|
[1, 3, 5, 2, 9, 7, 8, 10],
|
|
],
|
|
[
|
|
'#NUM!',
|
|
['A', 'B', 'C', 'D'],
|
|
],
|
|
];
|