How to calculate standardized precipitation index (SPI).
Mostra commenti meno recenti
I have rainfall data in .mat format. Data is 2D matrix mxn where m are row representing m days and n is column representing n locations. I wanted to calculated SPI for each location as well as whole country. Please do not suggest any softweaer.
4 Commenti
dpb
il 19 Giu 2019
MATLAB isn't "softwear"???
What is a SPI, precisely?
Where did you run into a problem in your implementation to calculate it, specifically?
Govind Kumar
il 19 Giu 2019
dpb
il 19 Giu 2019
Well, what's the actual definition one could use to calculate from? We're not all specialists in various fields...
What have you tried so far?
Turns out this is quite a lot of work...see https://journals.ametsoc.org/doi/full/10.1175/JAMC-D-14-0032.1 and the definitive (apparently) work https://climate.colostate.edu/pdfs/relationshipofdroughtfrequency.pdf
They're fitting multiple distributions to find best fit of precipitation data over the given time period, then using that to compute a percentile.
Search the FileExchange; there are several submissions there that should at least give you a head start...this won't be a five-minute exercise.
Risposte (1)
Chad Greene
il 17 Lug 2019
2 voti
Hi Govind,
Chad
Categorie
Scopri di più su Oceanography and Hydrology in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!