Spatiotemporal model with GP component #80
thomaspinder
started this conversation in
Ideas
Replies: 1 comment
-
The main idea for this would be to do a spatiotemporal regression. The Hungary Chickenpox dataset consists of weekly (over 500) counts of chickenpox cases for counties (20). Here are the ingredients we would need:
I have no idea whether it's possible to combine a graph kernel and continuous kernel in that way, but given they just define covariance matrices, I can't see why not. Also, the spatial graph kernel is sparse, especially for spatial situations with loads of units when each unit has very few neighbours. Is there somewhere this might speed things up? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Starting a discussion thread for the idea mentioned by @theorashid in #76
I'd be really interested – particularly for my own work. I think a spatiotemporal problem would be a nice way to involve that community with your package. A good example dataset would be the Hungary Chickenpox dataset . I would like to do this with a graph GP over space kroneckered with a GP over time (see Fast Hierarchical GPs) if that's possible. It's also a Poisson likelihood and we could try and add a covariate in for a larger model. Perhaps when you're more free, we could sit down for a chat about implementing this – many in my spatiotemproal epidemiology crowd would be interested.
Beta Was this translation helpful? Give feedback.
All reactions