Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 700 Bytes

README.md

File metadata and controls

33 lines (17 loc) · 700 Bytes

ProbsCalc

ProbsCalc is a simple calculator that help user to calculate discrete distribution with given input. Currently, ProbsCalc support four features:

  1. Binomial distribution

  2. Geometric distribution

  3. Hypergeometric distribution

  4. Poisson distribution

Files in this repository is used as backend side of ProbsCalc

How to Use

  1. Pre-running:

    • Install node_modules with yarn install command.

    • Copy .env.example file and rename it to .env

  2. Run application:

    • Use yarn dev to run application in development mode.

    • Use yarn start to run application in production mode.

  3. Application is ready to use.

Note

For documentation, refer to /docs.