Forecasting magma ascent with Bayes' theorem
How can the transition probability in an event tree be calculated from geophysical observations? The most common approach is Bayes' theorem. Bayes' theorem can be used to estimate the probability of an event (e.g., magma ascent) given an observation (e.g., high seismic energy release based on RSAM data). Consider a universe (actually a universal set) in which magma is ascending (\(A\)), or not (\(\neg A\)); RSAM is high (\(B\)), or not (\(\neg B\)).
Assume \(P[A]\) is the probability magma is ascending beneath a volcano, so \(P[\neg A] = 1 - P[A]\) is the probability magma is not ascending. We want to know the probability magma is ascending if we observe high RSAM values. This is the probability \(P[A|B]\), read: the probability that magma is ascending given that we observe high RSAM. If we assume values for \(P[A]\), the probability of high RSAM given magma ascent (\(P[B|A]\)) and the probability of not high RSAM given no magma ascent (\(P[\neg B | \neg A]\))then we can calculate the probability:
The formulas:
\(P[A]\) is the probability of magma ascent (we guess!), \(P [\neg A] = 1 - P[A]\) is the probability magma is not ascending.
\(P[B|A]\) is the probability RSAM is high, given that magma is ascending; \(P[\neg B|A] = 1 - P[B|A]\)
\(P[\neg B|\neg A]\) is the probability RSAM is not high, given that magma is not ascending; \(P[B|\neg A] = 1 - P[\neg B|\neg A]\)
\(P[B]\) is the probability RSAM is high: $$P[B] = P[B|A] P[A] + P[B| \neg A] P[\neg A]$$
\(P[ \neg B]\) is the probability RSAM is not high: $$P[\neg B] = 1 - P[B] = P[\neg B|A] P[A] + P[\neg B| \neg A] P[\neg A]$$
Now we apply Bayes' theorem. \(P[A|B]\) is the probability magma is ascending if RSAM is high: $$P[A|B] = \frac{P[B|A] P[A] }{P[B]}$$
\(P[\neg A|B]\) is the probability magma is not ascending if RSAM is high: $$P[\neg A|B] = 1 - P[A|B]$$
\(P[A|\neg B]\) is the probability magma is ascending if RSAM is not high: $$P[A| \neg B] = \frac{P[\neg B|A] P[A] }{P[\neg B]}$$
Some References
Aspinall et al., 2003 discuss the use of Bayes' theorem during eruption crisis, using a Galeras post mortem as an example.
Marzocchi et al., 2006 explain the use of Bayes' rule in event trees, further developed in Marzocchi et al., 2008.
Anderson and Poland (2016) use Bayes' theorem to constrain eruption scenarios at Kilauea.