Open andrewjholbrook opened 4 years ago
Task: given a spatiotemporal point pattern (e.g. the locations of shootings in a city detected by an acoustic gunshot locator system), we use a kernel intensity estimator to estimate the background intensity of the point process using a kernel. The key parameter is the bandwidth (also known as the lengthscale) of the kernel. There are a variety of classical frequentist methods for choosing this bandwidth. We are not sure which is best for our setting. Note that kernel intensity estimation is not the same as kernel density estimation, but we will be considering bandwidth selection methods for kernel density estimation. Citation to come for why.
I'd like to work on this project, and I can create a Teams channel for it
I would also like to work on this project and this will be my first choice.
I'd like to work on this project (my second choice is Stan code)
I would be happy to work on this project as well :)
I'd like to do this one too!
Using R function calls such as: density(times), bw.nrd(times), bw.bcv(times), bw.SJ(times), bw.ucv.mod(times) and bw.diggle(X), bw.ppl(X), bw.scott(X), bw.CvL(X), where times is the N-vector of time points and X is an N by 2 matrix of locations.