2.37
Introduces an alternative parameterization for the gamma distribution. Minor cleanups for weibull and gamma parameterizations.
2.31
This release introduces "Triangular Distribution", also includes a new way to represent alternative parameterizations via dedicated user interface.
For now, an alternative parameterization is only introduced to "Log-normal" distribution. The previous "Log-normal 7" distribution is removed and has been replaced with the new alternative parametrization.
2.28
Adds "Log-normal 7" distribution, which is an alternative parametrization for Log-normal distribution. The new distribution uses it's own mean and variance as its parameters instead of using normal distribution's mean and variance.
2.27
Small improvements and updates.
2.26
Small improvements and fixes.
2.25
Updates links for release iOS app
2.19
2023/01/11
Small bug fixes and improvements.
2.18
2022/10/19
Added "Uniform" and "Discrete uniform" distributions.
2.17
2022/10/04
Now text values wrap to the next line when there is not enough space, especially on small screen devices.
2.15
2022/08/07
You can now automatically calculate confidence intervals for "Middle" and "Both Tails".
For example, if you want to find 95% confidence interval of a Normal Distribution:
1. first select "Normal" distribution and select "Middle"
2. then enter "0.95" on the right side of the probability values
3. The from and to values will be automatically calculated for you (-1.96, 1.96 in this case)
You can calculate the CI for "Both", "Middle", "Lower" and "Upper".
2.14
2022/06/18
You can now automatically calculate confidence intervals for "Middle" and "Both Tails".
For example, if you want to find 95% confidence interval of a Normal Distribution:
1. first select "Normal" distribution and select "Middle"
2. then enter "0.95" on the right side of the probability values
3. The from and to values will be automatically calculated for you (-1.96, 1.96 in this case)
You can calculate the CI for "Both", "Middle", "Lower" and "Upper".
2.12.2
2022/05/24
- This release adds probability distribution moments, such as, mean, variance and standard deviation.
- Fixes occasional crash