LSTR (Logistic Smooth TRansition) MIDAS regression
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"), ... )
y
: model responseX
: prepared matrix of high frequency variable lags for LSTR termz
: additional low frequency variablesweight
: the weight functionstart_lstr
: the starting values for lstr termstart_x
: the starting values for weight functionstart_z
: the starting values for additional low frequency variablesmethod
: a method passed to optimx...
: additional parameters to optimxan object similar to midas_r
object
Virmantas Kvedaras, Vaidotas Zemlys