An R-powered custom visual implementing Autoregressive Integrated Moving Average (ARIMA) modeling for the forecasting. Time series forecasting is the use of a model to predict future values based on previously observed values.
Перейти к файлу
Boris Efraty b06e58089b 1.2.1 (#11)
v1.2.1
2018-04-30 17:03:14 +03:00
assets 1.2.1 (#11) 2018-04-30 17:03:14 +03:00
r_files 1.2.1 (#11) 2018-04-30 17:03:14 +03:00
src 1.2.1 (#11) 2018-04-30 17:03:14 +03:00
style initial version work 2017-01-18 23:42:35 +02:00
.gitignore 1.2.1 (#11) 2018-04-30 17:03:14 +03:00
.travis.yml added Travis CI support 2017-04-11 18:11:45 +03:00
README.md forecasting readme update 2017-05-25 06:31:36 +03:00
capabilities.json 1.2.1 (#11) 2018-04-30 17:03:14 +03:00
dependencies.json 1.2.1 (#11) 2018-04-30 17:03:14 +03:00
package.json 1.2.1 (#11) 2018-04-30 17:03:14 +03:00
pbiviz.json 1.2.1 (#11) 2018-04-30 17:03:14 +03:00
script.r 1.2.1 (#11) 2018-04-30 17:03:14 +03:00
tsconfig.json 1.2.1 (#11) 2018-04-30 17:03:14 +03:00
tslint.json 1.2.1 (#11) 2018-04-30 17:03:14 +03:00

README.md

powerbi-visuals-forcastingarima

An R-powered custom visual implementing Auto-regressive Integrated Moving Average (ARIMA) modeling for the forecasting. Time series forecasting is the use of a model to predict future values based on previously observed values.

Forcastingarima 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 Autoregressive Integrated Moving Average (ARIMA) method for the forecasting. ARIMA models are general class of models for forecasting a time series which can be made to be “stationary”. While exponential smoothing models are based on a description of trend and seasonality in the data, ARIMA models aim to describe the autocorrelations in the data. Both seasonal and non-seasonal modeling is supported. You can control the algorithm parameters and the visual attributes to suit your needs.

Highlighted features:

  • The underlying algorithm requires the input data to be equally spaced time series
  • Seasonal factor can be found automatically or set by user
  • By default, algorithm will optimize for all the parameters of the model based on certain information criteria
  • Advanced user can control all the inner parameters of the model

R package dependencies(auto-installed): proto, zoo

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 Forecasting with ARIMA at Microsoft Office store