Hii all,
Does anaplan has ARIMA method of forecasting inbuilt in any app?
Hi.
There is a Stat Forecasting Engine app on the App hub (a monthly and a weekly version). There are 30 different forecasting methods built in to the app. I can't see ARIMA specifically, but there are regression and moving average methods. It should be possible to take some of the modelling techniques used for these methods and build out ARIMA. Attached is a file with the included methods listed.
Hope that is of interest. I'd be interested to learn more of your use case and follow your journey to solve this.
Regards
Andy
@saurav4ss
In addition to that application that @andrew_martin_1 mentioned you can implement the same logic yourself without too much difficulty.
I would suggest this anyway because with most ARIMA models, there are a number of nuances that you need to address that you won't find in the generic application.
The use case I use most often in the retail industry is what's called VRS, or variable response smoothing. It's a adaptive exponential smoothing forecast. It uses last year's seasonal pattern and applies the current "trend" to that pattern to predict the future (that's the ARIMA part).
Trend Signal = Mean Signed Error / Mean Absolute Error.
Here's an example: You can see the forecast "accelerates" to chase the trend then as the forecast becomes more accurate it slows down. Nice inflection point, no?
I am trying to configure Week 52 for the year 2025 to span from December 20th to December 31st and Week 01 for the year 2026 to cover January 1st to January 9th. Despite my best efforts, I haven't been able to find any articles or resources that provide guidance on setting up a customized fiscal calendar in this manner. I…
I couldn't find any formula to do this, but I want a way to put on the page/grid the connection details. This is so I know what connection I'm in rather than going into Connections details to see it. Is there an XL3 formula to return this value?
Hi all, I, as an Anaplan workspace administrator, am working together with a Fabric team to export data from Anaplan to Fabric via Anaplan API and Postman. We have a problem where all Anaplan exports are visible in Postman but when trying to connect to SOME of them, we get message "404, Not found". Below screenshot showing…