Sufficient Statistics for the Beta Distribution
📂Probability DistributionSufficient Statistics for the Beta Distribution
Theorem
Given a random sample X:=(X1,⋯,Xn)∼Beta(α,β) that follows a beta distribution,
the sufficient statistic T for (α,β) is as follows.
T=(i∏Xi,i∏(1−Xi))
Proof
f(x;α,β)===k=1∏nf(xk;α,β)k=1∏nB(α,β)1xkα−1(1−xk)β−1B(α,β)1(k=1∏nxk)α−1(k=1∏n(1−xk))β−1
According to the Neyman factorization theorem, T:=(∏iXi,∏i(1−Xi)) is the sufficient statistic for (α,β).
■