Usage
bandwidth(data,CTMM,VMM=NULL,weights=FALSE,fast=TRUE,
dt=NULL,precision=1/2,PC="Markov",verbose=FALSE,trace=FALSE)
Arguments
data
2D timeseries telemetry data represented as a telemetry
object.
CTMM
A ctmm
movement model as from the output of ctmm.fit
.
VMM
An optional vertical ctmm
object for 3D bandwidth calculation.
weights
By default, the weights are taken to be uniform. weights=TRUE
will optimize the weights, while a numeric
array will fix the weights.
fast
Use FFT algorithms for weight optimization.
dt
Optional lag bin width for the FFT algorithm.
precision
Fraction of maximum possible digits of precision to target in weight optimization. precision=1/2
results in about 7 decimal digits of precision if the preconditioner is stable.
PC
Preconditioner to use: can be "Markov", "circulant", "IID", or "direct".
verbose
Optionally return the optimal weights
, effective sample size DOF.H
, and other information along with the bandwidth matrix H
.
trace
Produce tracing information on the progress of weight optimization.