Working on it.... Later this year.
--
You received this message because you are subscribed to the Google Groups "R-inla discussion group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to r-inla-discussion...@googlegroups.com.
To post to this group, send email to r-inla-disc...@googlegroups.com.
Visit this group at http://groups.google.com/group/r-inla-discussion-group.
For more options, visit https://groups.google.com/d/optout.
Hi all. Is it possible to fit a log-Gaussian Cox Process with a non-separable covariance function in INLA for a spatiotemporal point process? I'm agnostic as to the parametric form, I just need something in which space and time aren't separable.
> To post to this group, send email to
> r-inla-disc...@googlegroups.com.
> Visit this group at http://groups.google.com/group/r-inla-discussion-group.
> For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "R-inla discussion group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to r-inla-discussion-group+unsub...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to r-inla-discussion...@googlegroups.com.
> email to r-inla-discussion...@googlegroups.com.
> To post to this group, send email to
> r-inla-disc...@googlegroups.com.
> Visit this group at http://groups.google.com/group/r-inla-discussion-group.
> For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "R-inla discussion group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to r-inla-discussion...@googlegroups.com.
To post to this group, send email to r-inla-disc...@googlegroups.com.
Visit this group at http://groups.google.com/group/r-inla-discussion-group.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "R-inla discussion group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to r-inla-discussion...@googlegroups.com.
To post to this group, send email to r-inla-disc...@googlegroups.com.
Visit this group at http://groups.google.com/group/r-inla-discussion-group.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "R-inla discussion group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to r-inla-discussion...@googlegroups.com.
To post to this group, send an email to r-inla-disc...@googlegroups.com.
I just added an example with an aggregation approach.
Elias.
OK, getting closer I think. I found a small bug in your code, which isn't a problem for your synthetic data, but will be an issue whenever a grid cell is empty:
agg.dat <- as.data.frame(table(area, time))
I think this fixes it because then table() knows about missing values:
time=ordered(time,1:(length(t.breaks)-1))area=ordered(area,1:length(tiles))agg.dat <- as.data.frame(table(area,time))
I'd like to fit a model that has a latent field decomposed as f1(s) + f2(t) + f12(s,t). Does this code seem right to do that?
Any suggestions for dealing with main effects+interaction? So far I've had things crash/take a very, very long time to run with small datasets. Has anyone had luck with a two stage approach? I.e. fit main effects first, then fix those hyperparameters (or constrain then with informative priors) and fit interactions...
To post to this group, send email to r-inla-disc...@googlegroups.com.