Earthquake Location and Relocation

Notebooks: codes/earthquake_location.ipynb

How to locate an earthquake?

How to locate an earthquake?

Optimization (Inverse) problem

  • Minimize the difference between observed and predicted values

How to solve an optimization/inversion problem?

  • Forward function
  • Objective/Loss function
  • Gradient
  • Optimizer

Locating Earthquake using absolute arrival times

notebook

Loss function:

  • Mean squared error (MSE), loss:
  • Absolute error, loss:

Locating Earthquake using relative arrival times

notebook

Loss function:

HypoDD: Double-difference earthquake location

HypoDD: Double-difference earthquake location

GrowClust: A Hierarchical Clustering Algorithm for Relative Earthquake Relocation

Review: clusering

Uncertainty

  • Aleatoric uncertainty
    • The irreducible part of the uncertainty
    • Uncertainty due to inherent randomness, e.g., the outcome of flipping a coin
  • Epistemic uncertainty
    • The reducible part of the uncertainty
    • Uncertainty due to lack of knowledge, e.g., lack of data

Uncertainty Quantification

HypoSVI: Hypocentre inversion with Stein variational inference

![height:400px](https://upload.wikimedia.org/wikipedia/commons/thumb/3/3a/Linear_regression.svg/1920px-Linear_regression.svg.png)

- [Bayesian inference](https://en.wikipedia.org/wiki/Bayesian_inference) - [Monte Carlo simulation](https://en.wikipedia.org/wiki/Monte_Carlo_method)