Skip to main content

Converting probabilities between time-intervals

This is the first in an irregular sequence of snippets about some of the slightly more technical aspects of uncertainty and risk assessment.  If you have a slightly more technical question, then please email me and I will try to answer it with a snippet.


Suppose that an event has a probability of 0.015 (or 1.5%) of happening at least once in the next five years. Then the probability of the event happening at least once in the next year is 0.015 / 5 = 0.003 (or 0.3%), and the probability of it happening at least once in the next 20 years is 0.015 * 4 = 0.06 (or 6%).

Here is the rule for scaling probabilities to different time intervals: if both probabilities (the original one and the new one) are no larger than 0.1 (or 10%), then simply multiply the original probability by the ratio of the new time-interval to the original time-interval, to find the new probability.

This rule is an approximation which breaks down if either of the probabilities is greater than 0.1. For example, to scale a probability of 0.04 in the next 5 years up to 20 years we cannot simply multiply by 4, because the result, 0.16 (or 16%), is larger than 0.1. In this case we have to use the proper rule, which is

p_new = 1 - (1 - p_orig)^(int_new / int_orig)

where ‘^’ reads ‘to the power of’. The example above becomes

p_new = 1 - (1 - 0.04)^(20 / 5) = 0.15 (or 15%).

So the approximation would have been 1 percentage point out in this case. The highlighted text in yellow can be pasted directly into a spreadsheet cell (the answer is 0.1507).

Of course it is unlikely to matter in practice whether the probability is 0.15 or 0.16.  But the difference gets bigger as the probabilities get bigger.  For example, it would definitely be a mistake to multiply a 0.25 one-year probability by 5 to find the five-year probability, because the result would be greater than 1.  Using the formula, the correct answer is a five-year probability of 0.76.

Blog post by Prof. Jonathan Rougier, Professor of Statistical Science.

Second blog in series here.
Third blog in series here.

Image: By Hovik Avetisyan [CC BY-SA 4.0 (http://creativecommons.org/licenses/by-sa/4.0)], via Wikimedia Commons

Popular posts from this blog

The Global Goals: How on Earth can geologists make a difference?

Image credit: Geological Society On the 30 th October the Bristol Geology for Global Development (GfGD) group trekked off to London to the grandeur of the Geological Society  for the 3 rd annual GfGD conference . Joel Gill, the director of GfGD, opened the conference with the bold claim: “Probably the world’s first meeting of geologists to discuss the Global Goals.” And it’s not an overstatement. Despite first appearances, geology has a crucially important role to play in many of the 17 goals internationally agreedby World Leaders in September this year . So why aren’t we talking about it? The conference acted as a platform for these discussions, it gave geologists a chance to learn how they can actually contribute to the success of these international development targets and it introduced us to new ways in which geology can help make a difference. . @JoelCGill describing the importance of geology & geologists in meeting UN Sustainable Development Goals #GfGDConf p...

Welcome to our 2020 MScR cohort in Global Environmental Challenges!

September 2020 saw the arrival of the latest cohort on the MScR in Global Environmental Challenges . This year, we have students representing four Faculties, and six Schools; each with a unique independent research project that focuses on some of the most pressing challenges faced today.  With projects ranging from using chemistry to create clean air to artistic expressions of activism in Chile, we are delighted to introduce to you some of our new students below.   Harry Forrester  Can glacial flour stimulate N cycling in croplands? - School of Geographical Sciences  This research involves an investigation of the effects of glacial flour as a stimulant of microbial nitrogen cycling in cropland. Through this study, I aim to establish myself as a well-rounded Biogeochemist and explore interdisciplinary collaborations throughout the academic community. I hope to gain insight into environmental policy making, preparing me to enact effective change.  Lauren Prou...