7 lines
138 B
C
7 lines
138 B
C
|
#include "common.h"
|
|||
|
|
|||
|
/* Maximum likelihood estimation of the parameters
|
|||
|
* α,β,γ.
|
|||
|
*/
|
|||
|
min_result maxLikelihood(struct sample *sample);
|