dynare/tests/pac
Stéphane Adjemia (Scylla) 74520e77bf
Allow for lags on endogenous variable in growth option of pac_model.
2019-01-28 11:25:30 +01:00
..
trend-component-1 Removed useless tag (data_type). 2018-10-24 18:45:38 +02:00
trend-component-2 Removed useless tag (data_type). 2018-10-24 18:45:38 +02:00
trend-component-3 Removed useless tag (data_type). 2018-10-24 18:45:38 +02:00
trend-component-4 Removed useless tag (data_type). 2018-10-24 18:45:38 +02:00
trend-component-5 Removed useless tag (data_type). 2018-10-24 18:45:38 +02:00
trend-component-6 Removed useless tag (data_type). 2018-10-24 18:45:38 +02:00
trend-component-7 Removed useless tag (data_type). 2018-10-24 18:45:38 +02:00
trend-component-8-mc-iterative-ols Removed useless tag (data_type). 2018-10-24 18:45:38 +02:00
trend-component-8-mc-nls Removed useless tag (data_type). 2018-10-24 18:45:38 +02:00
trend-component-9 Removed useless tag (data_type). 2018-10-24 18:45:38 +02:00
trend-component-10 Removed useless tag (data_type). 2018-10-24 18:45:38 +02:00
trend-component-11 Removed useless tag (data_type). 2018-10-24 18:45:38 +02:00
trend-component-12 Removed useless tag (data_type). 2018-10-24 18:45:38 +02:00
trend-component-13a Removed useless tag (data_type). 2018-10-24 18:45:38 +02:00
trend-component-13b Removed useless tag (data_type). 2018-10-24 18:45:38 +02:00
trend-component-14 Removed useless tag (data_type). 2018-10-24 18:45:38 +02:00
trend-component-15 Added integration tests (Iterative OLS and NLS for PAC equations). 2018-11-21 16:26:38 +01:00
trend-component-16 Changed optimization algorithm. 2018-12-19 16:10:08 +01:00
trend-component-17 Added the possibility to use Gauss-Newton in pac/nls. 2018-11-26 09:53:18 +01:00
trend-component-18 Added interface to lsqnonlin (Mathworks' optimization toolbox) in pac.estimate.nls. 2018-11-29 10:29:55 +01:00
trend-component-19 Allow for lags on endogenous variable in growth option of pac_model. 2019-01-28 11:25:30 +01:00
var-0 Add 'tests/pac/' from commit '72dda0e3ebdb46b741e484f2e2f2155d02c59815' 2018-09-06 23:35:53 +02:00
var-1 Removed useless tag (data_type). 2018-10-24 18:45:38 +02:00
var-2 Removed useless tag (data_type). 2018-10-24 18:45:38 +02:00
var-3 Removed useless tag (data_type). 2018-10-24 18:45:38 +02:00
var-4 Removed useless tag (data_type). 2018-10-24 18:45:38 +02:00
var-5 Removed useless tag (data_type). 2018-10-24 18:45:38 +02:00
.gitignore Add 'tests/pac/' from commit '72dda0e3ebdb46b741e484f2e2f2155d02c59815' 2018-09-06 23:35:53 +02:00
LICENSE Add 'tests/pac/' from commit '72dda0e3ebdb46b741e484f2e2f2155d02c59815' 2018-09-06 23:35:53 +02:00
README.md Add 'tests/pac/' from commit '72dda0e3ebdb46b741e484f2e2f2155d02c59815' 2018-09-06 23:35:53 +02:00
run_all_tests.m Added integration tests (Iterative OLS and NLS for PAC equations). 2018-11-21 16:26:38 +01:00

README.md

Collection of *.mod files for testing the PAC routines in Dynare. To run all the tests sequentially and check that all the *.mod files pass the tests, just use the matlab function in the base directory:

>> run_all_tests()

If all goes well, the output should terminate with something like:

Testsuite results (PAC model):

var-1		             PASS (2.0479s)
var-2		             PASS (1.9601s)
var-3		             PASS (1.9826s)
var-4		             PASS (2.0079s)
trend-component-1		 PASS (2.2214s)
trend-component-2		 PASS (2.2195s)
trend-component-3		 PASS (2.3003s)
trend-component-4		 PASS (10.5143s)
trend-component-5		 PASS (2.1538s)
trend-component-6		 PASS (2.4203s)
trend-component-7		 PASS (2.7112s)
trend-component-9		 PASS (2.2164s)
trend-component-10		 PASS (2.2593s)
trend-component-11		 PASS (0.69409s)
trend-component-12		 PASS (2.2663s)
trend-component-13a		 PASS (0.4119s)
trend-component-13b		 PASS (0.39554s)