DynatraceDashboardPowerups
DynatraceDashboardPowerups copied to clipboard
EMA Clarification
QVC is using the forecast feature with Exponential Moving avg and it is unclear what 'n' is in the moving window. Is it possible to provide the formula being used, what n is, and what (if any) attributes can be set in the calling of the function. For example, is the window adjustable using something like: !PU(forecast):analysis=EMA,n=2
This is documented on the README: https://github.com/dynatrace-oss/DynatraceDashboardPowerups#Forecast. For example:
- n=20% - how many data points to use for sliding windows. Can either be integer values for specific number of data point or percentage for a portion of the current data points. Defaults to 20%.