February 18th, 2003, 2:02 pm
I have a easy problem but I can´t solve it, maybe i don´t think about it too. Well, I have a mix distribution, it means, this one has a discrete part and a continuous part, for example:f(x)= p*I(x=0)+(1-p)I(x>0)f(x)where p is a parameter of the distribution. It is between zero and one, it's a probability.I(x=0)= 1 if x=0 and 0 if x is not equal 0.f(x) is a probability density function of a Gamma(a,b).Well this function has three parameters: p,a,b, and i want to find the likehood of it to get this parameters by MLH.Thanks everybody.