Dear all,
I am working with line transect distance sampling and camera trap distance sampling. I wanted to dissect the outputs that the dht2 function create in R, to obtain a density/abundance by line transect or camera trap, using the sample_res attribute.
For the line transect, it was straightforward, I could use the number of observation corrected by the probability of detection as my abundance at the line, and divide by the covered area (length transect * truncation distance *2) for the density.
I managed to recover from that all the estimates from the region.
When I tried the same thing with CTDS, I stumbled in some discrepancies between what I compute by camera and what the dht2 global estimate is.
I computed for each of the k cameras the density, by using the formula in Howe, 2017,

For each k, I compute one value that I believe is the density at each k location (Dk). The effort in my data is the value of ek, that takes into account the spatial and temporal effort of each camera.
When I want to obtain the “abundance” at each camera, I multiplied the Dk by my area covered by each camera, which is the (FOV in degree/360) * pi * (truncation distance)^2, if I am not mistaken.
When I then sum the “abundance” obtained like this of all the cameras and divide it by the sum of the covered area for each camera, I should obtain the density estimate global D. But I do not.
If I compute with the data extracted from dht2 the formula above for D, I do find the same density.
I fear there is something I am missing, probably linked with the temporal effort but I am not sure what. In the Dk computation I take into account the temporal and spatial effort, so I should be able to retrieve the “abundance” when I multiply the density by the area covered?
I would be happy to read any input one may have, if anyone else have tried to obtained an “abundance” at the camera location or if I am doing a very obvious mistake.
Best regards,
Benjamin Debetencourt

|
You don't often get email from b.debet...@gmail.com.
Learn why this is important
|
Dear Eric,
Thank you very much for your detailed answer. I probably should have explained why I am interested in extracting those values. It is purely theoretical, I was trying to better understand the outputs of dht2 and how to reconstruct the estimates from it. As I managed pretty easily to do so with LTDS, I was bothered by the fact I could not figure it out with CTDS.
Yes, it is definitely not meaningful ecologically, especially for the cameras, the area we sampled is indeed very small (we are working with FOV between 38 and 50 and the truncation distance is 20m).
Thanks for the suggestion about adding some weight to the abundance, I will try to make it work following that lead.
Many thanks again,
Benjamin Debetencourt