Skip to content

Probability Distribution Functions is a Python package to help plot, calculate distributions of data using different probability distribution types and formulas.

License

Notifications You must be signed in to change notification settings

Moddy2024/Probability-Distribution-Functions

Repository files navigation

Probability Distribution Functions package

Probability Distribution Functions is a Python package to help in different kind of probability distributions for a Data Scientist. Probability distributions are a must know for a Data Scientist. It makes math easier for all the variables in a Data to help the model learn faster and get better accuracy. Different kinds of Probability DIstributions helps in different kinds of problems, datasets and models. For now this packages only consists of Gaussian/Normal Distribution and Binomial Distribution more will be added later.

Installation

To install published releases from PyPi execute:

 pip install probability-distributions-functions

To update visualkeras to the latest version, add the --upgrade flag to the above commands.

pip install --upgrade probability-distributions-functions

Example

You can find the examples on how to use the package and it's different modules in this folder.

About

Probability Distribution Functions is a Python package to help plot, calculate distributions of data using different probability distribution types and formulas.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages