Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dóra Kocsis
dynare
Commits
a899594f
Commit
a899594f
authored
Mar 17, 2012
by
MichelJuillard
Browse files
initializing globals ys0_ ex0_ ex_det0_
parent
dff7191b
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/global_initialization.m
View file @
a899594f
...
...
@@ -28,7 +28,8 @@ function global_initialization()
% You should have received a copy of the GNU General Public License
% along with Dynare. If not, see <http://www.gnu.org/licenses/>.
global
oo_
M_
options_
estim_params_
bayestopt_
estimation_info
global
oo_
M_
options_
estim_params_
bayestopt_
estimation_info
ex0_
ys0_
...
ex_det0_
estim_params_
=
[];
bayestopt_
=
[];
...
...
@@ -346,6 +347,9 @@ options_.estimation_dll = 0;
options_
.
conf_sig
=
0.6
;
oo_
.
exo_simul
=
[];
oo_
.
endo_simul
=
[];
ys0_
=
[];
ex0_
=
[];
ex_det0_
=
[];
oo_
.
dr
=
[];
oo_
.
exo_steady_state
=
[];
oo_
.
exo_det_steady_state
=
[];
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment