Files
PhpSpreadsheet/tests/data/Calculation/Statistical/KURT.php
T
Mark Baker e4973fa041 Start work on refactoring the last of the Excel Statistical functions (#2033)
* Refactoring the last of the Excel Statistical functions
2021-04-29 14:34:50 +02:00

21 lines
326 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],
],
[
'#DIV/0!',
['A', 'B', 'C', 'D', 'E'],
],
[
'#DIV/0!',
[1, 2, 3, 'A', 'B', 'C', 'D', 'E'],
],
];