I have simulated some point pattern from Thomas and MatClust models and, I was trying to fit the parameters of the model using kppm()
function from spatstat. Nevertheless, I obtained a no good estimation for the parameters. I am wondering while the estimation it is so far to the real one for the next sentence:
# simulated point point pattern
set.seed(8)
pp_obs <- rThomas(kappa = 10, mu = 10, scale = 0.05)
#--------------------------------------------------------
# Thomas fitted
mod_Thomas_fit <- kppm(pp_obs, ~ 1, "Thomas",statistic = "K",method = "mincon")
mod_Thomas_fit
Stationary cluster point process model
Fitted to point pattern dataset ‘pp_obs’
Fitted by minimum contrast
Summary statistic: K-function
Uniform intensity: 97
Cluster model: Thomas process
Fitted cluster parameters:
kappa scale
12.13783476 0.04393052
Mean cluster size: 7.991541 points
#--------------------------------------------------------
# Thomas fitted
mod_Cluster_fit <- kppm(pp_obs, ~ 1, "MatClust",statistic = "K",method = "mincon")
mod_Cluster_fit
Stationary cluster point process model
Fitted to point pattern dataset ‘pp_obs’
Fitted by minimum contrast
Summary statistic: K-function
Uniform intensity: 97
Cluster model: Matern cluster process
Fitted cluster parameters:
kappa scale
12.52772823 0.08116434
Mean cluster size: 7.742824 points
Someone that can I help me to improve the parameter estimation for this kind of patterns or get a good estimation.
I really appreciated your assistance.
I have used the different methods to estimate "mincon", "click2", "palm"
. I also implemented the "K" and "pcf" functions but, the estimation does not improve