Description Usage Arguments Details Value Author(s) Examples
Creates table of weights, lags and starting values
1 | expand_weights_lags(weights, from = 0, to, m = 1, start)
|
weights |
either a vector with names of the weight functions or a named list of weight functions |
from |
the high frequency lags from which to start the fitting |
to |
a vector of length two, containing minimum and maximum lags, high frequency if |
m |
the frequency ratio |
start |
a named list with the starting values for weight functions |
For each weight function creates lags starting from kmin
to kmax
. This is a convenience function for easier work with the function midas_r_ic_table.
a lws_table
object, a list with elements weights
, lags
and starts
.
Virmantas Kvedaras, Vaidotas Zemlys
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.