py4etrics

A package for py4etrics.github.io


Keywords
Truncated, Regression, Tobit, Model, Heckit, econometrics
License
MIT
Install
pip install py4etrics==0.1.9

Documentation

PyPI version fury.io CodeQL Downloads

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.