add parameter estimators for statistical distributions
also average log-likilihood functions. given a set of observations, what is the avg log likilihood of them given the parameters of the distribution.
then, for those distributions without closed form MLE estimators (such as beta), one can use newton's method on the avg log likilihood. (maybe using method of moments to get the initial point.)