mergeron.core

Constants, types, objects and functions used within this sub-package.

Submodules

Package Contents

mergeron.core.DEFAULT_BITGENERATOR[source]
type mergeron.core.MPFloat = mpmath.ctx_mp_python.mpf[source]
type mergeron.core.MPMatrix = mpmath.matrices.matrices._matrix[source]
class mergeron.core.GuidelinesBoundary[source]

Represents Guidelines boundary analytically.

coordinates : mergeron.ArrayDouble[source]

Market-share pairs as Cartesian coordinates of points on the boundary.

area : float[source]

Area under the boundary.

mergeron.core.WORK_DIR[source]

Redefined, in case the user defines WORK_DIR between module imports.

mergeron.core.FID_WORK_DIR[source]
mergeron.core.INVDATA_ARCHIVE_PATH[source]
mergeron.core.TABLE_TYPES = ('ByHHIandDelta', 'ByFirmCount')[source]
mergeron.core.CONC_TABLE_ALL = 'Table 3.1'[source]
mergeron.core.CNT_TABLE_ALL = 'Table 4.1'[source]
mergeron.core.TTL_KEY = 86825[source]
mergeron.core.CONC_HHI_DICT[source]
mergeron.core.CONC_DELTA_DICT[source]
mergeron.core.CNT_FCOUNT_DICT[source]
mergeron.core.invert_map(_dict)[source]

Invert mapping, mapping values to keys of the original mapping.

class mergeron.core.INVTableData[source]

Represents individual table of FTC merger investigations data.

industry_group : str[source]
additional_evidence : str[source]
data_array : mergeron.ArrayBIGINT[source]
type mergeron.core.INVData = MappingProxyType[str, MappingProxyType[str, MappingProxyType[str, INVTableData]]][source]
type mergeron.core.INVData_in = dict[str, dict[str, dict[str, INVTableData]]][source]