Say you have:
$f(x_i,y_i)=\lambda \mu \exp\{-\lambda x_i-\mu y_i\}$
However you only observe:
$Z_i=\min (X_i,Y_i)~$ & $~U_i=\begin{cases}1~\text{if}~Z_i=X_i \\ 0~\text{if}~Z_i=Y_i\end{cases} $
We are asked to find a minimally sufficient statistic for this model.
What I have done is to find the marginal distributions $Z_i\sim\exp(\lambda+\mu)$ and $U_i\sim\text{Bernoulli}(\frac{\lambda}{\lambda+\mu})$. Then using the ratio theorem I found the minimally sufficient statistic for each which are essentially just the sums. So I was wondering if together the two statistics that I found would be minimally sufficient for $(\lambda,\mu)$ or do I really have to use the joint distribution to find the statistic.
Thanks