PhpSpreadsheet/tests/data/Calculation/Statistical/NORMSDIST.php
Mark Baker 57213deb64
Implementation of MS Excel's LOGNORM.DIST(), NORM.S.DIST(), F.DIST(), GAUSS() and GAMMA() functions (#1588)
* `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>
2020-07-25 12:44:51 +02:00

13 lines
232 B
PHP

<?php
return [
[0.908788780274, 1.333333333333],
[0.788144601416, 0.8],
[0.841344746068, 1.0],
[0.158655253931, -1.0],
[0.066807201269, -1.5],
[0.5, 0],
[0.989275889978, 2.3],
['#VALUE!', 'NAN'],
];