Let $X_i$ be i.i.d $exp(\lambda)$ and take any $a > 0$.
I want to find the UMVUE of $P(X_i < a ) = 1-\exp(-\lambda a)$.
My attempt
By properties of the exponential family we know $\sum_i X_i$ is a complete sufficient statistic for $\lambda$.
Hence we only need to:
Find an unbiased estimator of $P(X_i < a)$
Condition it on $T(X) = \sum_i X_i$ and apply Lehmann-Scheff Theorem
An obvious candidate for an unbiased estimator is using indicator functions. For example
$$\delta (X) = 1(X_1 < a)$$
Is an unbiased estimator. Hence the estimator
$$T(X) = E[\delta(X) | T(X) = t]$$
Is the UMVUE of $P(X < a)$. However, I am having trouble deriving this. The problem I am having is the fact I have conditioned a continuous random variable on a discrete condition $T(X) = t$. How can I proceed?