https://github.com/deve-sh/normal-distributor
A JavaScript Project to form a Normal Probability Distribution out of a provided Sample.
https://github.com/deve-sh/normal-distributor
javascript normal-distribution statistics
Last synced: 9 months ago
JSON representation
A JavaScript Project to form a Normal Probability Distribution out of a provided Sample.
- Host: GitHub
- URL: https://github.com/deve-sh/normal-distributor
- Owner: deve-sh
- Created: 2019-03-14T07:45:21.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-18T07:21:06.000Z (about 7 years ago)
- Last Synced: 2025-08-11T16:32:31.234Z (10 months ago)
- Topics: javascript, normal-distribution, statistics
- Language: JavaScript
- Size: 29.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#
Normal Distributor
This is a JavaScript project that allows you to provide it with a sample dataset and form a Normal Distribution out of it.
[See it in Action Here!](https://deve-sh.github.io/Normal-Distributor)
## Installation
Installation is simple. Just download the Repository or clone it on your computer, using the following command on the command line :
```git
git clone https://github.com/deve-sh/Normal-Distributor.git
cd Normal-Distributor
```
Open the index.html file in your browser past the above step.
## Usage
The Website is easy to use. Just open the index.html file in a browser that supports JavaScript.
Enter the number of classes in the data and submit the form. You will then be presented with the provided number of input fields.
**Note** : Classes need to be seperated via a **-**. Example : 65 - 70.
Enter the frequencies corresponding to each Class and Submit. You will then be presented with a Table consisting of the Normal Distribution.
## Support and Contribution
For any issue that may arise while the usage of the Project. Just email me, or raise an Issue in the repository.
For any further development, just make the necessary changes and submit a pull request to the Repository.
### License
The Repository has no license attributed to it and is open for any further development.