Description Usage Arguments Value Author(s)
Function for fitting MMM MIDAS regression without the formula interface
1 2 3 4 5 6 7 8 9 10 11 | midas_mmm_plain(
y,
X,
z = NULL,
weight,
start_mmm,
start_x,
start_z = NULL,
method = c("Nelder-Mead"),
...
)
|
y |
model response |
X |
prepared matrix of high frequency variable lags for MMM term |
z |
additional low frequency variables |
weight |
the weight function |
start_mmm |
the starting values for MMM term |
start_x |
the starting values for weight function |
start_z |
the starting values for additional low frequency variables |
method |
a method passed to optimx |
... |
additional parameters to optimx |
an object similar to midas_r
object
Virmantas Kvedaras, Vaidotas Zemlys
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.