Description Usage Arguments Details Value Author(s) References Examples
View source: R/nonparametric.R
Estimates non-parametric MIDAS regression
1 | midas_r_np(formula, data, lambda = NULL)
|
formula |
formula specifying MIDAS regression |
data |
a named list containing data with mixed frequencies |
lambda |
smoothing parameter, defaults to |
Estimates non-parametric MIDAS regression accodring Breitung et al.
a midas_r_np
object
Vaidotas Zemlys
Breitung J, Roling C, Elengikal S (2013). Forecasting inflation rates using daily data: A nonparametric MIDAS approach Working paper, URL http://www.ect.uni-bonn.de/mitarbeiter/joerg-breitung/npmidas.
1 2 3 4 5 6 |
Loading required package: sandwich
Loading required package: optimx
Nonparametric MIDAS regression model (62 low frequency observations)
Formula: y ~ trend + fmls(x, 12, 12)
The smoothing parameter: 0.1561959
The effective number of parameters: 5.93671
AIC of the model: -4.918592
Root mean squared error: 0.009550417
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.