Skip to content

Instantly share code, notes, and snippets.

@MJacobs1985
Created February 21, 2022 15:19
Show Gist options
  • Save MJacobs1985/766cc68006fa7eb262967840641bfbe8 to your computer and use it in GitHub Desktop.
Save MJacobs1985/766cc68006fa7eb262967840641bfbe8 to your computer and use it in GitHub Desktop.
ts.stl <- stl(arc_ts[, 'rochef'],"periodic")
ts.sa <- seasadj(ts.stl)
seasonplot(ts.sa, 12, col=rainbow(12))
# Look at stationairy
nsdiffs(arc_ts[, 'rochef']) # no differencing needed
plot(arc_ts[, 'rochef'])
arc_ts%>%feasts::autoplot()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment