Skip to main content

A distribution package

Project description

Readme for Mango_dist

Installation

Run pip install -i https://test.pypi.org/simple/ mangodistributions in the command line

Importing functionality

Import into a python script with import mangodistributions as mg

Example functionality

Create a random sample of 10 values from Normal distribution with a mean of 5 and a standard deviation of 1:

import mangodistributions as mg

normal_dist = mg.Normal(n = 10, mean = 5, sd=1)
sample = normal_dist.draw()
 

Print summary metrics on your sample

import mangodistributions as mg

normal_dist = mg.Normal(n = 10, mean = 5, sd=1)
sample = normal_dist.draw()
normal_dist.summarise()

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

mangodistributions-0.0.2.tar.gz (1.7 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