Function for fitting LSTR MIDAS regression without the formula interface
midas_lstr_plain(
y,
X,
z = NULL,
weight,
start_lstr,
start_x,
start_z = NULL,
method = c("Nelder-Mead"),
...
)
an object similar to midas_r
object
model response
prepared matrix of high frequency variable lags for LSTR term
additional low frequency variables
the weight function
the starting values for lstr term
the starting values for weight function
the starting values for additional low frequency variables
a method passed to optimx
additional parameters to optimx
Virmantas Kvedaras, Vaidotas Zemlys