Hello, I am looking for suggestions as to how solve what follows.

Let's assume I have some Thiessen polygons built around some locations (crosses in the attached image). Some points (red dots in the attached image) lie within the polygons. For each polygon I want to calculate the expected number of points, against which compare the observed number of points, and to calculate the significance (i.e., p-value) of the observed number of points under the Null Hypothesis of a random distribution of points within the study area as a whole.

We actually know (a) the area of each polygon, (b) the total area of the study plot (=sum of the polygons' area), (c) the total number of points, and (d) the number of points falling inside each polygon.

I guess one should use the binomial distribution, but I seem I can't figure out how to exact implement the calculation. Where I am stuck is in working out the value of p, which in the case of polygons of equal size (i.e., quadrats) should be the reciprocal of the number of quadrats into which the study area is divided. But I do not know how to calculate p in case of polygons of unequal size.

In case of quadrats (equal sized polygons), we should use a binomial distribution with:

p=1/x (where x is the number of quadrats)

n=number of events in the pattern (i.e., total number of points)

k=number of events in a quadrat.

In the specific case I described, would p be equal to the fraction of each polygon's area relative to the whole study plot (i.e., p=polygon area/sum of all the polygons area)? Thanks for any suggestion. Best Gm

Similar questions and discussions