Function for fitting PL MIDAS regression without the formula interface
midas_pl_plain(
y,
X,
z,
p.ar = NULL,
weight,
degree = 1,
start_bws,
start_x,
start_ar = NULL,
method = c("Nelder-Mead"),
...
)
an object similar to midas_r
object
model response
prepared matrix of high frequency variable lags for MMM term
a vector, data for the non-parametric part
length of AR part
the weight function
the degree of local polynomial
the starting values bandwith
the starting values for weight function
the starting values for AR part. Should be the same length as p
a method passed to optim
additional parameters to optim
Virmantas Kvedaras, Vaidotas Zemlys