- 16 Nov, 2012 2 commits
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
- 08 Jun, 2012 1 commit
-
-
Sébastien Villemot authored
-
- 06 Jun, 2012 1 commit
-
-
Stéphane Adjemian authored
-
- 20 May, 2012 1 commit
-
-
MichelJuillard authored
-
- 08 Mar, 2012 1 commit
-
-
Ferhat Mihoubi authored
Adds the index of equations (M_.blocksEQU) for a block decomposed model without bytecode option and use this index in resid.m to retrieve the residuals
-
- 12 Dec, 2011 1 commit
-
-
Stéphane Adjemian authored
Make options_.dynatol specific to x/f by adding dynatol.x and dynatol.f. By default dynatol.x=dynatol.f= old default value of dynatol.
-
- 04 Dec, 2011 1 commit
-
-
Stéphane Adjemian authored
Temporarily set the variance of the shocks to zero when computing or checking the deterministic steady state. This is necessary if the model contains mean preverving spread terms.
-
- 27 Oct, 2011 1 commit
-
-
MichelJuillard authored
-
- 19 Oct, 2011 1 commit
-
-
MichelJuillard authored
-
- 04 Feb, 2011 2 commits
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
- 14 Jan, 2011 1 commit
-
-
Ferhat Mihoubi authored
- The bytecode.mex file has to be called when bytecode option is specified independently of the block option.
-
- 06 Dec, 2010 1 commit
-
-
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)
-
- 25 Nov, 2010 2 commits
-
-
Stéphane Adjemian (Charybdis) authored
-
Ferhat Mihoubi authored
+ minor corrections in steady_.m
-
- 04 Nov, 2010 1 commit
-
-
Stéphane Adjemian (Charybdis) authored
-
- 24 Sep, 2010 1 commit
-
-
Ferhat Mihoubi authored
- In bytecode, the MATLAB function "mexErrMsgTxt" has been replaced by an exception handling see ticket #137
-
- 17 Sep, 2010 1 commit
-
-
Ferhat Mihoubi authored
-
- 16 Dec, 2009 1 commit
-
-
sebastien authored
git-svn-id: https://www.dynare.org/svn/dynare/trunk@3250 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 25 Nov, 2009 1 commit
-
-
sebastien authored
preprocessor: * add a field "M_.orig_endo_nbr" containing the nbr of endogenous before adding aux vars * always provide "M_.aux_vars" (define it to "[]" when there is no aux var) * rename "M_.aux_vars().orig_endo_index" to "M_.aux_vars().orig_index" M-files: * for commands which accept a list of variables (stoch_simul, osr, estimation, dynasave, dynatype, datatomfile), when no variable is given, use only the set of original endogenous (without aux vars) as the default * when displaying the decision rule, when there is aux vars in the state variables, replace them by their original name (with the right lag) * in "steady", don't display aux vars * special exception for ramsey policy: all vars (including aux vars) are displayed, because the system of aux vars from ramsey policy is not compatible with the aux vars from the preprocessor git-svn-id: https://www.dynare.org/svn/dynare/trunk@3166 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 29 Oct, 2009 1 commit
-
-
sebastien authored
git-svn-id: https://www.dynare.org/svn/dynare/trunk@3101 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 25 Sep, 2009 1 commit
-
-
stepan authored
* Added the possibility to use resid when the the options block *and* bytecode are used. git-svn-id: https://www.dynare.org/svn/dynare/trunk@2986 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 02 Sep, 2009 1 commit
-
-
ferhat authored
git-svn-id: https://www.dynare.org/svn/dynare/trunk@2878 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 25 Aug, 2009 1 commit
-
-
ferhat authored
- mfs: new option for 'steady' and 'model' commands. Determines the equation belonging to the set of feedback variables. mfs = 0 => all variables are considered as feedback variables (default value) mfs = 1 => using only naturally normalized equation as potential recursive equations (all variables assigned to unnormalized equations are considered as feedback variable) mfs = 2 => adding to the set of potential recursive equation with mfs = 1 the linear equation in endogenous variable normalized (all variables assigned to nonlinear unnormalized equations are considered as feedback variable) mfs = 3 => adding to the set of potential recursive equation with mfs = 2 the non linear equation in endogenous variable normalized - correction of few buggs in simulate.dll - block_mfs_dll: new option for 'steady' command. Use simulate.dll to solve the steady state model (speedup the computation of the steady-state and the homotopy) git-svn-id: https://www.dynare.org/svn/dynare/trunk@2866 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 09 Apr, 2009 1 commit
-
-
sebastien authored
trunk: fixed bug with USE_DLL (stoch_simul was calling stoch_simul_sparse, because of wrong handling of options_.model_mode) git-svn-id: https://www.dynare.org/svn/dynare/trunk@2571 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 29 Jan, 2009 1 commit
-
-
stepan authored
git-svn-id: https://www.dynare.org/svn/dynare/trunk@2383 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 31 Dec, 2008 1 commit
-
-
ferhat authored
-> MatlabFile.cc and MatlabFile.hh are added to dynare in order to read the Mat-File git-svn-id: https://www.dynare.org/svn/dynare/trunk@2349 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 05 Dec, 2008 1 commit
-
-
sebastien authored
* removed obsolete global variables "endval_" and "rplottype_" * removed duplicate initialization of options_.replic git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@2295 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 02 Dec, 2008 1 commit
-
-
ferhat authored
- correction of bugs in resid.m git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@2280 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 01 Aug, 2008 1 commit
-
-
sebastien authored
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1974 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 06 Jun, 2008 1 commit
-
-
sebastien authored
* removed global variables from "static" and "dynamic" files (in standard and USE_DLL modes only) * added extra arguments when those functions are called from M-files git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1859 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 24 Jan, 2008 2 commits
-
-
adjemian authored
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1643 ac1d8469-bf42-47a9-8791-bf33cf982152
-
adjemian authored
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1642 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 23 Jan, 2008 1 commit
-
-
adjemian authored
Bug correction. Declaration of ys0_ as a global was missing (this is a problem if resid.m is called after the endval block and the steady command). git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1641 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 21 Jan, 2008 1 commit
-
-
assia authored
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1625 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 29 Nov, 2007 1 commit
-
-
michel authored
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1467 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 31 Jul, 2006 1 commit
-
-
michel authored
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@849 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 21 Jun, 2006 1 commit
-
-
adjemian authored
Changed the output of resid.m (the number of each equation is printed on screen followed by the residual). git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@804 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 11 Sep, 2005 1 commit
-
-
michel authored
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@452 ac1d8469-bf42-47a9-8791-bf33cf982152
-