I need a C function to calculate Poisson distribution for values of k upto 720. I need a highly efficient solution. I urgently need this solution. Thanks in advance
feedback
|
|
give a to try GSL: | |||||
feedback
|
|
If you want to calculate it yourself instead of using a library
You can calculate it using the formula.. e^k*e^(-lambda)/k! | |||
|
feedback
|