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 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 computer code and data files described and made available on this web page are distributed under the MIT license
asa189 is available in a FORTRAN90 version.
Original FORTRAN77 version by D Smith; FORTRAN90 version by John Burkardt.