Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
dynare
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
121
Issues
121
List
Boards
Labels
Service Desk
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dynare
dynare
Commits
ffa828a6
Unverified
Commit
ffa828a6
authored
Nov 24, 2020
by
Stéphane Adjemian
Committed by
Sébastien Villemot
Dec 09, 2020
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed multiple periods expected shocks in the case of mshocks.
(cherry picked from commit
d8ddd9ef
)
parent
81b78fd9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
matlab/perfect-foresight-models/make_ex_.m
matlab/perfect-foresight-models/make_ex_.m
+1
-1
No files found.
matlab/perfect-foresight-models/make_ex_.m
View file @
ffa828a6
...
...
@@ -90,7 +90,7 @@ if isfield(M_, 'det_shocks')
if
~
M_
.
det_shocks
(
i
)
.
multiplicative
oo_
.
exo_simul
(
k
,
ivar
)
=
v
;
else
oo_
.
exo_simul
(
k
,
ivar
)
=
oo_
.
exo_simul
(
k
,
ivar
)
*
v
;
oo_
.
exo_simul
(
k
,
ivar
)
=
oo_
.
exo_simul
(
k
,
ivar
)
.
*
v
;
end
else
if
~
M_
.
det_shocks
(
i
)
.
multiplicative
...
...
Stéphane Adjemian
@stepan-a
mentioned in commit
58370a1f
·
Dec 09, 2020
mentioned in commit
58370a1f
mentioned in commit 58370a1f9c09bf939c9df772c5daa02495d429ea
Toggle commit list
Write
Preview
Markdown
is supported
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