Skip to content

DeependraHydro/Precipitation_based_Agricultural_Drought_Indices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Precipitation-Based Agricultural Drought Indices

  1. Decile Index (DI)

    • Formula: DI = (P / P₁₀) × 100
  2. Hutchinson Drought Severity Index (HDSI)

    • Formula: HDSI = ((P - P_avg) / P_avg) × 100
  3. Percent of Normal Index (PNI)

    • Formula: PNI = (P / P_norm) × 100
  4. Z-Score Index (ZSI)

    • Formula: ZSI = (P - μ) / σ
  5. China-Z Index (CZI)

    • Formula: CZI = (P - μ) / σ
  6. Modified China-Z Index (MCZI)

    • Formula: MCZI = (6.0 / cs) × ((cs / 2.0) × zsi + 1.0)^(1/3) - (6.0 / cs) + (cs / 6.0)
    • Where cs is the cube of the standardized index.
  7. Rainfall Anomaly Index (RAI)

    • Formula: RAI = (P - P_avg) / P_avg
  8. Effective Drought Index (EDI)

    • Formula: EDI = (P - PET) / PET
  9. Standardized Precipitation Index (SPI)

    • Formula: SPI = (P - μ) / σ

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages