tobit icon indicating copy to clipboard operation
tobit copied to clipboard

Simple Tobit regression in python

Results 6 tobit issues
Sort by recently updated
recently updated
newest added

Bugfix: intercept is first value of minimization result x vector. Also, use string type columns in DataFrame to avoid conflict with sklearn.

Hi James This code is really helpful. It runs well for 1 million rows. However it is not running if I load data for 30 million rows. 1. Could you...

If I understand the code correctly, the intercept is at result.x[0]

Hi James Jensen, I have a question regarding the Tobit regression file. The program estimate the regression coefficient of the Tobit regression, however it does not say anything about the...

How do you run this Tobit model with Python

## Intercept extraction index in wrong On line 156 in tobit.py. The intercept is improperly extracted from the result of the optimisation, it is saved as: `result.x[1]` which the first...