Metadata-Version: 2.4
Name: synthetic_panel
Version: 0.1.3
Summary: Estimate poverty transition shares using synthetic panel methodology with bootstrapping.
Home-page: https://github.com/rohanbjkr/synthetic_panel
Author: Rohan Byanjankar
Author-email: rohanbjkr@gmail.com
License: MIT
Project-URL: Source, https://github.com/rohanbjkr/synthetic_panel
Project-URL: Bug Tracker, https://github.com/rohanbjkr/synthetic_panel/issues
Keywords: poverty synthetic-panel bootstrap estimation econometrics
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: numpy>=1.21.0
Requires-Dist: pandas>=1.3.0
Requires-Dist: scipy>=1.7.0
Requires-Dist: statsmodels>=0.13.0
Requires-Dist: tqdm>=4.62.0
Requires-Dist: joblib>=1.0.0
Requires-Dist: openpyxl>=3.0.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: project-url
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# synthetic_panel

A Python package to estimate poverty transition shares using synthetic panel methodology with bootstrapping.

## Installation

```bash
pip install synthetic_panel
