I am trying to get the distribution of a weighted sum when the weights are uncertain:
$S = \sum\limits_{i=1}^N w_iC_i = \mathbf{w}\cdot \mathbf{C}$ where vector $\mathbf{w}$ is random with components having an N-dimensional Dirichlet distribution,: $\mathbf{w} \sim \mathcal{D}_{\theta_1,\theta_2...\theta_n}$ such that $\sum\limits_{i=1}^N w_i = 1$
The vector $\mathbf{C}$ is an N-dimensional fixed vector, whose components are the terms being randomly weighted.
I think that I can approximate the dirichlet by a multivariate gaussian, with variance-covaraince matrix determined from the dirichlet variances-covariances. Then the weighted sum would could be modeled as the a truncated normal distribution.
However, is there any theory out there about the actual distribution of the above operation?

If you shift the value of $C$ as $\hat{C} = \frac{C - \min(C)\textbf{1}}{\max(C) - \min(C)}$, then I believe the distribution of $S = w^{\top}\hat{C}$ is a beta distribution. I don't have a proof for this but if we do the following:
If we do the above, the qqplot looks like this: