Do not produce plot in dynSeries::hpcycle unitary test.

time-shift
Stéphane Adjemian (Charybdis) 2013-09-17 22:45:00 +02:00
parent ce4fe4113d
commit 52e5e44b1c
1 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ end
ts.data = data; ts.data = data;
%@test:1 %@test:1
%$ plot_flag = 1; %$ plot_flag = 0;
%$ %$
%$ % Create a dataset. %$ % Create a dataset.
%$ e = .2*randn(200,1); %$ e = .2*randn(200,1);
@ -43,7 +43,7 @@ ts.data = data;
%$ deterministic_trend = .1*transpose(1:200); %$ deterministic_trend = .1*transpose(1:200);
%$ x = zeros(200,1); %$ x = zeros(200,1);
%$ for i=2:200 %$ for i=2:200
%$ x(i) = .75*x(i-1) + e(i); %$ x(i) = .9*x(i-1) + e(i);
%$ end %$ end
%$ y = x + stochastic_trend + deterministic_trend; %$ y = x + stochastic_trend + deterministic_trend;
%$ %$