- #1
fm2606
- 1
- 0
I am attempting to write a software app based on a research paper: "Predicting Ambulance Demand: a Spatio-Temporal Kernel Approach" by Zhou and Matteson . Here is a link to the paper https://arxiv.org/pdf/1507.00364.pdf . I have questions on how to go about implementing the equations.
In section 2.3 it states to use Eq 1 to find kernel function K and bivariate Bandwidth H. Q: Is eq 1 using the data for all cells for the given time period or is it using only the single cell in question?
I understand how to get the autocorrelation function that defines eq 2 but I don't understand how I would implement eq 4 to find the rho values of eq 2.
Any insight to implementing these equations would be greatly appreciated. I have access to all the data and gathered the data for the 20 cells ( 3 mi x 3mi) as described in the paper.
A bit about me: I am a career fire fighter paramedic with 13 years experience. I also have a degree in computer science and really want to combine the 2 if for no other reason than personal interest and it is an interesting problem to me. I have taken a basic stats class from local community college years ago.
In section 2.3 it states to use Eq 1 to find kernel function K and bivariate Bandwidth H. Q: Is eq 1 using the data for all cells for the given time period or is it using only the single cell in question?
I understand how to get the autocorrelation function that defines eq 2 but I don't understand how I would implement eq 4 to find the rho values of eq 2.
Any insight to implementing these equations would be greatly appreciated. I have access to all the data and gathered the data for the 20 cells ( 3 mi x 3mi) as described in the paper.
A bit about me: I am a career fire fighter paramedic with 13 years experience. I also have a degree in computer science and really want to combine the 2 if for no other reason than personal interest and it is an interesting problem to me. I have taken a basic stats class from local community college years ago.