MMM (Mean-Min-Max) MIDAS regression
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"), ... )
y
: model responseX
: prepared matrix of high frequency variable lags for MMM termz
: additional low frequency variablesweight
: the weight functionstart_mmm
: the starting values for MMM 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
Downloads (last 30 days):