I want to apply the Poisson distribution on highway robberies and highway accidents events to predict next day events. For this I would calculate the average of daily robberies/accidents occurring during the previous 10 days, to obtain λ and factor it into the Poisson formula.
The objective would be to calculate the Poisson P(X ≥1) of an event (or more) occurring the next day (after the 10-day period.
I have reasons to believe that the latest values in the 10 day period are more representative than the older values. To add accuracy to λ and to calculate the Poisson cumulative probability for the next days (day by day), I can do one of the following two:
QUESTION: Which of the two would you apply? Would it violate the premise of the Poisson distribution in any way?
Thank you very much!
The objective would be to calculate the Poisson P(X ≥1) of an event (or more) occurring the next day (after the 10-day period.
I have reasons to believe that the latest values in the 10 day period are more representative than the older values. To add accuracy to λ and to calculate the Poisson cumulative probability for the next days (day by day), I can do one of the following two:
- Take the previous 10 daily values and divide it by 10 to find λ. I would enter the value in the Poisson formula to estimate the cummulative Poisson probability of one or more events occurring on the next day; I would fo this to calculate every “next day”. This would be akin of calculating the moving average of a 10-day period, as the latest value will be added to the sequence and the last one would be dropped on every new 10-day sequence.
- I would calculate the EMA-Exponential Moving Average of the same 10-day period to calculate the new λ and calculate the expected highway robberies/accidents I should expect occurring in the next day (11th day).
QUESTION: Which of the two would you apply? Would it violate the premise of the Poisson distribution in any way?
Thank you very much!