[Math] sufficient statistic for shifted exponential distribution

probabilitystatistics

Suppose we have $X_1, \ldots, X_n$ i.i.d, $X_i \sim \text{Exp}(1, \mu)$ (pdf is $f_\mu(x) = e^{-(x-\mu)}$ for $x \geq \mu$ and $0$ for $x < \mu$). Is there any one dimensional (i.e. $T: \mathbb{R}^n \to \mathbb{R}$) sufficient statistic for parameter $\mu$? Obvious two dimensional sufficient statistic is $T(x_1, \ldots, x_n) = \left( \sum x_i, \min x_i \right)$, but I have a hard time finding one dimensional statistic.

Best Answer

The likelihood of an i.i.d. sample $x=(x_i)_{1\leqslant i\leqslant n}$ of distribution $\mathcal E(1,\mu)$ is $$ L(\mu,x)=\exp(-s(x)+n\mu)\cdot[t(x)\geqslant\mu], $$ where $s(x)=\sum\limits_{i=1}^nx_i$ and $t(x)=\min\limits_{1\leqslant i\leqslant n}x_i$. This is $$ L(\mu,x)=h(x)g(\mu,t(x)), $$ with $h(x)=\exp(-s(x))$ and $g(m,u)=\exp(nm)\cdot[u\geqslant m]$ hence $t:x\mapsto t(x)=\min\limits_{1\leqslant i\leqslant n}x_i$ is a sufficient statistic for $\mu$.

Related Question