Skip to content
Prev 107051 / 398500 Next

maximum likelihood estimation of 5 parameters

Franco,
You can provide lower and upper bounds on the parameters if you use optim
with method="L-BFGS-B".
Hth, Ingmar
Hi Guys, it would be great if you could help me with a MLE problem in R.

I
b1,
gamma
distribution,
function for
a2, b2, Eij),}
The maximum likelihood estimate of theta is the vector that maximizes
above equation (the values of N and E are given). The authors of the
I read say that the maximization involves an iterative search in the
dimensional parameter space, where each iteration involves
log[L(theta)] and its first and second-order derivatives. In test
suggested that the maximization typically takes between 5 and 15
from the starting point theta = (a1 = 0.2, b1 = 0.1, a2 = 2, b2 =
1/3). 

Now I have done maximization of a gamma-poisson mixture before
gamma) successfully and I could determine correctly alpha (a)
But this one above is giving me ridiculously large unusable
example P should not be above 1 and sometimes I get values of
negative values! I know the values I should be obtaining with my
shouldn't be far from the staring points. Is there a way to help me
this issue? Thanks.