ProbsCalc is a simple calculator that help user to calculate discrete distribution with given input. Currently, ProbsCalc support four features:
-
Binomial distribution
-
Geometric distribution
-
Hypergeometric distribution
-
Poisson distribution
Files in this repository is used as backend side of ProbsCalc
-
Pre-running:
-
Install
node_modules
withyarn install
command. -
Copy
.env.example
file and rename it to.env
-
-
Run application:
-
Use
yarn dev
to run application in development mode. -
Use
yarn start
to run application in production mode.
-
-
Application is ready to use.
For documentation, refer to /docs
.