| getValues-LagKernelWeight {quantspec} | R Documentation |
Get values from a weight object determined by a kernel function W and
a bandwidth bw.
Description
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.
Usage
## S4 method for signature 'LagKernelWeight'
getValues(object, K = length(object@env$values))
Arguments
object |
|
K |
a |
Value
Returns a vector of size K as described in the Details section.
[Package quantspec version 1.2-4 Index]