Reverse Forecasting for Time Series Data Extension

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Conventional forecasting algorithms, such as the Holt-Winters algorithm, require a sufficient length of time series data to function effectively, which is often not available due to incomplete historical data, leading to the inability to perform forecasting in various business and organizational contexts.

Innovation Solution

A technique that estimates additional data points by reversing the time order of initial time series data and applying a forecasting algorithm to produce past forecast data, which is then combined with the initial data to extend the series to a sufficient length, allowing the application of forecasting algorithms like Holt-Winters or seasonal ARIMA.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If conventional forecasting algorithms are applied, then forecasting accuracy is improved, but data length requirement causes inability to perform forecasting when historical data is insufficient

Engineering Contradiction:
Improveforecasting accuracyVSAvoiddata length
Core Design Contradiction:
Measurement precisionVSQuantity of substance

Solution Approach 1:

The patent applies reverse forecasting by inverting the time order of existing data points. Instead of forecasting forward from insufficient historical data, the algorithm forecasts backward to generate synthetic historical data points. This inversion allows the system to create the required data length by generating pseudo-historical values that maintain the statistical properties and patterns of the original data, enabling conventional forecasting algorithms to be applied successfully.

Inventive Principle:
Principle #13The other way round (Inversion)

2Productivity

If historical data collection is delayed or incomplete, then data availability is reduced, but forecasting capability is lost

Engineering Contradiction:
Improveforecasting capabilityVSAvoiddata collection delay
Core Design Contradiction:
ProductivityVSLoss of time

Solution Approach 1:

The patent performs preliminary action by generating synthetic historical data points before the actual forecasting process. By creating these pseudo-historical values in advance through reverse forecasting, the system prepares sufficient data length upfront, eliminating the need to wait for complete historical data collection. This preliminary data generation enables immediate forecasting capability even when historical data collection is delayed or incomplete.

Inventive Principle:
Principle #10Preliminary action

Data Source

PatentUS7765122B2Forecasting based on a collection of data including an initial collection and estimated additional data values
Publication Date: 2010.07.27 HEWLETT PACKARD ENTERPRISE DEV LP
  • US7765122B2 patent drawing
  • US7765122B2 patent drawing
  • US7765122B2 patent drawing

AI summary

To forecast data, an initial collection of data having a first length is received. In response to determining that the first length of the initial collection of data is insufficient for performing forecasting using a forecasting algorithm, an order of the initial collection of data is reversed to provide a reversed collection of data. Forecasting is applied on the reversed collection of data to estimate additional data values to combine with the initial collection of data to provide a second collection of data having a second length greater than the first length. The forecasting algorithm is applied on the second collection of data.