- Jun 09, 2021
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
See merge request !1869
-
Sébastien Villemot authored
See merge request !1868
-
- Jun 08, 2021
-
-
Johannes Pfeifer authored
-
Sébastien Villemot authored
In practice however, it seems that this bug never hits, because B and C always have the same number of rows when the MEX is called.
-
- Jun 04, 2021
-
-
Johannes Pfeifer authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
This can make a difference when the return value of those function is directly passed to a BLAS/LAPACK function. On the other hand, if the return value is first stored in a pointer variable, then it seems necessary to explicitly say that this pointer is also contiguous.
-
Sébastien Villemot authored
This avoids unnecessary array copies before calling BLAS/LAPACK functions.
-
Sébastien Villemot authored
-
Sébastien Villemot authored
This warns about hard-to-detect bugs where a function is called with an implicit interface, thus possibly having mismatches in the calling sequence.
-
Sébastien Villemot authored
-
- Jun 02, 2021
-
-
Sébastien Villemot authored
dynare_solve.m: have csolve honor selected options See merge request !1867
-
Johannes Pfeifer authored
-
- Jun 01, 2021
-
-
Sébastien Villemot authored
Ref. !1865
-
Sébastien Villemot authored
-
Johannes Pfeifer authored
-
Johannes Pfeifer authored
-
- May 31, 2021
-
-
Sébastien Villemot authored
Recommend that syntax in the manual, but keep the old one for backward compatibility. Ref. preprocessor#67
-
Sébastien Villemot authored
-
Sébastien Villemot authored
Ref. #569, !1863
-
Sébastien Villemot authored
evaluate_planner_objective.m: do not evaluate non-existing terms for linear models Closes #1781 See merge request !1864
-
- May 28, 2021
-
-
Johannes Pfeifer authored
Closes Dynare/dynare#1781
-
Stéphane Adjemian authored
Also add an integration test and fix homotopy error message.
-
Stéphane Adjemian authored
Also removed commented codes. Closes #1857
-
-
-
-
Stéphane Adjemian authored
non_linear_dsge_likelihood.m: filter out explosive initial simulation See merge request !1861
-
Sébastien Villemot authored
sim1_purely_backward.m: for purely static model, do not use past value for first iteration See merge request !1862
-
- May 27, 2021
-
-
Johannes Pfeifer authored
Index 0 does not exist.
-
Johannes Pfeifer authored
-
Sébastien Villemot authored
Implement new option smoother_redux, to allow fast smoother for very large... See merge request !1859
-
Sébastien Villemot authored
prior_posterior_statistics_core.m: filter out cases where model does not solve See merge request !1860
-
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.)
-
Johannes Pfeifer authored
-
Johannes Pfeifer authored
Relax qz_criterium by factor of 10, when taking posterior subdraws. Also makes sure `prior` option works as intended.
-