57213deb64
* `GAUSS()` and `GAMMA()`, `NORM.S.DIST()`, `LOGNORM.DIST()` and `F.DIST()` function implementations, and further unit tests for a number of the statistical functions Co-authored-by: Adrien Crivelli <adrien.crivelli@gmail.com>
11 lines
167 B
PHP
11 lines
167 B
PHP
<?php
|
|
|
|
return [
|
|
[0.4772498680518, 2],
|
|
[-0.4999997133484, -5],
|
|
[0.0, 0],
|
|
[0.0398278372770, 0.1],
|
|
[0.4937903346742, 2.5],
|
|
['#VALUE!', 'NAN'],
|
|
];
|