- Nov 09, 2014
-
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
results in unit tests (use logical type).
-
- Nov 08, 2014
-
-
Stéphane Adjemian authored
This routine is used to compare objects i -n unit tests.
-
- Nov 07, 2014
-
-
Stéphane Adjemian authored
For m-unit-tests module.
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Houtan Bastani authored
Clarify message in test_for_deep_parameters_calibration.m
-
Houtan Bastani authored
Provide example for xls_range option in manual
-
Houtan Bastani authored
Add missing run index to looped variable in resol.m
-
Houtan Bastani authored
-
Houtan Bastani authored
-
Houtan Bastani authored
-
Stéphane Adjemian authored
-
- Nov 06, 2014
-
-
Stéphane Adjemian authored
-
Houtan Bastani authored
-
Houtan Bastani authored
-
Houtan Bastani authored
-
- Nov 03, 2014
-
-
Houtan Bastani authored
-
Houtan Bastani authored
-
Houtan Bastani authored
-
- Nov 02, 2014
-
-
MichelJuillard authored
Ramsey aux vars
-
MichelJuillard authored
even if there is a single shock. In that case variance decomposition is one. It is better if Gamma_y has always the expected size. disp_th_moments.m only displays variance decomposition if there is more than one shock.
-
- Nov 01, 2014
-
-
MichelJuillard authored
moments for a model with a single exogenous variable
-
- Oct 31, 2014
-
-
Houtan Bastani authored
-
- Oct 30, 2014
-
-
Houtan Bastani authored
-
Johannes Pfeifer authored
-
Johannes Pfeifer authored
TBD: add check for correctness. As variables are dummy variables, the solution should be identical to the one without these auxiliary variables
-
Johannes Pfeifer authored
Fix distinction between initial values provided to dyn_ramsey_static.m and stale unchanged initial values in oo_.steady_state In case of no steady state file, they are identical, but with a steady state file, they are not. Moreover, this fixes a problem with the dimension of the input to the steady state file. ys was not initialized and had wrong dimensions Also adds comments to file.
-
- Oct 23, 2014
-
-
Stéphane Adjemian authored
Fixed bug (appearing only with Matlab and legacy data interface) if the m data file is in the current directory. If the m data file is in the current directory, the first output of fileparts(options_.datafile) is an empty string. In Matlab the command cd('') fails, but Octave does not fail in this case (and does nothing). Added a test on the first output of fileparts, if this output is empty we do not try to change the current directory.
-
- Oct 21, 2014
-
-
Stéphane Adjemian authored
Dataset factorization. Removed tests/kalman/lyapunov/fsdat_simul.m and use tests/fs2000/fsdat_simul.m instead.
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
An m file data was not loading if outside the current directory.
-
- Oct 20, 2014
-
-
Stéphane Adjemian authored
Note that all the variables listed in varobs need to have the same number of observations.
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
* Second and third positional arguments after the name of the estimated parameter in the estimated_params block are only considered in the optimization stage (not in the MCMC) * Do not store bounds in bayestopt_, because bounds do not always reflect restrictions implied by prior shapes. * prior_bounds routine returns a structure (with fields lb and ub) instead of a matrix.
-
- Oct 16, 2014
-
-
Stéphane Adjemian authored
parameters used for optimization (second and third positional arguments after the name of the estimated parameter in the estimated_params block).
-
Stéphane Adjemian authored
-
- Oct 15, 2014
-
-
Johannes Pfeifer authored
-
Johannes Pfeifer authored
-