pointpats.DStatistic

class pointpats.DStatistic(name)[source]

Abstract Base Class for distance statistics.

Parameters
namestring

Name of the function. (“G”, “F”, “J”, “K” or “L”)

Attributes
darray

The distance domain sequence.

__init__(self, name)[source]

Initialize self. See help(type(self)) for accurate signature.

Methods

__init__(self, name)

Initialize self.

plot(self[, qq])

Plot the distance function

plot(self, qq=False)[source]

Plot the distance function

Parameters
qq: Boolean

If False the statistic is plotted against distance. If Frue, the quantile-quantile plot is generated, observed vs. CSR.