Dear colleagues,
I am using inlabru (a wrapper for INLA) to build a Log-Gaussian Cox Process (LGCP) model for spatial observations.
I aim to describe the observations with a simple model composed of:
The model is defined as:
log(lambda(s,t)) = Intercept_t + w(s)
Here:
Following the tutorial 2D LGCP in inlabru, I defined a mesh for the study region:
The blue line in the image represents the boundary of the study area.
I compute the model using the following R code:
# Define the Matérn modelHere, search_area_polygon is an sfc_POLYGON object that defines the boundaries of the study region.
When I observe the mean value of the Matérn field, I notice the following issue:
I would like the Gaussian field to have a zero-mean, but it does not appear to behave as such. I would expect these deviations to be "absorbed" by the intercept component.
Here is an image of the Matérn field for reference:
Can anyone suggest whether there is an issue with my approach or provide advice on how to resolve this?
Thank you in advance!
Best regards,
Daniele Poggio
Dear colleagues,
I am using inlabru (a wrapper for INLA) to build a Log-Gaussian Cox Process (LGCP) model for spatial observations.
I aim to describe the observations with a simple model composed of:
- a time-dependent intercept and
- a zero-mean Matérn field,
fixed for all time points considered.The model is defined as:
log(lambda(s,t)) = Intercept_t + w(s)
Here:
- is the spatial location,
- is the time,
- is the time-dependent intercept, and
- is a zero-mean Matérn field.
Following the tutorial 2D LGCP in inlabru, I defined a mesh for the study region:
<mesh.png>
<GF.png>
Can anyone suggest whether there is an issue with my approach or provide advice on how to resolve this?
Thank you in advance!
Best regards,
Daniele Poggio
--
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 view this discussion, visit https://groups.google.com/d/msgid/r-inla-discussion-group/1aabeb3b-e149-42eb-89ee-38ca1781c4f0n%40googlegroups.com.
<mesh.png><GF.png>