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
Johannes Pfeifer
dynare
Commits
6b2555f0
Commit
6b2555f0
authored
Feb 16, 2021
by
Johannes Pfeifer
Browse files
smoother2histval: fix computation of data length
parent
a0d02706
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/smoother2histval.m
View file @
6b2555f0
...
...
@@ -121,7 +121,7 @@ else
end
% Determine number of periods
n
=
size
(
smoothedvars
.
(
tmp
{
1
}));
n
=
length
(
smoothedvars
.
(
tmp
{
1
}));
if
n
<
M_
.
maximum_endo_lag
error
(
'Not enough observations to create initial conditions'
)
...
...
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