标签: r forecasting
我很难理解为什么我的预测会产生一条直线。谢谢你的帮助。
bac_ts <- s.ts(read.csv('BAC.csv'), start= 2016-08-16, frequency = 252) uni_bac_ts <- bac_ts[,9] fit <- ets(uni_bac_ts) fc <- forecast(fit, h=100) autoplot(fc)