mergeron 2024.739097.1__py3-none-any.whl → 2024.739097.2__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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: mergeron
|
|
3
|
-
Version: 2024.739097.
|
|
3
|
+
Version: 2024.739097.2
|
|
4
4
|
Summary: Merger Policy Analysis using Python
|
|
5
5
|
License: MIT
|
|
6
6
|
Keywords: merger policy analysis,merger guidelines,merger screening,policy presumptions,concentration standards,upward pricing pressure,GUPPI
|
|
@@ -88,10 +88,10 @@ Documentation for this package is in the form of the API Reference. Documentatio
|
|
|
88
88
|
|
|
89
89
|
help(market_sample.MarketSample)
|
|
90
90
|
|
|
91
|
-
|
|
91
|
+
"Extras" Subpackage
|
|
92
92
|
---------------------
|
|
93
93
|
|
|
94
|
-
|
|
94
|
+
The "Extras" sub-package includes a small number of modules potentially useful to users, but which do not implement the principal functions of the package, and are hence considered "extras" or "external" modules. One of these modules is, in fact, repackaged here although published independently.
|
|
95
95
|
|
|
96
96
|
On of the external modules provides methods for estimating confidence intervals for proportions and for contrasts (differences) in proportions. This module improve is coded for conformance to the literature and to results from the corresponding modules in :code:`R`. Although written from scratch, the APIs implemented in the module included here are designed for consistency with the APIs in, :code:`statsmodels.stats.proportion` from the package, :code:`statsmodels` (https://pypi.org/project/statsmodels/). To access these directly:
|
|
97
97
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
mergeron/License.txt,sha256=7iX-y0EyjkbVJKJLS4ZKzuuE1wd0lryfsD_IytLG8lQ,1246
|
|
2
|
-
mergeron/__init__.py,sha256=
|
|
2
|
+
mergeron/__init__.py,sha256=eXxEYw2DGgVE984IXzibIzZXEpfHfdwMtRIs8xqriOw,1180
|
|
3
3
|
mergeron/core/__init__.py,sha256=KtjBlZOl7jwBCAUhrTJB9PdrN39YLYytNiSUSM_gRmA,62
|
|
4
4
|
mergeron/core/damodaran_margin_data.py,sha256=mzCRsva47lnrLuTqzAXCKEIgqwvcUN6C3_qiqf_yDYI,8589
|
|
5
5
|
mergeron/core/ftc_merger_investigations_data.py,sha256=9U0GPD6bl_xAsbFclt32Vnm9-rz9vnIWuiIi6jK1sc8,27903
|
|
@@ -31,6 +31,6 @@ mergeron/gen/enforcement_stats.py,sha256=Hr-w3LZ9SJD4A1RZS1KMhXwuKyGzPC7eeNQullW
|
|
|
31
31
|
mergeron/gen/market_sample.py,sha256=HkzRFTKBXYIs2HbAyVDUiUHo9nCtAciSn5sohR-34cM,4282
|
|
32
32
|
mergeron/gen/upp_tests.py,sha256=N-spIAYKPGJngtlckSjhQGcFBZv_sVZDvCHYzy0TxSc,17132
|
|
33
33
|
mergeron/py.typed,sha256=frcCV1k9oG9oKj3dpUqdJg1PxRT2RSN_XKdLCPjaYaY,2
|
|
34
|
-
mergeron-2024.739097.
|
|
35
|
-
mergeron-2024.739097.
|
|
36
|
-
mergeron-2024.739097.
|
|
34
|
+
mergeron-2024.739097.2.dist-info/METADATA,sha256=A3gMoFOyFeDY1eS80qv33K_O68hfNo1HGwS-cGEP7V0,13268
|
|
35
|
+
mergeron-2024.739097.2.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
36
|
+
mergeron-2024.739097.2.dist-info/RECORD,,
|
|
File without changes
|