Simulating Earthquake Catalogue
-
Updated
Nov 10, 2022 - Jupyter Notebook
Simulating Earthquake Catalogue
Implements the Modified Omori Law (λ(t)=K(t+c)^-p) to model the decay of aftershock activity following the 2016 Central Italy main shock. Calculates key seismological parameters (p, c, K) using non-linear least squares (scipy.optimize.curve_fit) and provides an R² assessment (R²=0.9531) of the model fit. The analysis focuses on M ≥ 2.0 events.
estimations of aftershock decay rate and potential magnitude using omori's and bath's laws through py
Add a description, image, and links to the aftershocks topic page so that developers can more easily learn about it.
To associate your repository with the aftershocks topic, visit your repo's landing page and select "manage topics."