Description Usage Arguments Value See Also Examples
Create an instance of the LagKernelWeight
class.
1 2 | 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
.
1 2 | 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.