I have 7 variables $A_i$, $i\in\{-3,-2,-1,0,1,2,3\}$. ($A_{-1}$ and $A_1$) are identically distributed. ($A_{-2}$ and $A_2$) are identically distributed. ($A_{-3}$ and $A_{3}$) are identically distributed. These variables cannot be assumed to be independent. These variables are strictly positive. The distribution of the $A_i$ variables is unknown and is the result of complex many body interactions between thousands of atoms.
I have experimental estimates of the expected values, and the variance covariance matrix of the $A_i$ variables, that is I have estimates of $cov(A_i,A_j) \ \forall\{i,j\}$.
Let $A_T=\sum_iA_i$ and $A_t^j=A_t-A_j$
I want to compute estimates of the covariances between the normalized $A_i$ as a function of the estimates I already have. That is I want to compute
$$cov(\frac{A_i}{A_T},\frac{A_j}{A_T})$$
To do so I am trying to use the Delta method (Please have a look at this link for example). However I am not sure that the answer in this post is right.
In any case, by mimicking the answer in the link above, I define $$g(A_i,A_j,A_T)=\left(g_1,g_2\right)=\left(\frac{A_i}{A_T},\frac{A_j}{A_T}\right)$$ and try to write $ \nabla g$ mimicking the link above.
The first term of this gradient for example is given by $$\frac{\partial g_1}{\partial A_i}=\frac{1\times A_T-\partial A_T/\partial A_i\times A_i }{A_T^2}$$ To compute the value of $\frac{\partial A_T}{\partial A_i}$ I say the following:
$\sum_i\frac{\partial A_i}{\partial A_T}=\frac{\partial A_T}{\partial A_T}=1$ so that by symmetry (even though the $A_i$ variables are neither independent nor exchangeable) $\frac{\partial A_i}{\partial A_T}=\frac{1}{7}$ therefore $\frac{\partial A_T}{\partial A_i}=\frac{\partial A_i}{\partial A_i}+\sum_{j\neq i}\frac{\partial A_j}{\partial A_i}=1+\sum_{j\neq i}\frac{\partial A_j}{\partial A_T}\frac{\partial A_T}{\partial A_i}=1+\frac{6}{7}\frac{\partial A_T}{\partial A_i}$ which gives : $\frac{\partial A_T}{\partial A_i}=7$ and eventually
$$\frac{\partial g_1}{\partial A_i}=\frac{A_T-7 A_i }{A_T^2}$$
In particular $\frac{\partial A_i}{\partial A_j}=1$ according to the arguments above, which is weird.
All of this feels wrong, I am not sure of the meaning to give to derivatives with respect to random variables either which does not seem to be a problem in the post above.
Can anyone confirm or refute the validity of this derivation ? Can you give me a method to compute the covariance of normalized variables ? Even approximatively