I am doing some work to iteratively improve the mean performance of a process.
For each iteration $i$ I gather data data on the performance $X$. At each iteration I have $10000$ samples which give a mean of $\bar{x_i}$ and a variance $s_i^2$. I only have summary statistics, not the original data.
I want to test if the means are improving over time but doing a simple linear regression is a bit crude because I have information on the variability of each sample mean.
What would be a more sensible way to include the sample variances in my regression model?