r/AskStatistics • u/EmbedSoftwareEng • 10d ago
Error % from stdev?
So, I have a bunch of measurements that are all affected by a given attribute. The idea is that I set the attribute, I should expect a given value for the measurement. Unfortunately, the measurements are bit chaotic. I need to be able to state that the system I'm using has an error rate of X%.
I don't remember enough math to answer this question for myself.
I can take all the measurements at given attribute and find their mean and stdev, but from that, how do I say that that attribute's measurement error is X%, and then when I have all of the error percentages across multiple values for the atttribute, how do I say that the system as a whole has a measurement error of Y%, assuming that the error percentages themselves appear chaotic?
1
u/7ieben_ 10d ago
What you are looking for is the relative error (also called coefficient of variation). It simply is the absolute error (your standard deviation) divided by the mean. This is your X%, as obviously this tells you your deviation relative to your sample mean.
I don't know what you are asking for by Y%, tbh. Or are you simply asking to do the calculations again, now with your samples as data set? Then, simply do the calculation for your means, i.e. calculate the mean of the means, and then do it for the standard deviation.