/safs-timeseries

Repository for miscellaneous code and data used in FISH 550 (Applied Time Series Analysis) at University of Washington

Primary LanguageR

Applied Time Series Analysis, course material

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")