Following the steps in the answer given here, I've fit Thomas cluster model parameters kappa and sigma to the pooled Kinhom
functions of a set mppm
intensity predictions. By "transferring" the inhomogeneity to the mu parameter (as a function converted to a pixel image) and solving for a scale factor so that that kappa*sum(scaled_mu) equals lambda, I have a complete set of parameters for a single model derived from the pooled data. Is there a way to construct a kppm
object from this parameter set in order to begin evaluating model performance? Or do I need to rely on simulated realizations of the model parameters for comparison with my actual data?
(A possibly relevant extra piece of information is that the point patterns to which I'm fitting the model are each observed on different polygonal windows.)
Thank you!