Voronoi Areas Method

class ollin.estimation.occupancy.voronoi_areas.Model[source]
estimate(detection, **kwargs)[source]

Make estimate using detection data.

Abstract method that must be overwritten by any estimation model. Its argument must be a Detection object, and it must return a Estimate.