時間序列

以台積電股價為例

https://goo.gl/xReCrd

將檔案複製到R的根目錄

STOCK <- read.csv("stock.csv")

View(STOCK)

日股價的時間序列 plot.ts(STOCK$price)

日報酬的時間序列 plot.ts(STOCK$price)