W and
a bandwidth bw.For an object of type LagKernelWeight and an optional integer
K the weights \(W_k\) are returned as a vector that has
\(W_k((k-1)/bw)\) at position k.
# S4 method for LagKernelWeight
getValues(object, K = length(object@env$values))Returns a vector of size K as described in the Details section.
LagKernelWeight of which to get the values
a numeric that determines the largest lag. The weight will be
computed for the \(K\) integers \(0:(K-1)\); by default the number
K specified on construction.