python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Unable to append forecast results into a vector or dataframe
I have a dataframe with each column representing data for a year (from 2000 to 2018). I am using simple forecast() function to predict the result for 2019.
The issue is while using for loop to generat...
user17962048
Votes: 0
Answers: 1
Forecast model taking in consideration estimated external factors
I am trying to predict the sales of 4 products from different brands.
I tried using ARIMA model and SARIMA but I am wondering if it is possible (and how) to include external factors say for instance t...
Avad
Votes: 0
Answers: 1
Does it exist a LSTM model that can have exogenous factors same as SARIMAX?
I have been working with SARIMAX a while now. I try to predict energy usage in large buildings. Im using weather data as exogenous variables. As I know the predicted weather from the weather forecast ...
Peder Ward
Votes: 0
Answers: 1
why does forecast function from package fabletools (R) back transform log(.) but not box_cox(., lambda)
It was my impression that the forecast function from the R package fabletools automatically back transformed forecasts: "If the response variable has been transformed in the model formula, the tr...
Richard Martin
Votes: 0
Answers: 1