Skip to content

juangesino/stats-distributions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Statistics Distributions Tables

An easy way to search probability distribution tables for:

  • Binomial distributions
  • Poisson distributions
  • Normal distributions

Live demo at stats.juangesino.com

Demo GIF

Getting Started

  1. Install Meteor

    On Linux & Mac:

    > curl https://install.meteor.com/ | sh

    This will setup Meteor (including Node and Mongo if necessary).

    Note: Windows users must download installer.

  2. Clone Repository

    > git clone https://github.com/juangesino/stats-distributions.git

cd stats-distributions ```

  1. Install Dependencies

    If you have npm installed:

    > npm install

    If you only have meteor:

    > meteor npm install
  2. Run

    While in repository directory run:

    > meteor run

    Load browser and go to http://localhost:3000/

Deployment

For instructions on how to deploy this project on Heroku follow this amazing tutorial.

Built With

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.

Releases

No releases published

Packages

No packages published