時間序列分析筆記:帶時間序列誤差的迴歸模型

#帶時間序列誤差的迴歸模型 library(readr);library(xts);library(lubridate);library(fUnitRoots) # read_table2 分別加載美國國債一年期與三年期利率 col_types=cols(.default=col_double()) x <- da[["rate"]]#分別計算x1、x3(利率) y <- xts( da[["ra
相關文章
相關標籤/搜索