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
Mark Song
dynare
Commits
45166aba
Commit
45166aba
authored
Nov 13, 2017
by
Marco Ratto
Committed by
Stéphane Adjemian
Jan 10, 2018
Browse files
Bug fix for undefined yr variable
parent
dfcb9df5
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/utilities/dataset/quarterly2annual.m
View file @
45166aba
...
...
@@ -105,7 +105,7 @@ switch type
[
yra
,
yrass
]
=
quarterly2annual
(
yaux
,
yauxss
,
GYTREND0aux
,
typeaux
,
0
,
0
);
% deflator
yass
=
ynass
/
yrass
;
ya
=
(
yna
+
ynass
)
.
/(
yr
+
yrass
)
-
yass
;
ya
=
(
yna
+
ynass
)
.
/(
yr
a
+
yrass
)
-
yass
;
case
6
% nominal series
yn
=
(
y
+
yss
)
.*
(
yaux
+
yauxss
)
-
yss
.*
yauxss
;
...
...
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