- 17 Dec, 2010 10 commits
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
George Perendia authored
Estimation C++ DLL: Bug fixing in KalmanFilter.cc - re-setting a_init and some minor refactoring and tidying up
-
Marco Ratto authored
-
Marco Ratto authored
-
Marco Ratto authored
Minor changes
-
Marco Ratto authored
1) got rid of recursive form; 2) better help 3) simplified structure and split between errors and warnings.
-
Marco Ratto authored
-
Marco Ratto authored
-
Marco Ratto authored
-
- 16 Dec, 2010 1 commit
-
-
Sébastien Villemot authored
Compatibility fix for Octave: under Octave, union() called on a column vector and a scalar returns a row vector, hence the need to add the 'rows' option
-
- 14 Dec, 2010 3 commits
-
-
Houtan Bastani authored
-
Houtan Bastani authored
-
Sébastien Villemot authored
-
- 13 Dec, 2010 5 commits
-
-
Houtan Bastani authored
-
Sébastien Villemot authored
Estimation DLL: fix DecisionRules::compute() (was not reentrant, since GeneralizedSchurDecomposition::compute() modifies D and E)
-
Houtan Bastani authored
-
Sébastien Villemot authored
Preprocessor: no longer use boost::graph::GraphvizDigraph class, removed in Boost 1.44 (closes #155)
-
Sébastien Villemot authored
-
- 11 Dec, 2010 2 commits
-
-
George Perendia authored
-
Michel Juillard authored
changed variable name to make clear that, for multinormal variables, we are using the Cholesky decomposition of the covariance matrix.
-
- 10 Dec, 2010 5 commits
-
-
Michel Juillard authored
-
Michel Juillard authored
-
Michel Juillard authored
-
Ferhat Mihoubi authored
- Bug correction during the block decomposition: the models' graph was ill oriented before the search of strong components
-
Ferhat Mihoubi authored
-
- 09 Dec, 2010 1 commit
-
-
Sébastien Villemot authored
-
- 08 Dec, 2010 8 commits
-
-
Sébastien Villemot authored
-
Michel Juillard authored
added choice of parameter set to shock_decomposition. This corrects a bug when shock_decomposition is requested after Metropolis iterations.
-
Michel Juillard authored
-
Houtan Bastani authored
fixed bug that would force node sharing when two or more expectation operators had the same expression but different information sets
-
Sébastien Villemot authored
-
Sébastien Villemot authored
NaN parameters warning: remove \n, it is not interpreted in a warning context (at least under Octave)
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
- 07 Dec, 2010 2 commits
-
-
George Perendia authored
C++ Estimation DLL: Update of logMHMCMCposterior.cc with a draft octave MAT draws file save and adding a test random_walk_metropolis_hastings_core.m: Octave version crashes at start of DLL and Matlab version finishes with low acceptance due to frequent B&K and reports error within debugger too - needs more debugging!
-
Michel Juillard authored
remove get_innovation_contemporaneous_impact.m that isn't called by the preprocessor or by any other function
-
- 06 Dec, 2010 3 commits
-
-
Sébastien Villemot authored
Fixed bug in resid.m (order matters in "or" statement, because of short-circuit: "ind" is not defined if "istag" is false)
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-