Learn R Programming

quantspec (version 1.2-4)

Weight-class: 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)\).

Arguments

Slots

values

an array containing the weights.

descr

a description to be used in some plots.

Details

Currently three implementations are available: (1) KernelWeight, (2) LagKernelWeight and (3) SpecDistrWeight.