Moving monthly average of SPEI
11 ビュー (過去 30 日間)
古いコメントを表示
Is there a way to calculate the SPEI values aggregated to the integration time but as a moving monthly average?
1 件のコメント
Helder Fraga
2022 年 8 月 30 日
i was looking for the same... looks like this code doesnt give the all monthly values
回答 (1 件)
Madhav Thakker
2021 年 4 月 14 日
Hi Doriano,
Have a look at https://in.mathworks.com/help/matlab/ref/movmean.html MATLAB documentation to calculate moving mean. You can specify use this implementation to caluclate moving mean for specific number of elements in history (in your case, 1 month).
Hope this helps.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Climate Science and Analysis についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!