Commit Graph

109 Commits (6adf1c26392d737dc31844aa3add0441e040f4a8)

Author SHA1 Message Date
Frédéric Karamé d3d6a037b1 Added routines for Dynamic Striated Metropolis Hastings. 2018-06-01 11:16:29 +02:00
Stéphane Adjemian (Charybdis) 1eee8eb3f2 Fixed copyright notices. 2017-05-18 23:59:49 +02:00
Stéphane Adjemian (Charybdis) a812a00b17 Fixed indentation. 2017-05-18 23:59:10 +02:00
Houtan Bastani 215245758d update call to dyn_saveas 2017-03-23 17:57:17 +01:00
Houtan Bastani ce79dbe420 update call to dyn_figure 2017-03-22 17:08:02 +01:00
Johannes Pfeifer bd8e804435 Properly terminate nonlinear_kalman_filter if non-positive definite matrices are encountered
Otherwise, crashes can happen during mode-finding
2017-01-23 12:20:24 +01:00
Frédéric Karamé 814cb693f6 Fix a bug in the predictive density calculation. 2016-06-30 12:12:58 +02:00
Frédéric Karamé bdd519a5f5 Modifications to facilitate Cholesky of states variances. 2016-06-30 11:42:45 +02:00
Houtan Bastani 4644a31291 fix latex file ending for linux compilation 2016-06-14 11:48:35 +02:00
Frédéric Karamé e6d081d58a Fixed bug on a structure name. 2016-06-01 18:24:27 +02:00
Frédéric Karamé 8221d5c780 Modification of a structure name when calling incremental_weights. 2016-06-01 18:19:26 +02:00
Frédéric Karamé 0141b34310 Fixed bug on structure name. 2016-06-01 17:11:28 +02:00
Stéphane Adjemian (Charybdis) 005b0907c0 Changed logic for setting weights method in CPF. 2016-06-01 16:07:07 +02:00
Stéphane Adjemian (Charybdis) 8f4fe9b341 Renamed matlab routine. 2016-06-01 14:12:02 +02:00
Frédéric Karamé 75b17ce780 Add the possibility of Gaussian-Mixture Particle Filter without resampling. 2015-12-04 16:00:04 +01:00
Frédéric Karamé 394df6f537 Make the distinction between original Amisano and Tristani's way to calculate particles weights and the likelihood (CPF1) and Murray's way (CPF2). 2015-12-04 15:29:25 +01:00
Frédéric Karamé 9a366d6576 Re-activate the option of resampling in Gaussian Particle Filter. 2015-12-04 14:48:26 +01:00
Frédéric Karamé df842aa542 Correct the auxiliary filter part. 2015-12-04 12:42:42 +01:00
Frédéric Karamé 3c18bf1f6b Fix a bug in the gaussian density calculation. 2015-12-04 11:44:45 +01:00
Frédéric Karamé e6d627396a Fix the calculation of the likelihood on the APF. 2015-10-20 15:12:56 +02:00
Frédéric Karamé 7816397856 Add the possibility to use an sparse-grid Kalman filter with approximation at order 2. 2015-10-09 14:42:53 +02:00
Frédéric Karamé 46f367b299 Minor modifications in the inputs of the function. 2015-10-07 15:25:16 +02:00
Frédéric Karamé 8b79fb562b Correction on a bug and extension of the original paper for the calculation of incremental weights. 2015-10-07 15:23:42 +02:00
Frédéric Karamé bf956f9bb0 Modify the inputs of gaussian_density. 2015-10-06 17:21:02 +02:00
Frédéric Karamé ce9dace8ef fix a bug on format matrix. 2015-10-06 17:18:09 +02:00
Frédéric Karamé 57f4f5b157 Fix a bug in likelihood calculation. 2015-10-02 16:05:26 +02:00
Frédéric Karamé a64073ec3c Modify the weights to prevent crash in the cholesky of the covariance. 2015-10-02 16:02:49 +02:00
Johannes Pfeifer d5ef4962bd Reflect new input argument of lyapunov_symm.m of Dynare
Related to https://github.com/DynareTeam/dynare/pull/983
2015-07-24 12:57:17 +02:00
Stéphane Adjemian (Hermes) 042303da68 Cosmetic change (display of online approach progress). 2015-05-28 15:25:18 +02:00
Frédéric Karamé 47bfcece40 update the function to the recent modifications in dynare_estimation. 2015-05-27 15:26:59 +02:00
Frédéric Karamé 6ab142a75b simplification of gaussian mixtures 2015-05-27 11:48:06 +02:00
Frédéric Karamé 34cf8ca284 adapt the code to dynare evolutions 2015-04-15 10:40:27 +02:00
Frédéric Karamé 19858696bf fix a bug in the indices of the proposal calculations. 2015-01-28 15:23:09 +01:00
Frédéric Karamé 49d25782bb factorize some codes across options and modify the definition of mixtures. 2015-01-23 14:40:55 +01:00
Frédéric Karamé 2b0a83ca91 factorize some codes across options. 2015-01-23 10:05:16 +01:00
Frédéric Karamé 3300a448f2 Delete resampling possibility in gaussian particle filter 2015-01-14 16:13:21 +01:00
Frédéric Karamé bcb09ee14d Fix bug on gaussian filter for the option distribution_approximation=montecarlo 2015-01-14 14:56:10 +01:00
Frédéric Karamé f3a4bd8a63 Remove de index_resample.m file used in the auxiliary particle filter and replaced by reample.m 2015-01-07 14:25:56 +01:00
Frédéric Karamé 81c02a58d8 Reintroduction of pruning and of options to build the sufficient statistics in the auxiliary particle filter 2015-01-07 14:22:12 +01:00
Frédéric Karamé 29db2fe060 modification of the sufficient statistics in the auxiliary particle filter 2015-01-07 13:49:33 +01:00
Frédéric Karamé d5735c9585 correction of weights calculation in the auxiliary particle filter 2015-01-07 11:26:30 +01:00
Frédéric Karamé d476a195e0 modification of the auxiliary particle filter and of the resample routine that can return either the resampled particles or the resampling index depending on the input (particles = 0 or not) 2014-12-18 14:46:55 +01:00
Stéphane Adjemian 86ebce712f Update README.md
Fixed typo
2014-12-18 11:31:29 +01:00
Stéphane Adjemian (Charybdis) 3c345e1d45 Replaced DynareOptions by ParticleOptions and ThreadsOptions. 2014-12-15 15:27:28 +01:00
Stéphane Adjemian (Charybdis) 5c3a4841b8 Replaced DynareOptions by ParticleOptions and ThreadsOptions. 2014-12-15 14:30:19 +01:00
Stéphane Adjemian (Charybdis) cca16be513 Fixed header. 2014-12-12 22:38:59 +01:00
Stéphane Adjemian (Charybdis) bebcba0a7d Replaced DynareOptions by ParticleOptions and ThreadsOptions. 2014-12-12 22:37:49 +01:00
Stéphane Adjemian (Charybdis) c0cfc640c4 Replaced DynareOptions by ParticleOptions and ThreadsOptions. 2014-12-12 19:14:35 +01:00
Stéphane Adjemian (Charybdis) e803fdbc88 Fixed headers. 2014-12-12 18:09:04 +01:00
Stéphane Adjemian (Charybdis) 5610856478 Replaced DynareOptions by ParticleOptions and ThreadsOptions.
ParticleOptions is DynareOptions.particles
ThreadsOptions is DynareOptions.threads
2014-12-12 17:49:17 +01:00
Stéphane Adjemian (Charybdis) dd0cc89ef3 Rewrote doc header. 2014-12-12 17:49:17 +01:00
Frédéric Karamé d533b826c1 Adds a modification to work with order 1 too. 2014-11-14 18:16:11 +01:00
Frédéric Karamé d4e4ea4ad8 Fixed definition of neff (resampling threshold). 2014-11-14 17:12:45 +01:00
Stéphane Adjemian (Telemachus) 459d02febf Removed local_state_space_iteration_2 routine. 2014-11-13 15:54:41 +01:00
Stéphane Adjemian (Telemachus) deef89316c Do not version Org files. 2014-11-12 18:01:31 +01:00
Stéphane Adjemian (Telemachus) 4c71e9b4ab Removed notes.org from Git. 2014-11-12 17:59:50 +01:00
Stéphane Adjemian (Telemachus) 27f5f298f4 Imported files from DynareTeam/dynare github repository. 2014-11-10 19:00:16 +01:00
Stéphane Adjemian (Telemachus) 0514b3949c Added provisions for documentation. 2014-11-10 18:38:48 +01:00
Stéphane Adjemian (Telemachus) 9bb61c33bf Initial commit. 2014-11-10 18:21:26 +01:00