mergeron 2025.739319.0__py3-none-any.whl → 2025.739319.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of mergeron might be problematic. Click here for more details.
- mergeron/__init__.py +1 -1
- mergeron/core/empirical_margin_distribution.py +8 -3
- {mergeron-2025.739319.0.dist-info → mergeron-2025.739319.1.dist-info}/METADATA +1 -1
- {mergeron-2025.739319.0.dist-info → mergeron-2025.739319.1.dist-info}/RECORD +5 -5
- {mergeron-2025.739319.0.dist-info → mergeron-2025.739319.1.dist-info}/WHEEL +0 -0
mergeron/__init__.py
CHANGED
|
@@ -214,12 +214,17 @@ def margin_data_resampler(
|
|
|
214
214
|
|
|
215
215
|
The empirical distribution is estimated using a Gaussian KDE; the bandwidth
|
|
216
216
|
selected using Silverman's rule is narrowed to reflect that the margin data
|
|
217
|
-
are multimodal. Margins for firms in finance, investment, insurance,
|
|
218
|
-
REITs are excluded from the sample used to estimate the
|
|
217
|
+
are multimodal. Margins for firms in finance, investment, insurance,
|
|
218
|
+
reinsurance, and REITs are excluded from the sample used to estimate the
|
|
219
|
+
empirical distribution.
|
|
219
220
|
|
|
220
221
|
Parameters
|
|
221
222
|
----------
|
|
222
|
-
|
|
223
|
+
|
|
224
|
+
_dist_parms
|
|
225
|
+
Array of margins and firm counts extracted from Prof. Damodaran's margin data
|
|
226
|
+
|
|
227
|
+
sample_size
|
|
223
228
|
Number of draws; if tuple, (number of draws, number of columns)
|
|
224
229
|
|
|
225
230
|
seed_sequence
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: mergeron
|
|
3
|
-
Version: 2025.739319.
|
|
3
|
+
Version: 2025.739319.1
|
|
4
4
|
Summary: Analyze merger enforcement policy using Python
|
|
5
5
|
License: MIT
|
|
6
6
|
Keywords: merger policy analysis,merger guidelines,merger screening,policy presumptions,concentration standards,upward pricing pressure,GUPPI
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
mergeron/__init__.py,sha256=
|
|
1
|
+
mergeron/__init__.py,sha256=2uFd57yjWZNN8bmBnyXA4IqfvoFWvvJqw0OzYqptntY,5549
|
|
2
2
|
mergeron/core/__init__.py,sha256=BzL_bXHyOQG8cvo76OP3K48LkeHQCJQN7ZFPRhoOdcE,2850
|
|
3
|
-
mergeron/core/empirical_margin_distribution.py,sha256=
|
|
3
|
+
mergeron/core/empirical_margin_distribution.py,sha256=8YpoSBOfmMaMLB0Vi_UByQXy4oP-aY_6LI2kYdJWFXc,9336
|
|
4
4
|
mergeron/core/ftc_merger_investigations_data.py,sha256=DYqtyxGPnpGyaWbQ8dPHmHmQBOeHbmU5h9snk-YwSN4,28575
|
|
5
5
|
mergeron/core/guidelines_boundaries.py,sha256=srCEWzSuv7cDFCf-ity-9C0NtFCdZznn5dgiUS9Ndpo,15246
|
|
6
6
|
mergeron/core/guidelines_boundary_functions.py,sha256=wQdIQcEga888vVe3cAwYsDa7HTaxgqe3RbV48UklmzQ,29064
|
|
@@ -17,6 +17,6 @@ mergeron/gen/data_generation_functions.py,sha256=VySWh-Jvnj0zSVvkq12ck3SUFJ-42ud
|
|
|
17
17
|
mergeron/gen/enforcement_stats.py,sha256=UrsZWZNYy7DXWsCu96qmOQINipFbf9qLX0W8iNGgE_Y,11073
|
|
18
18
|
mergeron/gen/upp_tests.py,sha256=Czub4njLESkV5LRwb1lByEI4nHBK0AwT96LYp_bG12s,6968
|
|
19
19
|
mergeron/py.typed,sha256=frcCV1k9oG9oKj3dpUqdJg1PxRT2RSN_XKdLCPjaYaY,2
|
|
20
|
-
mergeron-2025.739319.
|
|
21
|
-
mergeron-2025.739319.
|
|
22
|
-
mergeron-2025.739319.
|
|
20
|
+
mergeron-2025.739319.1.dist-info/METADATA,sha256=wt7lPUlkdvuv3UPFRALI6gVt9fSXnGxM5-asEu-Mf9c,6107
|
|
21
|
+
mergeron-2025.739319.1.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
|
|
22
|
+
mergeron-2025.739319.1.dist-info/RECORD,,
|
|
File without changes
|