Hi,
I'm performing an ARIMA model using the ARIMA tool with two covariates. I specified the Mean of the covariates to use by the ARIMA tool for the covariates. To make forecasts, I'm using the TS Covariate Forecast tool.
For your information, the TS Covariate Forecast tool requires 2 input data streams. I made a first connection between the O output from my covariate ARIMA model and the R Input anchor and a second connection between my original dataset fed into my covariate ARIMA model and the L Input anchor of the TS Covariate Forecast tool. I wanted to forecast the next 6 periods. However, the TS Covariate Forecast tool does not only forecast the 6 next periods but also forecasts the next 43 periods. I mean I got a table with 43 records from the O anchor. For your information, I have a dataset of 43 observations. Could you please provide me any explanations of why I'm getting this number of records from the TS Covariate Forecast tool? Thank you!