MIDAS Partialy linear non-parametric regression
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"), ... )
y
: model responseX
: prepared matrix of high frequency variable lags for MMM termz
: a vector, data for the non-parametric partp.ar
: length of AR partweight
: the weight functiondegree
: the degree of local polynomialstart_bws
: the starting values bandwithstart_x
: the starting values for weight functionstart_ar
: the starting values for AR part. Should be the same length as p
method
: a method passed to optim...
: additional parameters to optiman object similar to midas_r
object
Virmantas Kvedaras, Vaidotas Zemlys