Giter Site home page Giter Site logo

gaussian_distribution_python_package's Introduction

Gaussian_Distribution_Python_Package

This project is a part of Udacity's AWS Machine Learning Foundations Course.

In this repo, I developed a python package (How exciting is that!) that is used for analyzing both gaussian and binomial distributions (How not so exciting is that!) .

You can use the package to:

1)Read a dataset

2)Calculate mean

3)Calculate standard deviation

4)Plot histogram

5)Plot propability density function

6)Add two distributions together

The main goal of this assignment is to develop object-oriented programming skills with python, including:

  • procedural vs object-oriented programming
  • classes, objects, methods and attributes
  • coding a class
  • magic methods
  • inheritance

Example usage:

from RG-distributions import Gaussian

gaussian_one = Gaussian(25, 2)

gaussian_one.mean

gaussian_one + gaussian_one

(You can find a detailed description of each function's usage in the following files: Gaussiandistribution.py and Binomiladistribution.py inside the RG_distributions directory)

gaussian_distribution_python_package's People

Contributors

rawan19 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.