I would like to do a prediction for rainfall data

13 ビュー (過去 30 日間)
Riyadh
Riyadh 2024 年 1 月 3 日
コメント済み: Riyadh 2024 年 1 月 19 日
Hello,
I have monthly rainfall data for 20 years I would like to generate a predtion for another 20 years, is there any tool in Matlab that can help.
Thanks in advance!
Riyadh
  2 件のコメント
Dyuman Joshi
Dyuman Joshi 2024 年 1 月 3 日
編集済み: Dyuman Joshi 2024 年 1 月 3 日
There are many tools, but it is difficult to suggest anything with no specific information.
As a general suggestion, I would say to ask the MATLAB Central AI Chat Playground to see the available options. It will provide examples on how to use the functionalities as well.
Riyadh
Riyadh 2024 年 1 月 19 日
Thank you!

サインインしてコメントする。

回答 (1 件)

Udit06
Udit06 2024 年 1 月 17 日
Your tasks seems like a univariate timeseries forecasting. You can use ARIMA model or LSTM network to achieve your task.
ARIMA is a traditional statistical model used for timeseries forecasting that uses a linear approach to model the time series based on its own past values, while LSTM is a type of recurrent neural network (RNN) which captures the trends in a timeseries data like monthly rainfall over the years. Since LSTM is a deep learning based model, you need to have a large data so that the model is able to train well.
You can refer to the following documentations to understand more about ARIMA and LSTM respectively.
I hope this helps.

カテゴリ

Help Center および File ExchangeWSNs についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by