Tom K. answered 06/12/20
Knowledgeable and Friendly Math and Statistics Tutor
We solve problems like this by maximizing the log likelihood rather than the likelihood, as this converts multiplications into sums.
As f(y) = αβα/(β+y)α+1 , ln(f(y)) = ln(α) + α ln(β) - (α+1) ln(β+y), and the log likelihood is
n ln(α) + n α ln(β) - (α+1) ∑ ln(β+yi)
We then maximize by setting the α and β derivatives equal to 0.
For the α derivative,
n/α + n ln(β) - ∑ ln(β+yi) = 0, or n/α + n ln(β) = ∑ ln(β+yi)
For the β derivative,
n α/β - (α+1) ∑1/(β+yi) = 0, or n α/β = (α+1) ∑1/(β+yi)
Yet, as the values of α and β thus calculated are estimates, not the true values, we can replace them with hat.
n/α-hat + n ln(β-hat) = ∑ ln(β-hat + yi)
n α-hat/β-hat = (α-hat+1) ∑1/(β-hat + yi)