aboutsummaryrefslogtreecommitdiffstats
path: root/ema.R
diff options
context:
space:
mode:
Diffstat (limited to 'ema.R')
-rw-r--r--ema.R3
1 files changed, 0 insertions, 3 deletions
diff --git a/ema.R b/ema.R
deleted file mode 100644
index b4af957e..00000000
--- a/ema.R
+++ /dev/null
@@ -1,3 +0,0 @@
- ema<-function(x, beta = 0.1, init=x[1]){
-filter(beta*x,filter = 1-beta,method = "recursive", init= init)
-}