This repo contains information related to the Applied Time Series Analysis course at the University of Washington (FISH 550). The course website can be found here.
To install the package, run the following code:
library(devtools)
install_github("atsa-es/safs-timeseries")
To install the package of STAN code associated with the class, run this code:
library(devtools)
install_github("atsa-es/atsar")