pointpats.mean_center

pointpats.mean_center(points)[source]

Find mean center of a point array.

Parameters
points: arraylike

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

Returns
_array

(2,), (x,y) coordinates of the mean center.