Metadata-Version: 2.1
Name: py4etrics
Version: 0.1.4
Summary: A package for for py4etrics.github.io
Home-page: https://github.com/Py4Etrics/py4etrics
Author: Tetsu HARUYAMA
Author-email: haruyama@econ.kobe-u.ac.jp
License: MIT
Keywords: Truncated Regression,Tobit Model,Heckit Model
Platform: UNKNOWN
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Description-Content-Type: text/markdown
Requires-Dist: statsmodels

# `py4etrics`

This module is for
* Truncated Regression
* Tobit Model
* Heckit Model

[Pythonで学ぶ入門計量経済学](https://py4etrics.github.io/) explains how to use it in Japanese. 
Or click its [Google translated version in English](https://translate.google.com/translate?sl=ja&tl=en&u=https%3A%2F%2Fpy4etrics.github.io) if you are happy with it. 

### How to Use
```
import py4etrics 
```

### How to Install
```
pip install git+https://github.com/spring-haru/py4etrics.git
```
or
```
git clone https://github.com/spring-haru/py4etrics.git
cd py4etrics
pip install .
```



