Tagged Questions

7
votes
2answers
141 views

Return a dynamic vector from C to R

I am writing some code in C to be called dynamically from R. This code generates a path of a random Poisson process up to a desired time T. So at every call to my C function, the length of the ...
3
votes
2answers
73 views

Poisson arrival distribution function and keep track it

I am trying to create a random "hello world" function based on the poisson arrival. In the code below, I define that the average mean (Lamda) is 5. And I want the time to elapse from 1 - 5 second, and ...
0
votes
2answers
1k views

Calculation of Poisson distribution in C

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