Consider the sum of three normal random variables:
$ R_{i,j}=A_{i}+B_{j}+C_{i,j}\, $
where $ A_{i}∼N(μ_{A},σ_{A}) $ , $ B_{j}∼N(μ_{B},σ_{B}) $ and $ C_{i,j}∼N(μ_{C},σ_{C}) $ . Assuming $A$, $B$ and $C$ are iid (independent), the density of $R$ is still normal, with mean $μ_{A}+μ_{B}+μ_{C}$ and variance $σ_{A}+σ_{B}+σ_{C}$.
Suppose I observe a list of realizations of $R$ (about 500 observations) as well as the $i$ and $j$ of each realization (so I know if two realizations of $R$ share the same $j$ for example).
How can I recover the distribution (mean and variance) of $A$, $B$ and $C$?