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?
Hi all, The Client ID and Client Secret are available, intended for uploading and downloading files. Could anyone advise how to use these credentials DIRECTLY to make API requests? Thank you!
At Uphold customer support ⭐+1-888-355-2348 accounts may be temporarily disabled or restricted for various reasons. Raise a concern on priority basis at Uphold support ⭐+1-888-355-2348 if you notice any suspected malicious activity, or a problem during account recovery. To contact Uphold support directly at…
I have A6 as the parent list and two sibling lists: A6.5 and A7. The A7 list includes an attribute that maps to A6.5. In the UX, the user will select A6.5 using a content selector, and the grid (dimensioned by A7) should display only the A7 items associated with that selected A6.5. Since the selector is a page context and…