From 9ed063bfea4a08cd63bb80398d280139b5929c63 Mon Sep 17 00:00:00 2001 From: Aron Mirwald Date: Tue, 2 Jul 2024 22:02:59 +0200 Subject: [PATCH] style --- seismostats/analysis/estimate_a.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seismostats/analysis/estimate_a.py b/seismostats/analysis/estimate_a.py index 0faf117..16c608a 100644 --- a/seismostats/analysis/estimate_a.py +++ b/seismostats/analysis/estimate_a.py @@ -17,7 +17,7 @@ def estimate_a(magnitudes: np.ndarray, N = 10 ** (a - b * (m_ref - mc)) (1) where N is the number of events with magnitude greater than m_ref, which - occurred in the time interval T. T should be given as a float- to begit + occurred in the time interval T. T should be given as a float- to begit precise, it should be the time interval scaled to the time-unit of interest. E.g., if the number of events per year are of interest, T should be the number of years in which the events occurred.