Quantcast
Channel: Data Science, Analytics and Big Data discussions - Latest topics
Viewing all articles
Browse latest Browse all 4448

TS Forecasting code

$
0
0

@tillutony wrote:

Hi Experts.

Please help me in understanding the following code

fit <- arima(AirPassengers, order=c(1,0,0), list(order=c(2,1,0), period=12))

fore <- predict(fit, n.ahead=24)

error bounds at 95% confidence level

U <- fore$pred + 2*fore$se

L <- fore$pred – 2*fore$se

Regards,
tony

Posts: 3

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 4448

Trending Articles