Finding standard deviation or error from normalized data.

Click For Summary
To find the standard deviation or error from normalized data, first clarify the normalization process, typically involving scaling data sets by a factor based on averages. When normalizing data, the mean of the scaled data is adjusted by the scaling factor. The variance of the normalized data is calculated as the original variance multiplied by the square of the scaling factor. Consequently, the standard deviation of the normalized data is the absolute value of the scaling factor times the original standard deviation. Understanding these relationships is crucial for accurate statistical analysis in projects.
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
1K
  • · Replies 3 ·
Replies
3
Views
4K