openquake.hmtk.plotting.seismicity.completeness package¶
Submodules¶
openquake.hmtk.plotting.seismicity.completeness.cumulative_rate_analysis module¶
Module openquake.hmtk.plotting.seismicity.completeness.simple_completeness is a graphical function for estimating the completeness period of magnitude intervals by plotting the cumulative rate of events with time in each interval
- 
class openquake.hmtk.plotting.seismicity.completeness.cumulative_rate_analysis.SimpleCumulativeRate[source]¶
- Bases: - openquake.hmtk.seismicity.completeness.base.BaseCatalogueCompleteness- Class to define the temporal variation in completess using simple changes in cumulative rates in individual completeness bins - 
completeness(catalogue, config, saveplot=False, filetype='png', timeout=120)[source]¶
- Parameters: - catalogue – Earthquake catalogue as instance of
openquake.hmtk.seismicity.catalogue.Catalogue
- config (dict) – Configuration parameters of the algorithm, containing the following information: ‘magnitude_bin’ Size of magnitude bin (non-negative float) ‘time_bin’ Size (in dec. years) of the time window (non-negative float) ‘increment_lock’ Boolean to indicate whether to ensure completeness magnitudes always decrease with more recent bins
 - Returns: - 2-column table indicating year of completeness and corresponding magnitude numpy.ndarray 
- catalogue – Earthquake catalogue as instance of
 
- 
openquake.hmtk.plotting.seismicity.completeness.plot_stepp_1972 module¶
Module :mod: ‘openquake.hmtk.plotting.seismicity.completeness.plot_stepp_1971’ creates plot to illustrate outcome of Stepp (1972) method for completeness analysis