Smooth.locmincon: Smooth a Locally Fitted Cluster or Cox Point Process Model

View source: R/locmincon.R

Smooth.locminconR Documentation

Smooth a Locally Fitted Cluster or Cox Point Process Model

Description

Applies kernel smoothing to the fitted cluster parameters of a locally-fitted cluster or Cox point process model.

Usage

## S3 method for class 'locmincon'
Smooth(X, tau = NULL, ...)

Arguments

X

Object of class "locmincon".

tau

Smoothing bandwidth.

...

Additional arguments passed to Smooth.ppp controlling the smoothing and the pixel resolution.

Details

An object of class "locmincon" represents a locally-fitted Cox or cluster point process model. It provides estimates of the cluster parameters at each of the data points of the original point pattern dataset.

The parameter estimates will be smoothed using a Gaussian kernel with standard deviation tau.

Value

A pixel image or a list of pixel images.

Author(s)

\adrian

.

References

\localpaper \baddrubaturnbook

See Also

locmincon, Smooth.ppp

Examples

   fit <- locmincon(redwood)
   Smooth(fit, tau=0.1)

baddstats/spatstat.local documentation built on Feb. 23, 2023, 8:32 a.m.