Finding standard deviation or error from normalized data.

Click For Summary
SUMMARY

This discussion focuses on calculating the standard deviation of normalized data sets. The user seeks to understand how to find the standard deviation or error after normalizing data sets x2, x3, and x4 to a reference average a1. The key takeaway is that when scaling data by a factor k, the standard deviation of the scaled data is the absolute value of k multiplied by the standard deviation of the original data. This relationship is crucial for accurately interpreting the variability in normalized datasets.

PREREQUISITES
  • Understanding of basic statistical concepts, including mean and standard deviation.
  • Familiarity with data normalization techniques.
  • Knowledge of variance calculations in statistics.
  • Basic algebra for manipulating equations and understanding scaling factors.
NEXT STEPS
  • Research "Data normalization techniques" to understand various methods of scaling data.
  • Learn about "Variance and standard deviation calculations" for deeper statistical insights.
  • Explore "Statistical scaling factors" and their impact on data analysis.
  • Study "Sample mean and its significance" in statistical datasets.
USEFUL FOR

This discussion is beneficial for statisticians, data analysts, and researchers who need to understand the implications of normalizing data sets and calculating their standard deviations accurately.

doublemint
Messages
138
Reaction score
0
Hello All,

I am trying to figure out how to find the standard deviation or error in sets of data. So let's say I have sets x1, x2, x3 and x4 with various values and I found the average and standard deviations for it. Now I have to take the averages, let's say a1, a2, a3, a4, and normalize a2,a3,a4 to a1. Now how do I find the standard deviation or error in the normalized sets? Forgive my ignorance, but I am suppose to do this for a project and I have never taken any stats course before..

Thanks
DoubleMint
 
Physics news on Phys.org
What do you mean by "normalize"? For example, do you mean that multiply each datum in the data set x2 by the factor (a2/a1) ?

Let the data be the d_i. Let the sample mean be m . Let the scaling factor be k

The mean of the scaled data k d_i is m k

The variance of the scaled data is:

\sum \frac { ( k d_i - m k )^2}{n} = \sum \frac{k^2 (d_i - k)^2 }{n} = k^2 \sum \frac{(d_i - m)^2}{n}

This is k^2 times the variance of the original sample.

So the sample standard deviation of the scaled data is |k| times the standard deviation of the original data.
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
15K
Replies
4
Views
13K
Replies
4
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 3 ·
Replies
3
Views
7K