Occupancy Estimation¶
Occupancy Estimate Class¶
Occupancy estimate definition.
-
class
ollin.estimation.occupancy.base.
OccupancyEstimate
(occupancy, model, data, detectability=None)[source]¶ Occupancy estimate container.
Extension of
Estimate
class for occupancy estimates.-
occupancy
¶ float – Estimated occupancy.
-
detectability
¶ float or None – Estimated detectability. Some models do not provide an estimated detectability.
-
model
¶ EstimationModel
– Model used to make estimate.
-
To see all available occupancy estimation models see Occupancy Estimation Models Library.