Commit Graph

5417 Commits (ae82c284dcc11714e39a29e11400ee79af8df02e)

Author SHA1 Message Date
Stéphane Adjemian (Charybdis) fde2694e0c Added append method in dynDates class (with unitary tests). 2012-11-14 12:32:02 +01:00
Stéphane Adjemian (Charybdis) 32905b1ce1 Added more complex calls to subsref overloaded method for dynDate class. Added unitary test. 2012-11-14 12:32:02 +01:00
Stéphane Adjemian (Charybdis) 68a2ce4f49 Fixed bufg in overloaded subsref method for dynDates class. 2012-11-14 12:32:02 +01:00
Stéphane Adjemian (Charybdis) 47dd0d09ad Changed behavior of ne overload method (dynDate) as in commit ##9dc16fc765bfd8957dbe24a2ac1244fbde1edf09. Removed useless variable. Updated copyright. 2012-11-14 12:32:02 +01:00
Stéphane Adjemian (Charybdis) 55a3129644 Removed useless variable + Cosmetic change + Updated copyright 2012-11-14 12:32:02 +01:00
Stéphane Adjemian (Charybdis) 8b3e6e8c4d Removed useless variable + Cosmetic change + Updated copyright 2012-11-14 12:32:02 +01:00
Stéphane Adjemian (Charybdis) 62794a10c1 Removed useless variable + Cosmetic change + Updated copyright 2012-11-14 12:32:02 +01:00
Stéphane Adjemian (Charybdis) 42331f2239 Updated copyright 2012-11-14 12:32:02 +01:00
Stéphane Adjemian (Charybdis) 602d266bba Removed useless variable + Cosmetic change. 2012-11-14 12:32:01 +01:00
Stéphane Adjemian (Charybdis) 4339673431 Removed useless variable in dynDate/eq. 2012-11-14 12:32:01 +01:00
Stéphane Adjemian (Charybdis) 2def9f88dd Adapted unitary to the previous commit (#9dc16fc765bfd8957dbe24a2ac1244fbde1edf09). 2012-11-14 12:32:01 +01:00
Stéphane Adjemian (Charybdis) 131c423059 Changed behavior of eq overloaded method (dynDate class). Trigger an error message if the two compared objects have no common frequency. 2012-11-14 12:32:01 +01:00
Stéphane Adjemian (Charybdis) 3c911e5b2c Updated copyright. 2012-11-14 12:32:01 +01:00
Stéphane Adjemian (Charybdis) c40dd62531 Fixed error messages. 2012-11-14 12:32:01 +01:00
Stéphane Adjemian (Charybdis) cae06f3d80 Added unitary test in colon overladed method (dynDate). 2012-11-14 12:32:01 +01:00
Stéphane Adjemian (Charybdis) 1df227ce21 Updated copyright. 2012-11-14 12:32:01 +01:00
Stéphane Adjemian (Charybdis) 244395c2e7 Changed subsref overloaded method in dynDate class.
Allow to populate an empty dynDate object or update a dynDate object. For instance, if we instantiate
the dynDate class as follows:

a = dynDate()

a is an empty dynDate object. We can "populate" this object as follows

a('1938Q4')

Note however that a ins not modified in place (due to a limitation of Octave's class design), a copy
has to be made.
2012-11-14 12:32:01 +01:00
Stéphane Adjemian (Charybdis) 52ebca922b Updated copyright. 2012-11-14 12:32:01 +01:00
Stéphane Adjemian (Charybdis) 05cfedfd51 Added comment. 2012-11-14 12:32:01 +01:00
Stéphane Adjemian (Charybdis) 50a2f94197 Updated copyright 2012-11-14 12:32:01 +01:00
Stéphane Adjemian (Charybdis) c1616872a4 Removed useless path informations in (dynSeries) horzcat overloaded method. 2012-11-14 12:32:00 +01:00
Stéphane Adjemian (Charybdis) d92a7775b9 Removed debug info in first unitary test of dynSeries constructor. 2012-11-14 12:32:00 +01:00
Stéphane Adjemian (Charybdis) bc1276a218 Removed useless path information in unitary test (dynSeries constructor). 2012-11-14 12:32:00 +01:00
Stéphane Adjemian (Charybdis) b8803c149e Added unitary test for dynSeries class. 2012-11-14 12:32:00 +01:00
Houtan Bastani ddddb5ad0f console => nodisplay (Completes ticket #282) 2012-11-12 16:48:44 +01:00
Stéphane Adjemian (Charybdis) 34bcc9a20a Added burnside asset pricing model in tests/ep. 2012-11-09 14:32:44 +01:00
Stéphane Adjemian (Charybdis) 59247ddcfa Added test mod file in tests/particle (not to be used in the testsuite). 2012-11-09 14:32:44 +01:00
Houtan Bastani f77e0cc59d fix typo in manual 2012-11-08 11:31:19 +01:00
Houtan Bastani c6a330ff7d add xfail test for all_values_required 2012-11-07 18:13:42 +01:00
Houtan Bastani feced78ee6 make check: support xfail tests 2012-11-07 18:13:41 +01:00
Houtan Bastani 76ccaac947 make check: remove unused output from test file 2012-11-07 18:13:41 +01:00
Stéphane Adjemian (Charybdis) 2c674ce529 Use resampling in tests/particle/dsge_base2.mod. 2012-11-07 15:59:37 +01:00
Stéphane Adjemian (Charybdis) 4604148d2f Put back pruning in particle filter (implemented in sequential_importance_particle_filter). 2012-11-07 15:58:56 +01:00
Stéphane Adjemian (Charybdis) c7bd05224f Fixed issue with weights when computing first and second order moments. 2012-11-07 10:48:05 +01:00
Stéphane Adjemian (Charybdis) b82813d3f9 Removed call to mean_preserving_spread routine in tests/rbc.mod. 2012-11-07 10:13:12 +01:00
Stéphane Adjemian (Charybdis) 63e4bb3f87 Removed plot of a variable that does not exist anymore (LagrangeMultiplier) in tests/rbcii.mod. 2012-11-07 10:13:12 +01:00
Stéphane Adjemian (Charybdis) 9e0e025eba Changed computing tasks in tests/rbcii.mod. 2012-11-07 10:13:12 +01:00
Stéphane Adjemian (Charybdis) 3271296592 Do not use mean_preserving_spread routine (far too expensive). Added use_dll option (necessary because calls to getPowerDeriv routine dramatically increases execution time). 2012-11-07 10:13:12 +01:00
Stéphane Adjemian (Charybdis) f823bcf5fa Deleted useless matlab routine for steady state (tests/rbcii.mod). 2012-11-07 10:13:11 +01:00
Stéphane Adjemian (Charybdis) e75a54d35c Fixed steady state in rbcii.mod (steady state levels in the unconstrained regime were wrong). 2012-11-07 10:13:11 +01:00
Stéphane Adjemian (Charybdis) a219a4b9e7 Fixed bug and cosmetic changes. 2012-11-07 10:13:11 +01:00
Stéphane Adjemian (Charybdis) f9d8ee682c Reduced the number of simulations. 2012-11-07 10:13:11 +01:00
Stéphane Adjemian (Charybdis) a9d3ecb0ed Added comments. 2012-11-07 10:13:11 +01:00
Stéphane Adjemian (Charybdis) 59a62d87af Fixed bugs. 2012-11-07 10:13:11 +01:00
Houtan Bastani e8ec0a37df fix missing optionshead in previous commit 2012-11-06 16:02:05 +01:00
Houtan Bastani 3530417cf2 all_values_required keyword for initval and endval 2012-11-06 15:45:08 +01:00
Sébastien Villemot bc1872625b Fix typo in previous commit 2012-11-06 14:44:29 +01:00
Ferhat 50fd1a4c0d In the two boundaries solver, gives up the symbolic solver if a stable computation solution could not be found on the first third of the simulation period 2012-11-06 14:38:51 +01:00
Michel Juillard 2e59409df4 corrected bug introduced in recent commit 48e00c5789 2012-11-01 09:26:05 +01:00
Michel Juillard ea504638fc fixing bug for local approximation of models with variables appearing
only as forward looking (I believe that such models can't be solved,
but it is a different issue).
2012-10-31 17:56:42 +01:00