Description Usage Arguments Value See Also Examples
Compute the weights corresponding to some kernel funtions.
1 | getLongRunWeights(n, bandwidth, kernel)
|
n |
[ |
bandwidth |
[ |
kernel |
[ |
[list
] with components:
w
[numeric
]Vector of weights
upper
[numeric(1)
]Index to largest non-zero entry in w
1 2 | lrw.ba = cointReg:::getLongRunWeights(100, kernel = "ba", bandwidth = 25)
plot(lrw.ba$w)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.