Skip to main content

Extended Statistical Toolkit Yet Practical

Project description

ESTYP: Extended Statistical Toolkit Yet Practical

Description

This library is a collection of statistical functions for Python. It includes a function for performing stepwise with AIC criterion and a function for the F-ratio test.

Actually, the name comes from the way my friends call me (esty), plus the "p" which is the initial of python.

Functions

  • linear_model.LogisticRegression(): This class implements a logistic regression model. It inherits from the sklearn.linear_model.LogisticRegression() class, but adds additional methods for calculating confidence intervals, p-values, and model summaries.
  • linear_model.stepwise.both_selection(): This function performs both forward and backward variable selection using the Akaike Information Criterion (AIC).
  • testing.var_test(): Performs an F-ratio test to compare the variances of two samples. The output was inspired by the var_test() function in R.

Installation

To install this library, you can use pip:

pip install estyp

License

This library is under the MIT license.

Contact

If you have any questions about this library, you can contact me at errucan@gmail.com.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

estyp-0.2.4.tar.gz (8.2 kB view hashes)

Uploaded Source

Built Distribution

estyp-0.2.4-py3-none-any.whl (7.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page