Function for fitting MMM MIDAS regression without the formula interface
midas_mmm_plain(
y,
X,
z = NULL,
weight,
start_mmm,
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 MMM term
additional low frequency variables
the weight function
the starting values for MMM 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