Skip to content Skip to sidebar Skip to footer
Showing posts with the label Statsmodels

How To Get R-squared For Robust Regression (rlm) In Statsmodels?

When it comes to measuring goodness of fit - R-Squared seems to be a commonly understood (and accep… Read more How To Get R-squared For Robust Regression (rlm) In Statsmodels?

Where Can I Find Mad (mean Absolute Deviation) In Scipy?

It seems scipy once provided a function mad to calculate the mean absolute deviation for a set of n… Read more Where Can I Find Mad (mean Absolute Deviation) In Scipy?

Regression Model Statsmodel Python

This is more of a stats question as the code is working fine, but I am learning regression modeling… Read more Regression Model Statsmodel Python

Statsmodels With Partly Identified Model

I am trying to run a regression where only some of the coefficients can be identified: data = np.ar… Read more Statsmodels With Partly Identified Model

Statsmodels Poisson Glm Different Than R

I am trying to fit some models (Spatial interaction models) according to some code which is provide… Read more Statsmodels Poisson Glm Different Than R

Python Error: Len() Of Unsized Object While Using Statsmodels With One Row Of Data

I'm able to use the statsmodel's WLS (weighted least squares regression) fine when I have l… Read more Python Error: Len() Of Unsized Object While Using Statsmodels With One Row Of Data