Tagged Questions
8
votes
1answer
206 views
Determining true mean from noisy observations
I have a large set of data points of the form (mean, stdev). I wish to reduce this to a single (better) mean, and a (hopefully) smaller standard deviation.
Clearly I could simply compute $\frac{\sum ...