pyRVtest 0.3.1__tar.gz → 0.3.2__tar.gz
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.
- {pyRVtest-0.3.1/pyRVtest.egg-info → pyrvtest-0.3.2}/PKG-INFO +28 -3
- pyrvtest-0.3.2/docs/notebooks/my_demand_estimates +0 -0
- pyrvtest-0.3.2/docs/notebooks/my_testing_results +0 -0
- {pyRVtest-0.3.1 → pyrvtest-0.3.2}/docs/notebooks/testing_firm_conduct.ipynb +626 -20
- {pyRVtest-0.3.1 → pyrvtest-0.3.2}/pyRVtest/construction.py +344 -310
- {pyRVtest-0.3.1 → pyrvtest-0.3.2}/pyRVtest/economies/problem.py +42 -18
- {pyRVtest-0.3.1 → pyrvtest-0.3.2}/pyRVtest/primitives.py +1 -1
- {pyRVtest-0.3.1 → pyrvtest-0.3.2}/pyRVtest/version.py +1 -1
- {pyRVtest-0.3.1 → pyrvtest-0.3.2/pyRVtest.egg-info}/PKG-INFO +28 -3
- {pyRVtest-0.3.1 → pyrvtest-0.3.2}/pyRVtest.egg-info/SOURCES.txt +0 -4
- {pyRVtest-0.3.1 → pyrvtest-0.3.2}/setup.py +1 -1
- pyRVtest-0.3.1/docs/notebooks/my_demand_estimates +0 -0
- pyRVtest-0.3.1/docs/notebooks/my_testing_results +0 -0
- pyRVtest-0.3.1/pyRVtest.egg-info/PKG-INFO 2 +0 -73
- pyRVtest-0.3.1/pyRVtest.egg-info/dependency_links 2.txt +0 -1
- pyRVtest-0.3.1/pyRVtest.egg-info/requires 2.txt +0 -16
- pyRVtest-0.3.1/pyRVtest.egg-info/top_level 2.txt +0 -1
- {pyRVtest-0.3.1 → pyrvtest-0.3.2}/LICENSE.txt +0 -0
- {pyRVtest-0.3.1 → pyrvtest-0.3.2}/MANIFEST.in +0 -0
- {pyRVtest-0.3.1 → pyrvtest-0.3.2}/README.rst +0 -0
- {pyRVtest-0.3.1 → pyrvtest-0.3.2}/docs/.DS_Store +0 -0
- {pyRVtest-0.3.1 → pyrvtest-0.3.2}/docs/Makefile +0 -0
- {pyRVtest-0.3.1 → pyrvtest-0.3.2}/docs/api.rst +0 -0
- {pyRVtest-0.3.1 → pyrvtest-0.3.2}/docs/conf.py +0 -0
- {pyRVtest-0.3.1 → pyrvtest-0.3.2}/docs/index.rst +0 -0
- {pyRVtest-0.3.1 → pyrvtest-0.3.2}/docs/introduction.rst +0 -0
- {pyRVtest-0.3.1 → pyrvtest-0.3.2}/docs/legal.rst +0 -0
- {pyRVtest-0.3.1 → pyrvtest-0.3.2}/docs/make.bat +0 -0
- {pyRVtest-0.3.1 → pyrvtest-0.3.2}/docs/notebooks/.DS_Store +0 -0
- {pyRVtest-0.3.1 → pyrvtest-0.3.2}/docs/notebooks/model_library.ipynb +0 -0
- {pyRVtest-0.3.1 → pyrvtest-0.3.2}/docs/references.rst +0 -0
- {pyRVtest-0.3.1 → pyrvtest-0.3.2}/docs/templates/class_with_signature.rst +0 -0
- {pyRVtest-0.3.1 → pyrvtest-0.3.2}/docs/templates/class_without_methods.rst +0 -0
- {pyRVtest-0.3.1 → pyrvtest-0.3.2}/docs/templates/class_without_signature.rst +0 -0
- {pyRVtest-0.3.1 → pyrvtest-0.3.2}/docs/templates/nbsphinx_epilog.rst +0 -0
- {pyRVtest-0.3.1 → pyrvtest-0.3.2}/docs/templates/nbsphinx_prolog.rst +0 -0
- {pyRVtest-0.3.1 → pyrvtest-0.3.2}/docs/tutorial.rst +0 -0
- {pyRVtest-0.3.1 → pyrvtest-0.3.2}/pyRVtest/__init__.py +0 -0
- {pyRVtest-0.3.1 → pyrvtest-0.3.2}/pyRVtest/configurations/__init__.py +0 -0
- {pyRVtest-0.3.1 → pyrvtest-0.3.2}/pyRVtest/configurations/formulation.py +0 -0
- {pyRVtest-0.3.1 → pyrvtest-0.3.2}/pyRVtest/data/__init__.py +0 -0
- {pyRVtest-0.3.1 → pyrvtest-0.3.2}/pyRVtest/data/__pycache__/__init__.cpython-39.pyc~Stashed changes +0 -0
- {pyRVtest-0.3.1 → pyrvtest-0.3.2}/pyRVtest/data/f_critical_values_power_rho.csv +0 -0
- {pyRVtest-0.3.1 → pyrvtest-0.3.2}/pyRVtest/data/f_critical_values_size_rho.csv +0 -0
- {pyRVtest-0.3.1 → pyrvtest-0.3.2}/pyRVtest/economies/__init__.py +0 -0
- {pyRVtest-0.3.1 → pyrvtest-0.3.2}/pyRVtest/economies/economy.py +0 -0
- {pyRVtest-0.3.1 → pyrvtest-0.3.2}/pyRVtest/options.py +0 -0
- {pyRVtest-0.3.1 → pyrvtest-0.3.2}/pyRVtest/results/__init__.py +0 -0
- {pyRVtest-0.3.1 → pyrvtest-0.3.2}/pyRVtest/results/problem_results.py +0 -0
- {pyRVtest-0.3.1 → pyrvtest-0.3.2}/pyRVtest/results/results.py +0 -0
- {pyRVtest-0.3.1 → pyrvtest-0.3.2}/pyRVtest/utilities/__init__.py +0 -0
- {pyRVtest-0.3.1 → pyrvtest-0.3.2}/pyRVtest/utilities/basics.py +0 -0
- {pyRVtest-0.3.1 → pyrvtest-0.3.2}/pyRVtest.egg-info/dependency_links.txt +0 -0
- {pyRVtest-0.3.1 → pyrvtest-0.3.2}/pyRVtest.egg-info/requires.txt +0 -0
- {pyRVtest-0.3.1 → pyrvtest-0.3.2}/pyRVtest.egg-info/top_level.txt +0 -0
- {pyRVtest-0.3.1 → pyrvtest-0.3.2}/requirements.txt +0 -0
- {pyRVtest-0.3.1 → pyrvtest-0.3.2}/setup.cfg +0 -0
|
@@ -1,14 +1,39 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: pyRVtest
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.2
|
|
4
4
|
Summary: Code to perform econometric test of firm conduct
|
|
5
5
|
Home-page: https://github.com/anyatarascina/pyRVtest
|
|
6
6
|
Author: Marco Duarte, Lorenzo Magnolfi, Mikkel Solvsten, Christopher Sullivan, Anya Tarascina
|
|
7
7
|
Author-email: chris.sullivan.econ@gmail.com
|
|
8
8
|
License: MIT
|
|
9
9
|
Requires-Python: >=3.7
|
|
10
|
-
Provides-Extra: docs
|
|
11
10
|
License-File: LICENSE.txt
|
|
11
|
+
Requires-Dist: numpy>=1.17.0
|
|
12
|
+
Requires-Dist: patsy>=0.5.1
|
|
13
|
+
Requires-Dist: scipy>=1.2.0
|
|
14
|
+
Requires-Dist: sympy>=1.1.0
|
|
15
|
+
Requires-Dist: statsmodels>=0.12.2
|
|
16
|
+
Requires-Dist: pyblp>=1.0.0
|
|
17
|
+
Provides-Extra: docs
|
|
18
|
+
Requires-Dist: sphinx==5.0.2; extra == "docs"
|
|
19
|
+
Requires-Dist: pandas; extra == "docs"
|
|
20
|
+
Requires-Dist: ipython; extra == "docs"
|
|
21
|
+
Requires-Dist: astunparse; extra == "docs"
|
|
22
|
+
Requires-Dist: sphinx-rtd-theme==1.1.1; extra == "docs"
|
|
23
|
+
Requires-Dist: nbsphinx==0.8.11; extra == "docs"
|
|
24
|
+
Requires-Dist: jinja2==3.0.3; extra == "docs"
|
|
25
|
+
Requires-Dist: docutils==0.17.1; extra == "docs"
|
|
26
|
+
Requires-Dist: numpydoc; extra == "docs"
|
|
27
|
+
Dynamic: author
|
|
28
|
+
Dynamic: author-email
|
|
29
|
+
Dynamic: description
|
|
30
|
+
Dynamic: home-page
|
|
31
|
+
Dynamic: license
|
|
32
|
+
Dynamic: license-file
|
|
33
|
+
Dynamic: provides-extra
|
|
34
|
+
Dynamic: requires-dist
|
|
35
|
+
Dynamic: requires-python
|
|
36
|
+
Dynamic: summary
|
|
12
37
|
|
|
13
38
|
This code was written to perform the procedure for testing firm conduct developed in `"Testing Firm Conduct" <https://arxiv.org/abs/2301.06720>`_ by Marco Duarte, Lorenzo Magnolfi, Mikkel Sølvsten, and Christopher Sullivan. It builds on the PyBLP source code (see `Conlon and Gortmaker (2020) <https://onlinelibrary.wiley.com/doi/full/10.1111/1756-2171.12352>`_) - to do so.
|
|
14
39
|
|
|
Binary file
|
|
Binary file
|