Nextopt

Time series demand prediction service powered by Bayesian statistics

Time-Series Forecasting

Nextopt uses a variety of models to forecast data based on a time series model.

Our Model

Time Series Decomposition Model

Time Series is a term used to denote data indexed in time order. For example, daily metro user counts, annual revenue, etc. would all be time series data.

In Time Series analysis, the data is usually split into 3 components; the Trend, Seasonality, and the Remainder, sometimes called noise.

time series decomposition example

An example of Time Series Decomposition, courtesy of Daitan at medium.com

Trend represents the overall change in the data, whether it’s increasing, or decreasing. It can also be of another form.

Seasonality is the frequency in which the data is said to “recur”. For example, a pizza parlor selling more pizzas on weekends can be represented by a weekly seasonality. It is also important to note that multiple seasonality components can be present, and there are methods to represent that, such as through the Fourier Series.

The remainder is data which can’t be explained through trend and seasonality, and holds the uncertainty and random fluctuations present in the data. In our case, we add additional features, such as holidays, weather, and supply flow to minimize the remainder, increasing forecast accuracy.

Hierarchical Survival Model

Optimization

Newsvendor Model

Failure Rate Prediction

failure rate prediction

Latest Posts

GSx Active Learning

GSx Active Learning

AF Ratio Optimization

AF Ratio Optimization

Feature Engineering: Using Weather Data to Predict Meal Consumption in a Military Mess

I was tasked to attempt to add weather data(precipitation, temperature) to enhance forecast results for meal consumption quantity in a military mess hall near Daejon, Korea.