Answer the question
In order to leave comments, you need to log in
Poisson distribution in phpspreadsheet?
I ran into a problem how to display the results of the Poisson distribution from the Excel table using "phpspreadsheet"
The getCalutatedValue () method leads to a fatal error and overwrites the Excel file. Please let me know if there is a way to do this? And how to do it? Where to dig?
Answer the question
In order to leave comments, you need to log in
1. connect the class:
use \PhpOffice\PhpSpreadsheet\Calculation\Statistical;
$poisson = Statistical::POISSON($x,$stat, $bool);
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question