PhpSpreadsheet/tests/data/Calculation/Statistical/BETADIST.php
Mark Baker 6d739f1fe6
Additional statistical work (#1088)
* Merge branch 'master' of C:\Projects\PHPOffice\PHPSpreadsheet\develop with conflicts.

* More statistical tests

* Further statistical tests

* Unit tests for some of the trend functions

* resolve scrutiniser objections

* Fix order of @return types :-(
2019-07-16 20:35:48 +02:00

17 lines
205 B
PHP

<?php
return [
[
0.960370937542,
3, 7.5, 9, 1, 4,
],
[
0.598190307617,
7.5, 8, 9, 5, 10,
],
[
0.685470581054,
2, 8, 10, 1, 3,
],
];