akde.bandwidth(data,CTMM,fast=NULL,dt=NULL,verbose=FALSE)
telemetry
object. ctmm
movement model from the output of ctmm.fit
.FALSE
or the FFT algorithm if TRUE
. The default behavior switches from slow to fast at length(data$t)==100
.DOF.H
along with the bandwidth matrix H
.matrix
object, which is to be the optimal covariance matrix of the individual kernels of the kernel density estimate.If no dt
is specified, the median sampling interval is used if fast=TRUE
. This is typically a good assumption for most data, even when there are gaps. By decreasing dt
, the FFT method can be made arbitrarily precise with no ill effects.
D. Marcotte. (1996). Fast variogram computation with FFT. Computers and Geosciences 22(10), 1175-1186.
akde
, ctmm.fit