Given a generic mixture model $X$ of $k$ components, with distribution
$$ f(x)=∑_i\pi_if_i(x), $$
It is easy to show that the $k-th$ moment is just the weighted mean of the $k-th$ moments of the mixture components
$$ E_f[x^k]=∑_i\pi_i E_{f_i}[x^k] $$
However I can not find any result to estimate the weighted mean of the variances of the mixture components
$$ ?=∑_i\pi_i Var_{f_i}[x] $$
Is there any known estimator for such a value? Consider that the $\pi_i$ are unknown and the the $f_i$ come from the same distribution.
Should I do any hypothesis about the distribution of the $f_i$? I would like to work in the highest possible generality.. Appearently it looks very simple but I can't come out with a result.