Files
PhpSpreadsheet/tests/data/Calculation/Statistical/NORMSDIST.php
Mark Baker a2bb825bc5 Extract Normal and Standard Normal Distributions from the Statistical Class (#1981)
* Extract Normal and Standard Normal Distributions from the Statistical Class
* Extract ZTest from the Statistical Class, and move it to the Standard Normal Distribution class
Additional unit tests for NORMINV()
* Extract LogNormal distribution functions from Statistical
2021-04-02 20:17:03 +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'],
];