Skip to main content

Gaussian and Binomial distributions

Project description

# Distributions This package calculates Gaussian and binomial distributions and is part of an exercise of Udacity’s nano degree program in data science.

## Installation You can use pip to install the package: ‘’’python pip install -i https://test.pypi.org/simple/ distributions-for-dsnd ‘’’

## Usage ‘’’python from distributions_for_dsnd import Gaussian, Binomial

# returns a Gaussian distribution with a mean and standard deviation equal to the input Gaussian(10, 7)

# returns a Binomial distribution with a probability and number of samples equal to the input Binomial(0.4, 25) ‘’’

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

distributions_for_dsnd-0.5.tar.gz (3.6 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