ba2b74c222
* Merge branch 'master' of C:\Projects\PHPOffice\PHPSpreadsheet\develop with conflicts. * Further statistical tests * Additional BINOMDIST tests Extract boolean and string checking for Average and Count functions into separate methods * Appease the great god PHPCS * Yet more appeasement of the great god PHPCS * Beginning to get really cheesed off with PHPCS, pulling me up over full stops in comments... I want to see this completed before going to bed; but it's nearly half past one in the morning, and phpcs has been pulling me up over trivialities for the past f***ing hour * And a spurious line * Further work on statistical tests
20 lines
305 B
PHP
20 lines
305 B
PHP
<?php
|
|
|
|
return [
|
|
[
|
|
5.2,
|
|
[3, 2, 4, 5, 6],
|
|
[9, 7, 12, 15, 17],
|
|
],
|
|
[
|
|
1.25,
|
|
[[1, 2], [3, 4]],
|
|
[[5, 6], [7, 8]],
|
|
],
|
|
[
|
|
16.633125,
|
|
[2, 7, 8, 3, 4, 1, 6, 5],
|
|
[22.9, 33.49, 34.5, 27.61, 19.5, 10.11, 37.9, 31.08],
|
|
],
|
|
];
|