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
14f306a0
Commit
14f306a0
authored
Nov 12, 2013
by
Stéphane Adjemian
Browse files
Fixed typos.
parent
1046089c
Changes
2
Hide whitespace changes
Inline
Side-by-side
matlab/@dseries/hpcycle.m
View file @
14f306a0
...
@@ -2,7 +2,7 @@ function ts = hpcycle(ts, lambda) % --*-- Unitary tests --*--
...
@@ -2,7 +2,7 @@ function ts = hpcycle(ts, lambda) % --*-- Unitary tests --*--
% ts = hpcycle(ts, lambda)
% ts = hpcycle(ts, lambda)
%
%
% Extracts the cycle component f
o
rm a dseries object using Hodrick Prescott filter.
% Extracts the cycle component fr
o
m a dseries object using Hodrick Prescott filter.
%
%
% INPUTS
% INPUTS
% o ts dseries object.
% o ts dseries object.
...
...
matlab/@dseries/hptrend.m
View file @
14f306a0
...
@@ -2,7 +2,7 @@ function ts = hptrend(ts, lambda) % --*-- Unitary tests --*--
...
@@ -2,7 +2,7 @@ function ts = hptrend(ts, lambda) % --*-- Unitary tests --*--
% ts = hptrend(ts, lambda)
% ts = hptrend(ts, lambda)
%
%
% Extracts the trend component f
o
rm a dseries object using Hodrick Prescott filter.
% Extracts the trend component fr
o
m a dseries object using Hodrick Prescott filter.
%
%
% INPUTS
% INPUTS
% o ts dseries object.
% o ts dseries object.
...
...
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