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!