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

33 lines
359 B
PHP

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