Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 1.07 KB

File metadata and controls

36 lines (30 loc) · 1.07 KB

PyPI version fury.io PyPI - Downloads CodeQL

What Is This Module For

This module is for

  • Truncated Regression
  • Tobit Model
  • Heckit Model

Pythonで学ぶ入門計量経済学 explains how to use it in Japanese. Or click its Google translated version in English.

How to Use

import py4etrics 

How to Install

pip install py4etrics

or

pip install git+https://github.com/spring-haru/py4etrics.git

or

git clone https://github.com/spring-haru/py4etrics.git
cd py4etrics
pip install .

Thanks

The code is heavily inspired by statsmodels.