Guest User

Untitled

a guest
Jan 18th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. library(readr)
  2. t <- as.data.frame(read_csv("D:/Descargas/turkey_elec.csv",
  3. col_names = FALSE))
  4.  
  5. library(AnomalyDetection)
  6. AnomalyDetectionVec(t, max_anoms=0.02, period=365, direction='both', only_last=FALSE, plot=TRUE)
  7.  
  8. $anoms
  9. data frame with 0 columns and 0 rows
  10.  
  11. $plot
  12. NULL
Add Comment
Please, Sign In to add comment