myKest.cross(InhomCluster)R Documentation

Estimation of cross K function

Description

Estimation of cross K function for data on a rectangular observation window.

Usage

myKest=function(datai,dataj,lambdai,lambdaj,maxt)

Arguments

datai, dataj spatstat ppp point pattern objects with same rectangular observation window
lambdai, lambdaj vector containing intensity for each point the the two point patterns
maxt maximal distance t for which the cross K(t) is estimated

Details

This function computes an estimate of the cross K-function using the translation invariant edge correction (Ohser, 1983). The procedure only works for point patterns observed within a rectangular observation window.

Value

A list with three components t, Kij, and Kji where t is the distances for which the cross K-function is estimated and Kij and Kji are the cross K-function estimates (these are equal with the edge correction used, see details).

Author(s)

Rasmus Waagepetersen rw@math.aau.dk http://www.math.aau.dk/~rw

References

Ohser, J. (1983) On estimators for the reduced second moment measure of point processes. _Mathematische Operationsforschung und Statistik, series Statistics_, *14*, 63 - 71.

See Also

myKest, mygest,


[Package InhomCluster version 1.0 Index]