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
7fd6b3ef
Commit
7fd6b3ef
authored
Sep 19, 2011
by
Stéphane Adjemian
Browse files
Fixed typo.
parent
fc96f652
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/initial_estimation_checks.m
View file @
7fd6b3ef
...
@@ -89,7 +89,7 @@ if info(1) > 0
...
@@ -89,7 +89,7 @@ if info(1) > 0
print_info
(
info
,
DynareOptions
.
noprint
)
print_info
(
info
,
DynareOptions
.
noprint
)
end
end
if
any
(
abs
(
DynareResults
.
steady_state
(
b
ayes
topt
.
mfys
))
>
1e-9
)
&&
(
DynareOptions
.
prefilter
==
1
)
if
any
(
abs
(
DynareResults
.
steady_state
(
B
ayes
Info
.
mfys
))
>
1e-9
)
&&
(
DynareOptions
.
prefilter
==
1
)
disp
([
'You are trying to estimate a model with a non zero steady state for the observed endogenous'
])
disp
([
'You are trying to estimate a model with a non zero steady state for the observed endogenous'
])
disp
([
'variables using demeaned data!'
])
disp
([
'variables using demeaned data!'
])
error
(
'You should change something in your mod file...'
)
error
(
'You should change something in your mod file...'
)
...
...
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