Image by ashutoast-123 | |
This Curve Distribution is an open-sourced python package💥 read in data from a txt file. The txt file should have one number (float) per line. The numbers are stored and accordingly there are several functions which are present:
- Gaussian Distribution 👾
- Binomial Distribution 👽
functions includes calculating mean,standard deviation,plotting in-from of histograms,getting probability distribution function,plotting the normalized histogram of the data and a plot of the probability density function along the same range,etc.
Documentation of this Package here
This repo is quite new. I am trying to set up a easiest way to contribute to live python package available on pypi. The code is really simple and basic and can be undertood and adapted easily. Perfect for Hacktoberfest
- New ideas are most welcome "Raise issues in case you have some suggestions/bugs".
- For First time contributors👶, I can help them with their contributions "Raise an issue". Visit Firstcontributions to get more info about first contributions.
- Before making a Pull Request🤖 don't forget to add your name in the Contributing.md in the format <Contributer_name>:<Edits_in_one_line>.
- Step 0: Create a virtual enviroment
- Step 1: To install the package
pip install curve_distributions
- Step 2: To import the package and classes
from curve_distributions import Gaussian,Binomial