analistica/ex-3/likelihood.h

7 lines
138 B
C
Raw Normal View History

2020-03-06 02:24:32 +01:00
#include "common.h"
/* Maximum likelihood estimation of the parameters
* α,β,γ.
*/
min_result maxLikelihood(struct sample *sample);