#ifndef MLE_H #define MLE_H 1 #include class PMF; int maximumLikelihoodEstimate(unsigned k, int first, int last, const std::vector& samples, const PMF& pmf, unsigned len0, unsigned len1, bool rf, unsigned& n); #endif