From 2afc7853cdf4025504573759b1d6c557c1622635 Mon Sep 17 00:00:00 2001 From: Walmes Zeviani <walmes@ufpr.br> Date: Mon, 2 May 2016 18:26:27 -0300 Subject: [PATCH] =?UTF-8?q?Adiciona=20como=20fazero=20gr=C3=A1fico=20da=20?= =?UTF-8?q?m=C3=A9dia=20movel=20exp=20ponderada.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/04_cumsum.R | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/04_cumsum.R b/scripts/04_cumsum.R index c31cdde..5b99baf 100644 --- a/scripts/04_cumsum.R +++ b/scripts/04_cumsum.R @@ -58,3 +58,5 @@ cusum(x[1:20], newdata = x[21:30]) #----------------------------------------------------------------------- + +ewma(data = x[1:20], newdata = x[21:30], lambda = 0.1) -- GitLab