MIDAS Single index regression
Function for fitting SI MIDAS regression without the formula interface
midas_si_plain( y, X, p.ar = NULL, weight, degree = 1, start_bws, start_x, start_ar = NULL, method = "Nelder-Mead", ... )
y
: model responseX
: prepared matrix of high frequency variable lags for MMM termp.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 , defaults to Nelder-Mead...
: additional parameters to optiman object similar to midas_r
object
Virmantas Kvedaras, Vaidotas Zemlys