ctmm-initiative / ctmmweb

Web app for analyzing animal tracking data, built upon ctmm R package
http://biology.umd.edu/movement.html
GNU General Public License v3.0
30 stars 21 forks source link

Estimate Overlap of 50% Home Range Contours #134

Closed vjmer closed 3 years ago

vjmer commented 3 years ago

I want to get an estimate of the amount of overlap between my animals' 50% home range contours. When I click the "Overlap" tab, the numbers that I get in the list are of the 95% home range contours. I can change the Pairwise Plots to show the overlap of the 50% home range contours, but I cannot get the Overlap Values to show 50% contour values. Does anyone know how to get the overlap values to show the 50% home range contour overlap?

Thank you.

chfleming commented 3 years ago

We don't implement a geometrical overlap between % coverage areas of a particular %. Instead we implement a statistical overlap measure (the Bhattacharyya coefficient), which obviates the need to choose a % threshold (which the result will be sensitive to) and accounts for non-uniform space use. This measure also returns a quantity proportional to the geometric overlap in cases of uniform space use, where that calculation makes sense.

The only % you choose for the overlap estimates is that of the confidence intervals. The overlaps are calculated using the entire density functions.