ce_dirichlet_mle_fp.m Generates Dirichlet data, computes the MLE via CE with normal updating, and computes the MLE via a fixed point method for comparison. Uses dirichlet_log_like.m, dirichletrnd.m, and dirichlet_MLE_FP.m
dirichlet_log_like.m Computes the log-likelihood function for Dirichlet data.
dirichlet_MLE_FP.m Computes the MLE of Dirichlet data via a fixed point technique.
dirichletrnd.m Generates Dirichlet data.

back