Consider a negative binomial random variable Y as the number of failures that occur before the r th success in a sequence of independent and identical success/failure trials. The pmf of $Y$ is $$nb(y;r,\theta)=\begin{cases} {y+r-1 \choose y}\theta^{r}(1-\theta)^{y} & y=0,1,2,\dots\\ 0 & \text{otherwise } \end{cases}$$ Suppose that $r\geq2$ .
(a) Show that $\tilde{\theta}=\frac{r-1}{Y+r-1}$ is an unbiased estimator for $\theta$ ; i.e. show that $E(\tilde{\theta})=\theta$ .
How woudl I proceed? How do I even calculate $E(\tilde{\theta})$? This might be a stupid question since the teacher hasn't covered this yet (i'm learning more quickly) but how would this thing work?