Using model results from a run in secr 2.3.1, I estimated a 95% home range radius for a half normal detection function as:
sqrt(-log(0.05)*2*sigma^2)= sqrt(-log(0.05)*2*11,999.24^2)=29,371.1
and then with circular.r as:
circular.r(p=0.95,detectfn=0,sigma=1.199924e+04)
[1] 29371.1. agreement.
I then attempted the same for an exponential detection function as:
-log(0.05)*sigma=-log(0.05)* 7.358096e+03=22,0428.86
and then with circular.r as:
circular.r(p=0.95,detectfn=2,sigma=7358.0963364 )
[1] 34905.81 disagreement.
I do not understand the reason for the discrepancy in the case of the exponential function.
The manual indicates that the probability for other than the half normal detection functions is computed numerically by integrating the radial distribution and cautions that numerical integration is not foolproof. Could that be the source of the discrepancy? Is there another problem?
Thank you,
Brian