Recently, I was interested in the following topics:

- Curve fitting

- Periodicity detection

- Pattern recognition

- Genetic programming

I found out that they can be connected to the Forecasting research area.

For example, given a time series (a sequence of data points (t:time, v:value)...), forecasting the future based on these data may be achieved as follows:

* using Curve fitting techniques: try to build a model that fits this sequence, and then, use the model to predict the future.

* using Periodicity Detection and Pattern recognition techniques: be detect any periodic or repetitive pattern in the data; Use it to enhance your forecasting model.

* using Genetic programming: perform a symbolic regression to build a complex mathematical function that fits the data. Use it as forecasting model.

Are these insights meaningful?

Are there any related works in the literature of Advanced Forecasting Techniques?

More Nabil Belgasmi's questions See All
Similar questions and discussions