Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 3

acf(single_stock_data[,13])

pacf(single_stock_data[,13])

acf(single_stock_data[,14])

pacf(single_stock_data[,14])
acf(single_stock_data[,15])

pacf(single_stock_data[,15])

nifty <- read.csv("Niftylnrts.csv", header = TRUE)

acf(nifty[,1])

pacf(nifty[,1])

You might also like