我们用 acf 和 pcf 分析了一个数据集,并看到了使用 arima 的必要性。Arima 被执行并提供系数。现在我们想用它来预测一个随机值。当我做对时,预测或预测的预测是预期值。但是,我们希望创建正态分布在该预测周围的随机值 - 正如在原始数据中观察到的那样。我们怎样才能轻松应对?
谢谢!最好的,F!
> summary(arima_res)
Length Class Mode
coef 4 -none- numeric
sigma2 1 -none- numeric
var.coef 16 -none- numeric
mask 4 -none- logical
loglik 1 -none- numeric
aic 1 -none- numeric
arma 7 -none- numeric
residuals 852 ts numeric
call 3 -none- call
series 1 -none- character
code 1 -none- numeric
n.cond 1 -none- numeric
model 10 -none- list