Let $X_1,X_2,\dots, X_n$ be rvs with pdf: $$f(x\mid \theta)=\frac{1}{2\theta}I(-\theta<x<\theta)$$
I know that $Y=\max|X_{i}|$ is a sufficient statistics for $\theta$ and I found an unbiased estimator $\hat\theta$ of $\theta$,
$\hat\theta = c_n(X_{(n)}-X_{(1)})$, where $X_{(n)}$ is the largest sample, $X_{(1)}$ is the smallest sample and $c_n = (n+1)/(2n-2)$ is a constant which makes $\hat\theta$ unbiased estimator of $\theta$!
So, by Rao-Blackwell theorem, I should calculate conditional expectation $E(\hat\theta | Y)$ to improve $\hat\theta$!!
I tried to calculate this by using that
$$\max|X_i| = \max(X_{(n)},-X_{(1)})$$
However, since $X_{(n)},-X_{(1)}$ are not independent, I am having a trouble with calculating this conditional expectation!