getValues-KernelWeight {quantspec} | R Documentation |
Get values from a weight object determined by a kernel function W
and
a bandwidth b
.
Description
For an object
of type KernelWeight
and an optional integer
N
the weights W_n
are returned as a vector that has
W_n(2\pi(k-1)/n)
at position k
.
Usage
## S4 method for signature 'KernelWeight'
getValues(object, N = length(object@env$values))
Arguments
object |
|
N |
a |
Value
Returns a vector of size N
as described in the Details section.
[Package quantspec version 1.2-4 Index]