Function to get the coefficient associated to a kernel. Those coefficients are then used to compute the different filters.
Usage
get_kernel(
kernel = c("Henderson", "Uniform", "Triangular", "Epanechnikov", "Parabolic",
"BiWeight", "TriWeight", "Tricube", "Trapezoidal", "Gaussian"),
horizon,
sd_gauss = 0.25
)
Value
tskernel
object (see kernel).