PhpSpreadsheet/tests/data/Calculation/Statistical/KURT.php

13 lines
183 B
PHP
Raw Normal View History

<?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],
],
];