PascalMore / PowerBI-visuals-forcasting-exp

R-powered custom visual. Based on exponential smoothing time series forecasting

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PowerBI-visuals-forcasting-exp

R-powered custom visual. Based on exponential smoothing time series forecasting

forcasting-exp screenshot

Overview

Use forecasting today to optimize for tomorrow! Time series forecasting is the use of a model to predict future values based on previously observed values.

It is one of the prime tools of any buisness analyst used to predict demand and inventory, budgeting, sales quotas, marketing campaigns and procurement. Accurate forecasts lead to better decisions. Current visual implements well known exponential smoothing method for the forecasting. The prediction is based on trend and seasonality modeling. You can control the algorithm parameters and the visual attributes to suit your needs.

Highlighted features:

  • NEW: support for tooltips on hover and selection
  • The underlying algorithm requires the input data to be equally spaced time series
  • Seasonal factor can be found automatically or set by user
  • The choice of additive or multiplicative effect of each component can be found automatically or set by user

R package dependencies(auto-installed): graphics, scales, forecast, zoo, ggplot2, htmlWidgets, XML, plotly

Supports R versions: R 3.3.1, R 3.3.0, MRO 3.3.1, MRO 3.3.0, MRO 3.2.2

See also Time Series Forecasting Chart at Microsoft Office store

About

R-powered custom visual. Based on exponential smoothing time series forecasting


Languages

Language:R 63.2%Language:TypeScript 36.0%Language:CSS 0.8%