From 52e5e44b1c95cfde259a004d97ed985495a74861 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Charybdis=29?= Date: Tue, 17 Sep 2013 22:45:00 +0200 Subject: [PATCH] Do not produce plot in dynSeries::hpcycle unitary test. --- matlab/@dynSeries/hpcycle.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/matlab/@dynSeries/hpcycle.m b/matlab/@dynSeries/hpcycle.m index 337713577..a2013f6b1 100644 --- a/matlab/@dynSeries/hpcycle.m +++ b/matlab/@dynSeries/hpcycle.m @@ -34,7 +34,7 @@ end ts.data = data; %@test:1 -%$ plot_flag = 1; +%$ plot_flag = 0; %$ %$ % Create a dataset. %$ e = .2*randn(200,1); @@ -43,7 +43,7 @@ ts.data = data; %$ deterministic_trend = .1*transpose(1:200); %$ x = zeros(200,1); %$ for i=2:200 -%$ x(i) = .75*x(i-1) + e(i); +%$ x(i) = .9*x(i-1) + e(i); %$ end %$ y = x + stochastic_trend + deterministic_trend; %$