kweightsHAC: 'kweightsHAC' help function for HAC

Description Usage Arguments Value

View source: R/hac.r

Description

kweightsHAC help function for HAC

Usage

1
2
3
4
5
kweightsHAC(
  kernel = c("Truncated", "Bartlett", "Parzen", "Tukey-Hanning", "Quadratic Spectral"),
  dimN,
  bw
)

Arguments

kernel

kernel function, choose between "Truncated", "Bartlett", "Parzen", "Tukey-Hanning", "Quadratic Spectral".

dimN

number of observations

bw

bandwidth parameter

Value

ww weights


tsapp documentation built on Oct. 30, 2021, 5:08 p.m.

Related to kweightsHAC in tsapp...