Further Reading
Climate risk assessment and management are complex and interdisciplinary topics, and we are by no means comprehensive here. This page provides some helpful resources (textbooks, detailed online tutorials, and class websites) for your continued and supplementary study.
Inspiration
This textbook draws inspiration and content from several courses and lecture notes, and I am grateful to the instructors who have shared their materials with me.
- Upmanu Lall’s Environmental Data Analysis course at Columbia
- Vivek Srikrishnan’s Environmental Systems Analysis and Climate Risk Analysis classes at Cornell
- R. Balaji’s Advanced Data Analysis Techniques (Statistical Learning Techniques for Engineering and Science) course at CU Boulder
- Alberto Montanari’s collection of open course notes and lectures
- Applegate and Keller (2015) motivates this project and demonstrates problem-based learning.
Stats + ML basics
This book assumes familiarity with these topics, but these resources may be helpful as a refresher.
- Blitzstein and Hwang (2019) provides a thorough introduction to key concepts and ideas in probability. The book accompanies a free online course, Stat 110, which is a great resource for learning probability and statistics. Practice problems and solutions, handouts, and lecture videos are all available online.
- Downey (2021) offers an introduction to Bayesian statistics using computational methods. It’s not environment focused but provides code and a clear explanation of core concepts.
- Gelman (2021) is a textbook designed for a first course on applied statistics. Clear and well-worked examples underpin discussion of fundamental ideas in statistical analysis and thinking about data.
Applications
There are lots of related books on catastrophe modeling, water resources research, geostats, statistical hydrology and related topics. Here is an incomplete list of some core references.
- Naghettini (2017) is a textbook on statistical hydrology that covers many of the same topics as this course. The statistical hydrology literature often obfuscates key ideas with complex notation and terminology, but this book is a helpful introduction to the field.
- Helsel et al. (2020) is a comprehensive introduction to water resources and hydrology, focusing on statistical methods for analyzing hydrologic data. Its methods are traditional, with less emphasis on machine learning or Bayesian methods and more attention to null hypothesis significance testing, but its case studies are well-worked and thoughtfully described.
- Abernathey (2024) is an excellent resource covering introductory topics in Earth and climate data science using Python, with an emphasis on foundational computations. These core computational concepts serves as a recommended prerequisite for more advanced material in this book.
- Pyrcz (2024) is a textbook focused on applied machine learning, with a particular focus on geostatistics. There’s less focus on extremes, hydroclimate, and decision-making, but it provides very clear and interpretable explanations of many machine learning methods, including some that are not directly covered in this book.
- Mignan (2024) is a modern introduction to catastrophe risk modeling that covers a wide range of hazards, including hydroclimatic extremes, from a physics-based perspective. It provides a structured framework for quantifying hazard, exposure, and vulnerability, following industry-standard CAT modeling approaches. While broader in scope and more introductory in level, it complements this book’s focus by illustrating foundational principles of probabilistic risk modeling in practice.
More Stats + ML
This book covers a broad set of topics in statistics, machine learning, and optimization. Most chapters could be a textbook of their own, and in fact many exist.
- Friedman, Hastie, and Tibshirani (2001) is a classic introduction to machine learning, which complements the Bayesian perspective nicely.
- Jaynes (2003) is a classic text on probability theory that you should read if you’re interested in questions like “what is probability?”
- Gelman et al. (2014) and McElreath (2020) are the classic textbooks on Bayesian inference and provide a wealth of insight and detail. The Gelman textbook is a bit more dense while the McElreath book has a more conversational tone, but both cover similar topics.
- Cressie and Wikle (2011) provides a detailed exploration of hierarchical space-time models. There have been some computational advances since then that are worth keeping in mind before you apply these models directly, but it’s a clearly written and overview.
- Thuerey et al. (2024) is a new textbook on physics-based deep learning, which is a rapidly growing area of research. It provides a comprehensive overview of the field, including theoretical foundations and practical applications. It covers topics, including neural operators and diffusion models, that are not covered in this course, but which are increasingly used in the climate risk space.
- Bishop and Bishop (2024) is a comprehensive, modern, and accessible start-to-finish textbook covering machine learning from basic probability through diffusion models.
- Michael Betancourt’s writing page has detailed and mathematically rigorous explanations of many topics in Bayesian data analysis and probabilistic modeling.