Skip to content

sjmiller8182/LearningTS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LearningTS

Code and notes are my own. However, the code and notes are based on Time Series (MSDS6373) developed at SMU by Wayne Woodward and Bivin Sadler. This repo references the version of the class taught in Spring 2020 by Bivin Sadler. Class lectures are referenced by the title in each file but, are not publicly available. The repo for this class is located here. References for books used are given in each file.

Repo Structure

.
├── notes       # Notes on time series analysis
├── R           # Code files that accompany the notes (as Rmd and github-md)
├── LICENSE     # All code and notes are licensed under the MIT license.
└── README.md