Skip to content
Prev 12707 / 29559 Next

Cross nearest neighbor distance

On 06/09/11 01:13, Alper ALTINOK wrote:
If I understand you correctly, the ``points'' of your pattern consist of 
these 50 fields.
Each year each field may be classified as having an infestation of pests 
or not.  What
this gives you is a binary random field on an irregular "grid" of 
points.  That field is evolving
over time, and is/has been observed at a number (10?) of regularly 
spaced times.

You are interested in knowing whether the locations of the ``1's'' 
(infestations) in your binary
random field (at each observation time) are dependent upon the locations 
of the 1's at the
previous observation time.

The fly in the ointment is that sometimes some of the 50 points in your 
irregular grid
change *a little bit* due to crop rotation etc.  This seems to me to be 
an aspect of the
problem that is very hard to model.  Off the top of my head I would 
approach it by
replacing any points that change by the *centroid* of their various 
manifestations.

This I think, would be a perfectly reasonable approximation provided 
that the amount
(distance) by which the points change location is *small* compared with 
distances
between genuinely distinct points.

Given that this approximation is acceptable, how can you go about 
answering the question
of interest?  You are *not* dealing with a point process, so point 
process techniques are
not of any use, although some of the machinery in spatstat would 
probably be of use in
effecting the calculations that you need to make.

I don't believe that there are any pre-programmed techniques in spatial 
statistical
analysis to handle the problem.  Others may correct me if I am wrong 
about this.
If I am correct then you will have to invent (and program up) your own 
technique.
I have a few ideas about how you might go about this, but I will refrain 
from making
any further suggestions at this time.

     cheers,

         Rolf Turner