systemgmmkit 0.4.1__tar.gz → 0.4.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.
- {systemgmmkit-0.4.1/src/systemgmmkit.egg-info → systemgmmkit-0.4.2}/PKG-INFO +20 -5
- {systemgmmkit-0.4.1 → systemgmmkit-0.4.2}/README.md +19 -4
- {systemgmmkit-0.4.1 → systemgmmkit-0.4.2}/pyproject.toml +2 -1
- {systemgmmkit-0.4.1 → systemgmmkit-0.4.2/src/systemgmmkit.egg-info}/PKG-INFO +20 -5
- {systemgmmkit-0.4.1 → systemgmmkit-0.4.2}/LICENSE +0 -0
- {systemgmmkit-0.4.1 → systemgmmkit-0.4.2}/setup.cfg +0 -0
- {systemgmmkit-0.4.1 → systemgmmkit-0.4.2}/src/systemgmmkit/__init__.py +0 -0
- {systemgmmkit-0.4.1 → systemgmmkit-0.4.2}/src/systemgmmkit/cli.py +0 -0
- {systemgmmkit-0.4.1 → systemgmmkit-0.4.2}/src/systemgmmkit/diagnostics.py +0 -0
- {systemgmmkit-0.4.1 → systemgmmkit-0.4.2}/src/systemgmmkit/dynamic_panel.py +0 -0
- {systemgmmkit-0.4.1 → systemgmmkit-0.4.2}/src/systemgmmkit/fixed_effects.py +0 -0
- {systemgmmkit-0.4.1 → systemgmmkit-0.4.2}/src/systemgmmkit/gmm_parity_policy.py +0 -0
- {systemgmmkit-0.4.1 → systemgmmkit-0.4.2}/src/systemgmmkit/native_gmm.py +0 -0
- {systemgmmkit-0.4.1 → systemgmmkit-0.4.2}/src/systemgmmkit/panel_iv.py +0 -0
- {systemgmmkit-0.4.1 → systemgmmkit-0.4.2}/src/systemgmmkit/parity.py +0 -0
- {systemgmmkit-0.4.1 → systemgmmkit-0.4.2}/src/systemgmmkit/presets.py +0 -0
- {systemgmmkit-0.4.1 → systemgmmkit-0.4.2}/src/systemgmmkit/pydynpd_backend.py +0 -0
- {systemgmmkit-0.4.1 → systemgmmkit-0.4.2}/src/systemgmmkit/pydynpd_output_parser.py +0 -0
- {systemgmmkit-0.4.1 → systemgmmkit-0.4.2}/src/systemgmmkit/random_effects.py +0 -0
- {systemgmmkit-0.4.1 → systemgmmkit-0.4.2}/src/systemgmmkit/reporting.py +0 -0
- {systemgmmkit-0.4.1 → systemgmmkit-0.4.2}/src/systemgmmkit/spec.py +0 -0
- {systemgmmkit-0.4.1 → systemgmmkit-0.4.2}/src/systemgmmkit/suite.py +0 -0
- {systemgmmkit-0.4.1 → systemgmmkit-0.4.2}/src/systemgmmkit/tables.py +0 -0
- {systemgmmkit-0.4.1 → systemgmmkit-0.4.2}/src/systemgmmkit/validation.py +0 -0
- {systemgmmkit-0.4.1 → systemgmmkit-0.4.2}/src/systemgmmkit.egg-info/SOURCES.txt +0 -0
- {systemgmmkit-0.4.1 → systemgmmkit-0.4.2}/src/systemgmmkit.egg-info/dependency_links.txt +0 -0
- {systemgmmkit-0.4.1 → systemgmmkit-0.4.2}/src/systemgmmkit.egg-info/entry_points.txt +0 -0
- {systemgmmkit-0.4.1 → systemgmmkit-0.4.2}/src/systemgmmkit.egg-info/requires.txt +0 -0
- {systemgmmkit-0.4.1 → systemgmmkit-0.4.2}/src/systemgmmkit.egg-info/top_level.txt +0 -0
- {systemgmmkit-0.4.1 → systemgmmkit-0.4.2}/tests/test_apply_gmm_parity_policy_script.py +0 -0
- {systemgmmkit-0.4.1 → systemgmmkit-0.4.2}/tests/test_fixed_effects.py +0 -0
- {systemgmmkit-0.4.1 → systemgmmkit-0.4.2}/tests/test_generic_presets.py +0 -0
- {systemgmmkit-0.4.1 → systemgmmkit-0.4.2}/tests/test_gmm_parity_policy.py +0 -0
- {systemgmmkit-0.4.1 → systemgmmkit-0.4.2}/tests/test_parity_native_gmm.py +0 -0
- {systemgmmkit-0.4.1 → systemgmmkit-0.4.2}/tests/test_pydynpd_backend.py +0 -0
- {systemgmmkit-0.4.1 → systemgmmkit-0.4.2}/tests/test_pydynpd_output_parser.py +0 -0
- {systemgmmkit-0.4.1 → systemgmmkit-0.4.2}/tests/test_random_effects_iv_tables.py +0 -0
- {systemgmmkit-0.4.1 → systemgmmkit-0.4.2}/tests/test_spec_command.py +0 -0
- {systemgmmkit-0.4.1 → systemgmmkit-0.4.2}/tests/test_validation_diagnostics.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: systemgmmkit
|
|
3
|
-
Version: 0.4.
|
|
3
|
+
Version: 0.4.2
|
|
4
4
|
Summary: Generic panel-data econometrics workflow helpers for FE, RE, IV/2SLS, and Difference/System GMM in Python.
|
|
5
5
|
Author: Oluwajuwon Mayomi Akanbi
|
|
6
6
|
License-Expression: MIT
|
|
@@ -42,6 +42,12 @@ Dynamic: license-file
|
|
|
42
42
|
|
|
43
43
|
# systemgmmkit
|
|
44
44
|
|
|
45
|
+
[](https://pypi.org/project/systemgmmkit/)
|
|
46
|
+
[](https://pypi.org/project/systemgmmkit/)
|
|
47
|
+
[](LICENSE)
|
|
48
|
+
[](https://github.com/Akanom/systemgmmkit/actions/workflows/ci.yml)
|
|
49
|
+
[](https://github.com/Akanom/systemgmmkit/actions/workflows/publish.yml)
|
|
50
|
+
[](https://pepy.tech/project/systemgmmkit)
|
|
45
51
|
`systemgmmkit` is a Python workflow package for panel-data econometrics.
|
|
46
52
|
|
|
47
53
|
It supports reusable model specification, panel validation, static panel estimation, dynamic-panel GMM estimation, backend routing, diagnostics interpretation, reproducible reporting, and regression-table export.
|
|
@@ -186,16 +192,22 @@ Exact Stata parity requires dedicated replication tests against `xtabond2`.
|
|
|
186
192
|
|
|
187
193
|
## Installation
|
|
188
194
|
|
|
189
|
-
|
|
195
|
+
Install from PyPI:
|
|
190
196
|
|
|
191
197
|
```bash
|
|
192
|
-
python -m pip install
|
|
198
|
+
python -m pip install systemgmmkit
|
|
193
199
|
```
|
|
194
200
|
|
|
195
|
-
|
|
201
|
+
Install with optional backend and reporting extras:
|
|
196
202
|
|
|
197
203
|
```bash
|
|
198
|
-
python -m pip install
|
|
204
|
+
python -m pip install "systemgmmkit[all]"
|
|
205
|
+
```
|
|
206
|
+
|
|
207
|
+
Development installation from a local clone:
|
|
208
|
+
|
|
209
|
+
```bash
|
|
210
|
+
python -m pip install -e ".[dev,all]"
|
|
199
211
|
```
|
|
200
212
|
|
|
201
213
|
Core local installation without optional extras:
|
|
@@ -801,3 +813,6 @@ Recommended reporting format:
|
|
|
801
813
|
```text
|
|
802
814
|
Estimation was performed using systemgmmkit version X.Y.Z, commit <commit-hash>. Dynamic-panel GMM results used the [native / validated backend] route with collapsed instruments, restricted lag windows, and [one-step / two-step] estimation. Specification details, panel structure, and instrument classification are reported in the model documentation.
|
|
803
815
|
```
|
|
816
|
+
|
|
817
|
+
|
|
818
|
+
|
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# systemgmmkit
|
|
2
2
|
|
|
3
|
+
[](https://pypi.org/project/systemgmmkit/)
|
|
4
|
+
[](https://pypi.org/project/systemgmmkit/)
|
|
5
|
+
[](LICENSE)
|
|
6
|
+
[](https://github.com/Akanom/systemgmmkit/actions/workflows/ci.yml)
|
|
7
|
+
[](https://github.com/Akanom/systemgmmkit/actions/workflows/publish.yml)
|
|
8
|
+
[](https://pepy.tech/project/systemgmmkit)
|
|
3
9
|
`systemgmmkit` is a Python workflow package for panel-data econometrics.
|
|
4
10
|
|
|
5
11
|
It supports reusable model specification, panel validation, static panel estimation, dynamic-panel GMM estimation, backend routing, diagnostics interpretation, reproducible reporting, and regression-table export.
|
|
@@ -144,16 +150,22 @@ Exact Stata parity requires dedicated replication tests against `xtabond2`.
|
|
|
144
150
|
|
|
145
151
|
## Installation
|
|
146
152
|
|
|
147
|
-
|
|
153
|
+
Install from PyPI:
|
|
148
154
|
|
|
149
155
|
```bash
|
|
150
|
-
python -m pip install
|
|
156
|
+
python -m pip install systemgmmkit
|
|
151
157
|
```
|
|
152
158
|
|
|
153
|
-
|
|
159
|
+
Install with optional backend and reporting extras:
|
|
154
160
|
|
|
155
161
|
```bash
|
|
156
|
-
python -m pip install
|
|
162
|
+
python -m pip install "systemgmmkit[all]"
|
|
163
|
+
```
|
|
164
|
+
|
|
165
|
+
Development installation from a local clone:
|
|
166
|
+
|
|
167
|
+
```bash
|
|
168
|
+
python -m pip install -e ".[dev,all]"
|
|
157
169
|
```
|
|
158
170
|
|
|
159
171
|
Core local installation without optional extras:
|
|
@@ -759,3 +771,6 @@ Recommended reporting format:
|
|
|
759
771
|
```text
|
|
760
772
|
Estimation was performed using systemgmmkit version X.Y.Z, commit <commit-hash>. Dynamic-panel GMM results used the [native / validated backend] route with collapsed instruments, restricted lag windows, and [one-step / two-step] estimation. Specification details, panel structure, and instrument classification are reported in the model documentation.
|
|
761
773
|
```
|
|
774
|
+
|
|
775
|
+
|
|
776
|
+
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "systemgmmkit"
|
|
7
|
-
version = "0.4.
|
|
7
|
+
version = "0.4.2"
|
|
8
8
|
description = "Generic panel-data econometrics workflow helpers for FE, RE, IV/2SLS, and Difference/System GMM in Python."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.9"
|
|
@@ -65,3 +65,4 @@ testpaths = ["tests"]
|
|
|
65
65
|
quote-style = "double"
|
|
66
66
|
indent-style = "space"
|
|
67
67
|
line-ending = "auto"
|
|
68
|
+
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: systemgmmkit
|
|
3
|
-
Version: 0.4.
|
|
3
|
+
Version: 0.4.2
|
|
4
4
|
Summary: Generic panel-data econometrics workflow helpers for FE, RE, IV/2SLS, and Difference/System GMM in Python.
|
|
5
5
|
Author: Oluwajuwon Mayomi Akanbi
|
|
6
6
|
License-Expression: MIT
|
|
@@ -42,6 +42,12 @@ Dynamic: license-file
|
|
|
42
42
|
|
|
43
43
|
# systemgmmkit
|
|
44
44
|
|
|
45
|
+
[](https://pypi.org/project/systemgmmkit/)
|
|
46
|
+
[](https://pypi.org/project/systemgmmkit/)
|
|
47
|
+
[](LICENSE)
|
|
48
|
+
[](https://github.com/Akanom/systemgmmkit/actions/workflows/ci.yml)
|
|
49
|
+
[](https://github.com/Akanom/systemgmmkit/actions/workflows/publish.yml)
|
|
50
|
+
[](https://pepy.tech/project/systemgmmkit)
|
|
45
51
|
`systemgmmkit` is a Python workflow package for panel-data econometrics.
|
|
46
52
|
|
|
47
53
|
It supports reusable model specification, panel validation, static panel estimation, dynamic-panel GMM estimation, backend routing, diagnostics interpretation, reproducible reporting, and regression-table export.
|
|
@@ -186,16 +192,22 @@ Exact Stata parity requires dedicated replication tests against `xtabond2`.
|
|
|
186
192
|
|
|
187
193
|
## Installation
|
|
188
194
|
|
|
189
|
-
|
|
195
|
+
Install from PyPI:
|
|
190
196
|
|
|
191
197
|
```bash
|
|
192
|
-
python -m pip install
|
|
198
|
+
python -m pip install systemgmmkit
|
|
193
199
|
```
|
|
194
200
|
|
|
195
|
-
|
|
201
|
+
Install with optional backend and reporting extras:
|
|
196
202
|
|
|
197
203
|
```bash
|
|
198
|
-
python -m pip install
|
|
204
|
+
python -m pip install "systemgmmkit[all]"
|
|
205
|
+
```
|
|
206
|
+
|
|
207
|
+
Development installation from a local clone:
|
|
208
|
+
|
|
209
|
+
```bash
|
|
210
|
+
python -m pip install -e ".[dev,all]"
|
|
199
211
|
```
|
|
200
212
|
|
|
201
213
|
Core local installation without optional extras:
|
|
@@ -801,3 +813,6 @@ Recommended reporting format:
|
|
|
801
813
|
```text
|
|
802
814
|
Estimation was performed using systemgmmkit version X.Y.Z, commit <commit-hash>. Dynamic-panel GMM results used the [native / validated backend] route with collapsed instruments, restricted lag windows, and [one-step / two-step] estimation. Specification details, panel structure, and instrument classification are reported in the model documentation.
|
|
803
815
|
```
|
|
816
|
+
|
|
817
|
+
|
|
818
|
+
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|