Skip to content

williamadams1/time_series_forecasting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Time Series Forecasting in R

There are some powerful stock analysis libraries in R that make time series forecasting fairly straightforward with ARIMA. Included are tests used to check for stationarity, a measurement of a time series' mean, variance, etc. remain constant over time in addition to any necessary transformations with diff functions.

Overview

Stock data can be loaded directly into R using a few different libraries (tidyverse, et al) or from a CSV of adjusted returns from Yahoo finance.

Releases

No releases published

Packages

 
 
 

Languages