asa189, a Fortran90 code which does a maximum likelihood estimation of the parameters of a Beta Binomial Probability Density Function (PDF), by D Smith.
The code is a version of Applied Statistics Algorithm 189.
This algorithm analyzes data that was generated by a beta binomial probability density function, and tries to estimate the values of the parameters that determing that PDF.
The information on this web page is distributed under the MIT license.
asa189 is available in a Fortran90 version.
Original Fortran77 version by D Smith; This version by John Burkardt.