Parameter Solver
This application will solve for the distribution parameters
of a random variable given either two quantiles or the mean and variance. The
supported distribution families are
- Beta
- Gamma
- Inverse Gamma
- Log normal
- Normal
- Weibull
This software is included as a utility inside
Inequality Calculator,
Adaptive Randomization,
and
Multc Lean.

For more information, see the
Parameter Solver user's guide included with
the download distribution.
J. Kyle Wathen and Hoang Nguyen developed the user interface using
C#
and the Microsoft .NET framework version 1.1.
John Cook implemented the numerical algorithms using Visual C++.