pointpats.euclidean_median

pointpats.euclidean_median(points)[source]

Calculate the Euclidean median for a point pattern.

Parameters
points: arraylike

(n,2), (x,y) coordinates of a series of event points.

Returns
_array

(2,), (x,y) coordinates of the Euclidean median.