Creates an instance of the Strauss point process model which can then be fitted to point pattern data.
Strauss(r)
The interaction radius of the Strauss process
An object of class "interact"
describing the interpoint interaction
structure of the Strauss process with interaction radius
The (stationary) Strauss process with interaction radius
Thus the probability density is
The interaction parameter
The nonstationary Strauss process is similar except that
the contribution of each individual point
The function ppm()
, which fits point process models to
point pattern data, requires an argument
of class "interact"
describing the interpoint interaction
structure of the model to be fitted.
The appropriate description of the Strauss process pairwise interaction is
yielded by the function Strauss()
. See the examples below.
Note the only argument is the interaction radius r
.
When r
is fixed, the model becomes an exponential family.
The canonical parameters ppm()
, not fixed in
Strauss()
.
Kelly, F.P. and Ripley, B.D. (1976) On Strauss's model for clustering. Biometrika 63, 357--360.
Strauss, D.J. (1975) A model for clustering. Biometrika 62, 467--475.
# NOT RUN {
Strauss(r=0.1)
# prints a sensible description of itself
# ppm(cells ~1, Strauss(r=0.07))
# fit the stationary Strauss process to `cells'
ppm(cells ~polynom(x,y,3), Strauss(r=0.07))
# fit a nonstationary Strauss process with log-cubic polynomial trend
# }
Run the code above in your browser using DataLab