calc_gamma {spNetwork} | R Documentation |
Gamma parameter for Abramson’s adaptive bandwidth
Description
Function to calculate the gamma parameter in Abramson’s smoothing regimen.
Usage
calc_gamma(k)
Arguments
k |
a vector of numeric values (the estimated kernel densities) |
Value
the gamma parameter in Abramson’s smoothing regimen
Examples
#This is an internal function, no example provided
[Package spNetwork version 0.4.4.6 Index]