Description Usage Arguments Details Value References See Also
Wraps KernSmooth::dpik
to select bandwidth for kernel density estimation the plug-in-the-equation method in two dimensios.
1 |
xy |
Instance of |
rescale |
Scalar character, indicating if and if how data are rescaled. |
correct |
Logical scalar that indicates whether or not the estimate should be correct for the two dimensional case. |
... |
additional arguments passed to |
This function calcualtes bandwidths for kernel density estimation by wrapping KernSmooth::dpik
. If correct
is TRUE
, the bandwidth is trasformed with power 5/6 to correct for using an univariate implementation for bivariate data (Gitzen et. al 2006).
list
with the calculated bandwidth, the standardization method and correction
.
Gitzen, R. A., Millspaugh, J. J., & Kernohan, B. J. (2006). Bandwidth selection for fixed-kernel analysis of animal utilization distributions. _Journal of Wildlife Management_, 70(5), 1334-1344.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.