Description Usage Arguments Value
This function sets-up the spectral matrix for closed-form solution of the optimization problem in the multivariate case: it relies on the multivariate DFT; it organizes lead/lags in the case of mixed-frequency data.
1 | spec_mat_comp(weight_func, L, Lag, c_eta, lag_mat)
|
weight_func |
DFT-matrix or alternative (for example model-based) estimate: first column is the target variable, additional columns are explanatory variables |
L |
Filter-length |
Lag |
Nowcast (Lag=0), Forecast (Lag<0), Backcast (Lag>0) |
c_eta |
Boolean weight of frequency zero (default is F) |
lag_mat |
Matrix for implementing effective lags in a mixed-frequency setting |
spec_mat Spectral matrix set-up for closed-form solution of optimization problem
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.