https://store-images.s-microsoft.com/image/apps.246.59651b67-9e95-4ef5-9f5f-fd948c292280.c8d89c09-5304-41b1-9ed9-b2d603ae8d8f.4b5a3dbf-cb52-4611-af1c-61989414901b
StatsModels
bCloud LLC
StatsModels
bCloud LLC
StatsModels
bCloud LLC
Version 0.14.5 + Free with Support on Ubuntu 24.04
statsmodels is an open-source Python library that provides classes and functions for the estimation of many different statistical models, as well as for conducting statistical tests and data exploration. It is widely used in research, data analysis, and production environments for econometrics, statistics, and data science tasks.
Features of statsmodels:- Comprehensive support for linear regression, generalized linear models (GLM), and robust regression.
- Time series analysis including AR, ARMA, ARIMA, SARIMA models.
- Statistical tests and diagnostic tools for model evaluation.
- Support for ANOVA, logistic regression, survival analysis, and more advanced statistical techniques.
- Integration with pandas and NumPy for seamless data manipulation and analysis.
- Flexible formula framework for specifying models in a user-friendly syntax.
- Extensive documentation and tutorials for research and learning.
- Open-source and actively maintained by the Python data science community.
To Check the Version of statsmodels :
$ sudo su
$ sudo apt update
$ cd /opt/statsmodels-env
$ source /opt/statsmodels-env/bin/activate
$ pip show statsmodels | grep Version