Skip to main content

Probability Distributions

Project description

Title

Stat Package 101

Description

This project was created to showcase my OOP knowledge and also to practice how to deploy a python package. The package contains helps you in calculation relating to stsatistical distributions. Four distributions were chosen for this project which includes;

  • Normal Distribution
  • Bernoulli Distribution
  • Binomial Distribution
  • Poisson Dsistribution.

Prerequisites

Before you continue, ensure you have met the following requirements:

  • You have a basic understanding of statistics.

Installation:

Use the package manager pip to install Distribution_1_2

pip install distribution_1_3

Usage:

from Distribution.binomial import Binomial

b = Binomial(3, 0.2)
print(b)

b = b.binomial_distribution_formula(2)
print(b)

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. go to my GitHub page here

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

Distribution_1_3-0.2.1.tar.gz (4.2 kB view hashes)

Uploaded Source

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