Application visualizing common probability distributions based on probability density function. The technology used illustrates the potential of combining the building of a user interface with the calculation of mathematical models by the engine.
version 1.2
+ input fields
+ components invalidation
- Poisson distribution range calculation bug
- Desktop Compose 1.2.2
- Kotlin 1.7.20
- JDK 11
- Gradle 8.0.2
- Make sure your JAVA_HOME paths to jdk directory.
- Clone repository:
git clone https://github.com/ExaggeratedRumors/distribution-visualizer.git
- Open application root directory and put command:
./gradlew run