-
- Downloads
Implement new option smoother_redux, to allow fast smoother for very large...
Implement new option smoother_redux, to allow fast smoother for very large models. It runs smoother only for state variables and computes the remaining ones ex-post Contains improvements, in order to recover as much as possible static unobserved (filtered, smoothed, updated, k-step ahead), Variance, State_uncertainty, k-step ahead variances trying to map lagged states onto current ones using pinv(T). This has exceptions (namely lagged shocks which are ONLY used to recover static NON observed variables). this exception is also trapped. For such extensions we can only recover smoothed variables starting from d+1. Variances CANNOT be recovered for such variables (the smoother gives ZERO.)
parent
3e7cd877
No related branches found
No related tags found
Showing
- doc/manual/source/the-model-file.rst 32 additions, 0 deletionsdoc/manual/source/the-model-file.rst
- matlab/DsgeSmoother.m 140 additions, 19 deletionsmatlab/DsgeSmoother.m
- matlab/default_option_values.m 1 addition, 0 deletionsmatlab/default_option_values.m
- matlab/missing_DiffuseKalmanSmootherH1_Z.m 99 additions, 32 deletionsmatlab/missing_DiffuseKalmanSmootherH1_Z.m
- matlab/missing_DiffuseKalmanSmootherH3_Z.m 85 additions, 20 deletionsmatlab/missing_DiffuseKalmanSmootherH3_Z.m
- preprocessor 1 addition, 1 deletionpreprocessor
- tests/Makefile.am 1 addition, 0 deletionstests/Makefile.am
- tests/kalman_filter_smoother/fs2000_smoother_redux.mod 225 additions, 0 deletionstests/kalman_filter_smoother/fs2000_smoother_redux.mod
Loading
Please register or sign in to comment