| LagKernelWeight-constructor | R Documentation | 
LagKernelWeight class.Create an instance of the LagKernelWeight class.
lagKernelWeight(
  W = WParzen,
  bw = K/2,
  K = 10,
  descr = paste("bw=", bw, ", K=", K, sep = "")
)
W | 
 A kernel function  | 
bw | 
 bandwidth  | 
K | 
 a   | 
descr | 
 a description to be used in some plots  | 
Returns an instance of LagKernelWeight.
kernels
wgt1 <- lagKernelWeight(W=WParzen, K=20, bw=10)
print(wgt1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.