Skip to content

Backend-side of Probscalc, web app to calculate discrete distribution

License

Notifications You must be signed in to change notification settings

izharul-haq/probscalc-back

Repository files navigation

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.

About

Backend-side of Probscalc, web app to calculate discrete distribution

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published