What technique should I use to develop the model so that I can predict the response of Landsat data out of range?
1 回表示 (過去 30 日間)
古いコメントを表示
If I have the time series data of Landsat from 2013 to 2022, what method should I use so that I can predict the response of landsat out of this range?
Such as If i want to predict the response in 1945 or 2025, what technique should I use?
0 件のコメント
回答 (1 件)
Vatsal
2023 年 12 月 27 日
Hi,
I understand that you want to predict the response of Landsat beyond the available data range. To predict the response of Landsat beyond the available data range (2013 to 2022), you can utilize the time series forecasting methods.
Here are some methods to forecast the Landsat response beyond the currently available data range:
- ARIMA (AutoRegressive Integrated Moving Average): This method models the relationship between observations in a time series and can be used for predicting future values.
- SARIMA (Seasonal ARIMA): Useful for data with seasonal patterns, SARIMA extends ARIMA to handle seasonal components in the data.
You can find more information here: https://in.mathworks.com/help/econ/specify-regression-model-with-sarima-errors.html
- LSTM (Long Short-Term Memory) Neural Networks: A type of recurrent neural network (RNN) capable of learning patterns in sequential data like time series.
You can find more information here: https://in.mathworks.com/help/deeplearning/ref/nnet.cnn.layer.lstmlayer.html
I hope this helps!
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Descriptive Statistics and Visualization についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!