Let $X_{1}, X_{2},...,X_{n}$ be i.i.d from the Laplace distribution or Double exponential distribution $DE(\mu, \sigma)$ with the following pdf,
$$f(x) = \frac{1}{2\sigma} e^{\dfrac{-|x-\mu|}{\sigma}}\quad, \quad\mu\in \mathbb{R}, \quad\sigma>0$$
I am intended to find the sufficient and complete statistics for $\mu$ and $\sigma$, It can be done in the following way.
$$f(X_{1}, X_{2},...,X_{n}) = \frac{1}{(2\sigma)^{n}} e^{\dfrac{-\sum^{n}_{i=1}|x_{i}-\mu|}{\sigma}}\quad, \quad\mu\in \mathbb{R}, \quad\sigma>0$$
So, we can say that $(m, \sum^{n}_{i=1}|X_{i}-m|)$ is sufficient and complete statistics for $(\mu, \sigma)$, where $m$ is the median.
I also want to determine the distribution of $T=\sum^{n}_{i=1}|X_{i}-m|$. Do you have any idea to find the distribution of $T$?
Thank you in advance.