I'm trying to deduce which distribution my data follows and how to estimate the parameters. I have four random variables $X_i \sim N(\mu_i,\sigma_i^2)$ where the means and variances are all different. The covariance of each possible pair of variables is not zero so this makes them not independent. Now I want to figure out what is the distribution of the variable f with f being:
$$ f = \sum_{i=1}^4 (\frac{1}{4}-X_i)^2 $$
So does anyone know the kind of distribution it follows and it's parameters? I think it will be a Gamma distribution but I have no idea how to estimate the parameters based on the means and variances of the $X_i$ variables. Thanks in advance!