Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juangesino/stats-distributions
Interactive probability distribution tables for easy handling.
https://github.com/juangesino/stats-distributions
meteor meteorjs probability probability-distributions statistics
Last synced: about 2 months ago
JSON representation
Interactive probability distribution tables for easy handling.
- Host: GitHub
- URL: https://github.com/juangesino/stats-distributions
- Owner: juangesino
- License: mit
- Created: 2018-03-02T07:00:19.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-21T06:02:48.000Z (almost 6 years ago)
- Last Synced: 2024-10-13T06:51:03.053Z (3 months ago)
- Topics: meteor, meteorjs, probability, probability-distributions, statistics
- Language: HTML
- Homepage: http://stats.juangesino.com
- Size: 269 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Statistics Distributions Tables
An easy way to search probability distribution tables for:
- Binomial distributions
- Poisson distributions
- Normal distributionsLive demo at [stats.juangesino.com](stats.juangesino.com)
![Demo GIF](https://github.com/juangesino/stats-distributions/raw/master/public/assets/images/intro2.gif)
## Getting Started
0. **Install Meteor**
On Linux & Mac:
```sh
> curl https://install.meteor.com/ | sh
```This will setup [Meteor](http://github.com/meteor/meteor) (including [Node](https://github.com/nodejs/node) and [Mongo](https://github.com/mongodb/mongo) if necessary).
> _Note:_ Windows users must [download installer](https://www.meteor.com/install).
0. **Clone Repository**
```sh
> git clone https://github.com/juangesino/stats-distributions.git
> cd stats-distributions
```0. **Install Dependencies**
If you have npm installed:
```sh
> npm install
```If you only have meteor:
```sh
> meteor npm install
```0. **Run**
While in repository directory run:
```sh
> meteor run
```Load browser and go to [http://localhost:3000/](http://localhost:3000/)
## Deployment
For instructions on how to deploy this project on Heroku follow [this](https://medium.com/@leonardykris/how-to-run-a-meteor-js-application-on-heroku-in-10-steps-7aceb12de234) amazing tutorial.
## Built With
* [Meteor](https://www.meteor.com/)
* [Bootstrap](http://getbootstrap.com/)
* [jQuery](https://jquery.com/)## Contributing
1. Fork it ( https://github.com/juangesino/stats-distributions/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request## License
See [LICENSE](https://github.com/juangesino/stats-distributions/blob/master/LICENSE).