PhpSpreadsheet/tests/data/Calculation/Statistical/FISHER.php
Mark Baker fe121e8f7a
Additional statistical unit tests for non-happy path (#1594)
* Additional statistical unit tests for non-happy path
2020-07-25 21:58:08 +02:00

25 lines
263 B
PHP

<?php
return [
[
-1.472219489583,
-0.9,
],
[
-0.255412811883,
-0.25,
],
[
1.098612288668,
0.8,
],
[
'#VALUE!',
'NAN',
],
[
'#NUM!',
-2,
],
];