Description Usage Arguments Value Examples
Compute some weights for long-run variance. This code comes directly from the
source code of cointReg; see getLongRunWeights
.
1 | getLongRunWeights(n, bandwidth, kernel = "ba")
|
n |
Length of weights' vector |
bandwidth |
A number for the bandwidth |
kernel |
The kernel function; see |
List with components w
containing the vector of weights and
upper
, the index of the largest non-zero entry in w
1 | CPAT:::getLongRunWeights(10, 1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.