Quant Memo
Statistics/●●●●●

Trials until the first hit, the geometric MLE

A quality-control bot keeps trying an operation until it first succeeds and records the number of attempts each time. Model each record as XGeometric(p)X \sim \text{Geometric}(p) on {1,2,3,}\{1, 2, 3, \dots\}, with P(X=k)=(1p)k1pP(X = k) = (1-p)^{k-1} p. You have nn independent records x1,,xnx_1, \dots, x_n.

Find the maximum likelihood estimate of the success probability pp.

Your answer

More Statistics questions