bandwidth_pi | R Documentation |
hr_kde_pi
wraps KernSmooth::dpik
to select bandwidth for kernel density estimation the plug-in-the-equation method in two dimensions.This function calculates bandwidths for kernel density estimation by wrapping KernSmooth::dpik
. If correct = TURE
, the bandwidth is trasformed with power 5/6 to correct for using an univariate implementation for bivariate data (Gitzen et. al 2006).
hr_kde_pi(x, ...)
## S3 method for class 'track_xy'
hr_kde_pi(x, rescale = "none", correct = TRUE, ...)
x |
|
... |
Further arguments, none implemented. |
rescale |
|
correct |
Logical scalar that indicates whether or not the estimate should be correct for the two dimensional case. |
The 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.
KernSmooth::dpik
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.