Last chance! 50% off unlimited learning
Sale ends in
Creates an instance of the Penttinen pairwise interaction point process model, which can then be fitted to point pattern data.
Penttinen(r)
circle radius
An object of class "interact"
describing the interpoint interaction
structure of a point process.
Penttinen (1984, Example 2.1, page 18), citing Cormack (1979),
described the pairwise interaction point process with interaction factor
The scale of interaction is controlled by the disc radius
The potential is inhibitory, i.e.\ this model is only appropriate for
regular point patterns.
For
The irregular parameter
Penttinen
, while the
regular parameter
This model can be considered as a pairwise approximation
to the area-interaction model AreaInter
.
Cormack, R.M. (1979) Spatial aspects of competition between individuals. Pages 151--212 in Spatial and Temporal Analysis in Ecology, eds. R.M. Cormack and J.K. Ord, International Co-operative Publishing House, Fairland, MD, USA.
Penttinen, A. (1984) Modelling Interaction in Spatial Point Patterns: Parameter Estimation by the Maximum Likelihood Method. Jyvaskyla Studies in Computer Science, Economics and Statistics 7, University of Jyvaskyla, Finland.
# NOT RUN {
fit <- ppm(cells ~ 1, Penttinen(0.07))
fit
reach(fit) # interaction range is circle DIAMETER
# }
Run the code above in your browser using DataLab