Time-Series Prediction using GMDH in MATLAB

Table of Contents

Time-series prediction can be assumed as a special case of nonlinear regression and function approximation. Hence, nonlinear regression approaches, like Artificial Neural Networks and Group Method of Data Handling (GMDH) can be applied to perform time-series forecasting problems.

In this post, we are going to share with you, the source codes of time-series prediction using GMDH in MATLAB, which is applied to the modeling and prediction of time-series of global ice volume. Previously, the MATLAB implementation of GMDH was shared on Yariz, in this link. The same code is used in this post, to perform time-series modeling and forecasting. If you are familiar with MATLAB programming language, you will find it easy, to use these codes in your research and projects.

Table of Contents

5 Responses

  1. thanks, my PhD student and I have been looking for codes in MATLAB to analyze transformer top-oil. what we got from you will help us.

  2. Very thanks for your useful code. How I can use this code to mulit-step ahead forecasting? This problem not explained in the code. Please add it. Thanks to your answer.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.