Using a times series analysis method, model each stock’s closing prices.

statistics

Description

R Programming Assignment

Objective: Using a times series analysis method, model each stock’s closing prices.


Data:

Use the library quantmod to extract the stock symbols assigned. Use the time period 9/29/2015 – 9/28/2020. Forecast using the closing value of the stock prices.

The stocks are:

o SBUX; Starbucks Corporation

o DRI; Darden Restaurants, Inc.

o PZZA; Papa Johns International, Inc..


R Code:

Well Commented R Code.

Provide Histogram and volatility plots using time series analysis for stocks SBUX, DRI and PZZA from September 2015 – 2020.

Forecast stock prices using time series for stocks SBUX, DRI and PZZA.



Related Questions in statistics category