Weight-class {quantspec} | R Documentation |
Interface Class to access different types of weighting functions.
Description
Weights
is an S4 class that provides a common interface to
implementations of a weighting function W_n(\omega)
.
Details
Currently three implementations are available:
(1) KernelWeight
,
(2) LagKernelWeight
and
(3) SpecDistrWeight
.
Slots
values
an array containing the weights.
descr
a description to be used in some plots.
[Package quantspec version 1.2-4 Index]