Skip to content
Snippets Groups Projects
Commit 0c4a8707 authored by Stéphane Adjemian's avatar Stéphane Adjemian
Browse files

Fixed variable names in baxter_king_filter method.

parent abcf6d90
Branches
No related tags found
No related merge requests found
......@@ -93,6 +93,11 @@ end
o.data = tmp(K+1:end-K,:);
init = firstdate(o)+K;
o.dates = init:init+(nobs(o)-1);
for i=1:vobs(o)
o.name(i) = {['baxter_king_filter(' o.name{i} ')']};
o.tex(i) = {['\text{baxter_king_filter}(' o.tex{i} ')']};
end
%@test:1
%$ plot_flag = false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment