analysis.estimate_mc_maxc#

seismostats.analysis.estimate_mc_maxc(magnitudes: ndarray, delta_m: float, correction_factor: float = 0.2) float#

Returns the completeness magnitude (mc) estimate using the maximum curvature method.

Source:
  • Wiemer, S. and Wyss, M., 2000. Minimum magnitude of completeness in earthquake catalogs: Examples from Alaska, the western United States, and Japan. Bulletin of the Seismological Society of America, 90(4), pp.859-869.

  • Woessner, J. and Wiemer, S., 2005. Assessing the quality of earthquake catalogues: Estimating the magnitude of completeness and its uncertainty. Bulletin of the Seismological Society of America, 95(2), pp.684-698.

Parameters:
  • magnitudes – Array of magnitudes to test.

  • delta_m – Bin size of discretized magnitudes. Sample has to be rounded to bins beforehand.

  • correction_factor – Correction factor for the maximum curvature method (default value after Woessner & Wiemer 2005).

Returns:

mc – Estimated completeness magnitude.