#include "common.h"

/* Maximum likelihood estimation of the parameters
 * α,β,γ.
 */
min_result maxLikelihood(struct sample *sample);