mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-09-22 16:19:19 +00:00
Extract Poisson distribution into its own class (#1953)
This commit is contained in:
@@ -18,11 +18,23 @@ return [
|
||||
35, 40, true,
|
||||
],
|
||||
[
|
||||
'#NUM!',
|
||||
35, -40, true,
|
||||
'#VALUE!',
|
||||
'Nan', 40, true,
|
||||
],
|
||||
[
|
||||
'#VALUE!',
|
||||
35, 'Nan', true,
|
||||
],
|
||||
[
|
||||
'#VALUE!',
|
||||
35, 40, 'Nan',
|
||||
],
|
||||
'Value < 0' => [
|
||||
'#NUM!',
|
||||
-35, 40, true,
|
||||
],
|
||||
'Mean < 0' => [
|
||||
'#NUM!',
|
||||
35, -40, true,
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user