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
37 lines
444 B
PHP
37 lines
444 B
PHP
<?php
|
|
|
|
return [
|
|
[
|
|
0.964294972685,
|
|
3, 9,
|
|
],
|
|
[
|
|
0.4837673815536,
|
|
7.5, 8,
|
|
],
|
|
[
|
|
0.050000589092,
|
|
18.307, 10,
|
|
],
|
|
[
|
|
0.479500122187,
|
|
0.5, 1,
|
|
],
|
|
[
|
|
0.113846298007,
|
|
2.5, 1,
|
|
],
|
|
[
|
|
0.778800783071,
|
|
0.5, 2,
|
|
],
|
|
[
|
|
0.918891411655,
|
|
0.5, 3,
|
|
],
|
|
[
|
|
0.046011705689,
|
|
8, 3,
|
|
],
|
|
];
|