Giter VIP home page Giter VIP logo

normal-distribution's Introduction

Normal-Distribution

This repository contains python program to plot graph of Normal Distribution. I have written this python programs using matplot library.

To clone this repository to your system you can paste and run the following command in your terminal

git clone https://github.com/hm05/Normal-Distribution.git
cd Normal-Distribution

Before running the program it is advisable to check if you have python installed on your device or not. To check this you can run this command

python --version

OR

python3 --version

After confirming python you need to install the dependencies, to do this you can run the following command

If python --version works for you

pip install numpy
pip install matplotlib
pip install scipy

If python3 --version works for you

pip3 install numpy
pip3 install matplotlib
pip3 install scipy

After the installation of dependencies you can run the program as follows

For problem where we have to plot graph for the value of Xˉ is Less Than single observation

python --version works for you

python ./XLessThan.py

python3 --version works for you

python3 ./XLessThan.py

For problem where we have to plot graph for the value of Xˉ is Greater Than single observation

python --version works for you

python ./XGreaterThan.py

python3 --version works for you

python3 ./XGreaterThan.py

For problem where we have to plot graph for the value of Xˉ in fixed interval

python --version works for you

python ./FixedInterval.py

python3 --version works for you

python3 ./FixedInterval.py

normal-distribution's People

Contributors

hm05 avatar

Watchers

 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.