get_kernel | R Documentation |
Function to get the coefficient associated to a kernel. Those coefficients are then used to compute the different filters.
get_kernel(
kernel = c("Henderson", "Uniform", "Triangular", "Epanechnikov", "Parabolic",
"Biweight", "Triweight", "Tricube", "Trapezoidal", "Gaussian"),
horizon,
sd_gauss = 0.25
)
kernel |
kernel uses. |
horizon |
horizon (bandwidth) of the symmetric filter. |
sd_gauss |
standard deviation for gaussian kernel. By default 0.25. |
tskernel
object (see kernel).
get_kernel("Henderson", horizon = 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.