Metadata-Version: 2.1
Name: pygrpfe
Version: 0.1.2
Summary: Helper functions of Group Fixed Effect
Home-page: https://github.com/tlamadon/pygrpfe
Author: Thibaut Lamadon
Author-email: thibaut.lamadon@gmail.com
License: UNKNOWN
Project-URL: GitHub, https://github.com/tlamadon/pygrpfe
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: scipy
Requires-Dist: scikit-learn
Requires-Dist: statsmodels
Requires-Dist: torch
Requires-Dist: matplotlib
Requires-Dist: tqdm

pygrpfe
--------

.. image:: https://www.travis-ci.com/tlamadon/pygrpfe.svg?branch=main
    :target: https://www.travis-ci.com/tlamadon/pygrpfe

`pygfe` provides helping functions to use group fixed effects.

.. |binder| image:: https://mybinder.org/badge_logo.svg 
    :target: https://mybinder.org/v2/gh/tlamadon/pygrpfe/HEAD?filepath=docs-src%2Fnotebooks%2Fnb-gfe-example1.ipynb

If you want to see the methods in action to reproduce part of the first figure of the paper, you can 

 - start the example notebook on binder: |binder|. 
 - use the google colab version here: `Colab <https://colab.research.google.com/drive/1LJAdsWNX279G4T1aYI9fP5Qz2xiRJiff?usp=sharing>`_

Quick Start
-----------

To install from pip, run::

    pip install pygrpfe

Citation
--------

Please use following citation to cite pytwoway in academic publications:

Bibtex entry::

  @techreport{blmgfe2020,
    title={Discretizing Unobserved Heterogeneity},
    author={Bonhomme, St{\'e}phane Bonhomme, Thibaut Lamadon and Elena Manresa},
    year={2020}
  }



