mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-08-24 14:48:36 +00:00
a2bb825bc5
* 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
12 lines
208 B
PHP
12 lines
208 B
PHP
<?php
|
|
|
|
return [
|
|
[1.33333467227723, 0.908789],
|
|
[-0.67448975022342, 0.25],
|
|
[0.12566134687610, 0.55],
|
|
[1.28155156414015, 0.9],
|
|
['#VALUE!', 'NaN'],
|
|
['#NUM!', -0.9],
|
|
['#NUM!', 1.9],
|
|
];
|