Social network indices If a given spatial point pattern x is used to calculate metrics such as social network indices (Nightingale et. al, July 2015), where the close neighbours of each point is important, it may be necessary to account for edge effects or to perform edge correction. This is because the close neighbours of points at the edge of the point pattern may not all be observed, since some of these neighbouring points could actually exist outside of the point pattern.
Point process modelling If a point pattern, x, is considered to be the realisation of a finite process P, defined only within the specified observation window, W, then the conditional intensity of P is observable within that window (Nightingale et. al, September 2015). If however, the process is unbounded, such that the data x is a partially observed realization of P, then issues of edge correction may arise since some of the points from the realization of P may fall on the edge of or outside of W. As a result of this, the conditional intensity of P may not be fully observed due to the presence of `edge points' and `unobserved' data points outside of W. As a result of this the conditional intensity of P may not be fully observed due to the presence of `edge points' and `unobserved' data points outside of W leading to systematic error in parameter estimation.
Using R notation, the reduced sample can be expressed as: ${ W_{r} = \{ u\in W: B(u,r) \subset W \}}$ where B(u,r) represents a disc or radius r centered at u.
bec(n, pointpattern,Length,Breadth, r)
data(x)
data(y)
datafile = data.frame(x[,1],y[,1])
bec(124,datafile,1,1,0.2)
Run the code above in your browser using DataLab