Scaling up probabilities in space

Suppose you have some location or small area, call it location A, and you have decided for this location the 1-in-100 year event for some magnitude in that area is ‘x’. That is to say, the probability of an event with magnitude exceeding ‘x’ in the next year at location A is 1/100. For clarity, I would rather state the exact definition, rather than say ‘1-in-100 year event’.

Now suppose you have a second location, call it location B, and you are worried about an event exceeding ‘x’ in the next year at either location A or location B. For simplicity suppose that ‘x’ is the 1-in-100 year event at location B as well, and suppose also that the magnitude of events at the two locations are probabilistically independent. In this case “an event exceeding ‘x’ in the next year at either A or B” is the logical complement of “no event exceeding ‘x’ in the next year at A, AND no event exceeding ‘x’ in the next year at B”; in logic this is known as De Morgan’s Law. This gives us the result:

Pr(an event exceeding ‘x’ in the next year at either A or B) = 1 – (1 – 1/100) * (1 – 1/100).

This argument generalises to any number of locations. Suppose our locations are numbered from 1 up to n, and let ‘p_i’ be the probability that the magnitude exceeds some threshold ‘x’ in the next year at location i. I will write ‘somewhere’ for ‘somewhere in the union of the n locations’. Then, assuming probabilistic independence as before,

Pr(an event exceeding ‘x’ in the next year somewhere) = 1 – (1 – p_1) * … * (1 – p_n).

If the sum of all of the p_i’s is less than about 0.1, then there is a good approximation to this value, namely

Pr(an event exceeding ‘x’ in the next year somewhere) = p_1 + … + p_n, approximately.

But don’t use this approximation if the result is more than about 0.1, use the proper formula instead.

One thing to remember is that if ‘x’ is the 1-in-100 year event for a single location, it is NOT the 1-in-100 year event for two or more locations.  Suppose that you have ten locations, and x is the 1-in-100 year event for each location, and assume probabilistic independence as before.  Then the probability of an event exceeding ‘x’ in the next year somewhere is 1/10. In other words, ‘x’ is the 1-in-10 year event over the union of the ten locations. Conversely, if you want the 1-in-100 year event over the union of the ten locations then you need to find the 1-in-1000 year event at an individual location.

These calculations all assumed that the magnitudes were probabilistically independent across locations. This was for simplicity: the probability calculus tells us exactly how to compute the probability of an event exceeding ‘x’ in the next year somewhere, for any joint distribution of the magnitudes at the locations. This is more complicated: ask your friendly statistician (who will tell you about the awesome inclusion/exclusion formula). The basic message doesn’t change, though. The probability of exceeding ‘x’ somewhere depends on the number of locations you are considering. Or, in terms of areas, the probability of exceeding ‘x’ somewhere depends on the size of the region you are considering.

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

First blog in series here.

Second blog in series here.

Third blog in series here.

Fourth blog in series here.

What is Probability?

The paradox of probability

Probability is a quantification of uncertainty. We use probability words in our everyday discourse: impossible, very unlikely, 50:50, likely, 95% certain, almost certain, certain. This suggests a shared understanding of what probability is, and yet it has proved very hard to operationalise probability in a way that is widely accepted.

Uncertainty is subjective

Uncertainty is a property of the mind, and varies between people, according to their learning and experiences, way of thinking, disposition, and mood. Were we being scrupulous we would always say “my probability” or “your probability” but never “the probability”. When we use “the”, it is sometimes justified by convention, in situations of symmetry: tossing a coin, rolling a dice, drawing cards from a pack, balls from a lottery machine. This convention is wrong, but useful — were we to inspect a coin, a dice, a pack of cards, or a lottery machine, we would discover asymmetry.

Agreement about symmetry is an example of a wider phenomenon, namely consensus. If well-informed people agree on a probability, then we might say “the probability”. Probabilities in public discourse are often of this form, for example the IPCC’s “extremely likely” (at least 95% certain) that human activities are the main cause of global warming since the 1950s. Stated probabilities can never be defended as ‘objective’, because they are not. They are defensible when they represent a consensus of well-informed people. People wanting to disparage this type of stated probability will attack the notion of consensus amongst well-informed people, often by setting absurdly high standards for what we mean by ‘consensus’, closer to ‘unanimity’.

Abstraction in mathematics

Probability is a very good example of the development of abstraction in mathematics. Early writers on probability in the 17th century based their calculations strongly on their intuition. By the 19th century mathematicians were discovering that intuition was not good guide to the further development of their subject. Into the 20th century mathematics was increasingly defined by mathematicians as ‘the manipulation of symbols according to rules’, which is the modern definition. What was surprising and gratifying is that mathematical abstraction continued (and continues) to be useful in reasoning about the world. This is known as “the unreasonable effectiveness of mathematics”.

The abstract theory of probability was finally defined by the great 20th century mathematician Andrey Kolmogorov, in 1933: the recency of this date showing how difficult this was. Kolmogorov’s definition paid no heed at all to what ‘probability’ meant; only the rules for how probabilities behaved were important. Stripped to their essentials, these rules are:

1. If A is a proposition, then Pr(A) >= 0.
2. If A is certainly true, then Pr(A) = 1.
3. If A and B are mutually exclusive (i.e. they cannot both be true), then Pr(A or B) = Pr(A) + Pr(B).

The formal definition is based on advanced mathematical concepts that you might learn in the final year of a maths degree at a top university.

‘Probability theory’ is the study of functions ‘Pr’ which have the three properties listed above. Probability theorists are under no obligations to provide a meaning for ‘Pr’. This obligation falls in particular to applied statisticians (also physicists, computer scientists, and philosophers), who would like to use probability to make useful statements about the world.

Probability and betting

There are several interpretations of probability. Out of these, one interpretation has emerged to be both subjective and generic: probability is your fair price for a bet. If A is a proposition, then Pr(A) is the amount you would pay, in £, for a bet which pays £0 if A turns out to be false, and £1 if A turns out to be true. Under this interpretation rules 1 and 2 are implied by the reasonable preference for not losing money. Rule 3 is also implied by the same preference, although the proof is arcane, compared to simple betting. The overall theorem is called the Dutch Book Theorem: if probabilities are your fair prices for bets, then your bookmaker cannot make you a sure loser if and only if your probabilities obey the three rules.

This interpretation is at once liberating and threatening. It is liberating because it avoids the difficulties of other interpretations, and emphasises what we know to be true, that uncertainty is a property of the mind, and varies from person to person. It is threatening because it does not seem very scientific — betting being rather trivial — and because it does not conform to the way that scientists often use probabilities, although it does conform quite closely to the vernacular use of probabilities. Many scientists will deny that their probability is their fair price for a bet, although they will be hard-pressed to explain what it is, if not.

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

First blog in series here.


Second blog in series here

Third blog in series here.

The 95th percentile

The 95th percentile is a way of describing, in a single value, a surprisingly large outcome for any quantity which can vary.  As in ‘surprisingly large, but not astonishingly large’.

For example, heights vary across people.  Consider adult UK women, who have a mean height of about 5’4’’ with a standard deviation of about 3’’. A woman who is 5’7’’ inches would be tall, and one who is 5’9’’ would be surprisingly tall.  5’9’’ is the 95th percentile for adult UK women.  The thought experiment involves lining every adult UK woman up by height, from shortest to tallest, and walking along the line until you have passed 95% of all women, and then stopping.  The height of the woman you are standing in front of is the 95th percentile of heights for adult UK women.

The formal definition of the 95th percentile is in terms of a probability distribution.  Probabilities describe beliefs about uncertain quantities.  It is a very deep question about what they represent, which I will not get into!  I recommend Ian Hacking, ‘An introduction to probability and inductive logic’ (CUP, 2001), if you would like to know more.  If H represents the height of someone selected at random from the population of adult UK women, then H is uncertain, and the 95th percentile of H is 5’9’’.  Lest you think this is obvious and contradicts my point about probabilities being mysterious, let me point out the difficulty of defining the notion ‘selected at random’ without reference to probability, which would be tautological.

So the formal interpretation of the 95th percentile is only accessible after a philosophical discussion about what a probability distribution represents.  In many contexts the philosophy does not really matter, because the 95th percentile is not really a precise quantity, but a conventional label representing the qualitative property ‘surprisingly large, but not astonishingly large’.  If someone is insisting that only the 95th percentile will do, then they are advertising their willingness to have a long discussion about philosophy.

Blog post by Prof. Jonathan Rougier, Professor of Statistical Science.
First blog in the series here.
Second blog in series here.

1-in-200 year events

You often read or hear references to the ‘1-in-200 year event’, or ‘200-year event’, or ‘event with a return period of 200 years’. Other popular horizons are 1-in-30 years and 1-in-10,000 years. This term applies to hazards which can occur over a range of magnitudes, like volcanic eruptions, earthquakes, tsunamis, space weather, and various hydro-meteorological hazards like floods, storms, hot or cold spells, and droughts.

‘1-in-200 years’ refers to a particular magnitude. In floods this might be represented as a contour on a map, showing an area that is inundated. If this contour is labelled as ‘1-in-200 years’ this means that the current rate of floods at least as large as this is 1/200 /yr, or 0.005 /yr. So if your house is inside the contour, there is currently a 0.005 (0.5%) chance of being flooded in the next year, and a 0.025 (2.5%) chance of being flooded in the next five years. The general definition is this:

‘1-in-200 year magnitude is x’ = ‘the current rate for events with magnitude at least x is 1/200 /yr’.

Statisticians and risk communicators strongly deprecate the use of ‘1-in-200’ and its ilk.First, it gives the impression, wrongly, that the forecast is expected to hold for the next 200 years, but it is not: 0.005 /yr is our assessment of the current rate, and this could change next year, in response to more observations or modelling, or a change in the environment.

Second, even if the rate is unchanged for several hundred years, 200 yr is the not the average waiting time until the next large-magnitude event. It is the mathematical expectation of the waiting time, which is a different thing. The average is better represented by the median, which is 30% lower, i.e. about 140 yr. This difference between the expectation and the median arises because the waiting-time distribution has a strong positive skew, so that lots of short waiting-times are balanced out a few long ones. In 25% of all outcomes, the waiting time is less than 60 yr, and in 10% of outcomes it is less than 20 yr.

So to use ‘1-in-200 year’ in public discourse is very misleading. It gives people the impression that the event will not happen even to their children’s children, but in fact it could easily happen to them. If it does happen to them, people will understandably feel that they have been very misled, and science and policy will suffer reputational loss, which degrades its future effectiveness.

So what to use instead? ‘Annual rate of 0.005 /yr’ is much less graspable than its reciprocal, ‘200 yr’. But ‘1-in-200 year’ gives people the misleading impression that they have understood something. As Mark Twain said “It ain’t what you don’t know
that gets you into trouble. It’s what you know for sure that just ain’t so.” To demystify ‘annual rate of 0.005 /yr’, it can be associated with a much larger probability, such as 0.1 (or 10%). So I suggest ‘event with a 10% chance of happening in the next 20 yr’.

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


First blog in series here.


Third blog in series here.

Successful trip to Japan: workshop on probabilistic hazard assessment

 

DPRI Kyoto and Cabot Institute

Over the last two days a group from the Cabot Institute has been holding a workshop with colleagues from Kyoto University’s Disaster Prevention Research Institute (or DPRI) on the topic of probabilistic hazard analysis.  On the face of it Japan and the UK are very similar: highly urbanised and complex island societies with high population densities and therefore the potential for serious disruption if natural hazards occur.  Mind you, the earthquake, tsunami and volcano hazards do put Japan in a different league when it comes to potential impacts.  In both countries, robust hazard analysis, planning and decision making is therefore essential to protecting society.  Both countries have a lot to learn from each other, and our recent paper on lessons for the UK from the Fukushima disaster is a case in point.

Cabot members Wendy LarnerColin TaylorSusanna JenkinsJeremy PhillipsKatsu GodaPhilippa Bayleyand myself (Paul Bates) spent two days working with around 30 Japanese colleagues, with Skype presentations from the UK delivered by WillyAspinallJonty Rougier and Tamsin Edwards.  A full programme of the meeting is on our website, and includes pdfs of the presentations for download.  We learned a huge amount about hazard research in Japan and have hopefully begun a large number of research collaborations that will be important for Bristol University for many years.  Our profound thanks go to our Japanese hosts Prof. Eiichi Nakahita and Prof. Hirokazu Tatano, and to the Director of DPRI, Prof. Nakashima.  The photos here give a flavour of the wonderful time we had.

Possibly the most important theme to emerge from the workshop was that whilst probabilistic analysis of hazards (where we give the chance of an event occurring rather than a definite yes/no prediction) is now commonplace in science, there is still a major issue in educating decision makers, governments and the public in how to use such forecasts to take decisions.  Indeed the Daily Mail in the UK has recently been giving the Met Office a hard time for wanting (very sensibly) to move to a probabilistic forecast of rainfall. This shouldn’t be such a big problem, but the fact that it is tells us an awful lot.  Intrinsically people deal with probability information all the time: betting and insurance, for example, are both examples of probabilistic contracts that are well understood by the public. So why do we resist being told about other risks in a similar way.  My gut feeling is that it is to do with the question of responsibility. A probabilistic forecast of risk forces the decision maker (be they Ministers, civil servants or the public) to deal with uncertainty in predictions, whilst insistence on a deterministic forecast puts the responsibility for this onto the scientists who can then be blamed if things go wrong.