Given $N$ means and variances $\{\mu_1,\mu_2,....\mu_N\}$ , $\{\sigma_1^2,\sigma_2^2,....\sigma_N^2 \}$ ,and the fact that combined they make a gaussian mixture, how do I compute for that mixture $M$, its mean $\mu_M$ and variance $\sigma_M^2$ using the component means and variances?
Assume equal weight for each component.