Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Input Features ARIMA model

I am learning about the ARIMA model. My training set consists of 1) a date, 2) about 20 input features for each date, 3) output variable. Do ARIMA models take in as input multiple input features and then predict one of the features? Or do they only operate on a single variable?

like image 753
user1802143 Avatar asked Oct 14 '25 23:10

user1802143


1 Answers

ARIMA models are time series models, so they do not allow exogenous variables. There are various extensions of ARIMA models that do include exogenous variables including ARIMAX models, transfer function models, dynamic regression models, etc.

like image 138
Rob Hyndman Avatar answered Oct 18 '25 03:10

Rob Hyndman



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!