This may be a stupid question but... is there a specific name for normalizing some data so that it has mean=0 and sd=1?
Or do I just say "data was normalized to have mean=0 and sd=1"?
thanks nico
|
This may be a stupid question but... is there a specific name for normalizing some data so that it has mean=0 and sd=1? Or do I just say "data was normalized to have mean=0 and sd=1"? thanks nico |
||||
|
The quantity $z = \frac{X - \mu}{\sigma}$ is a standard score. So, standardization is a common way to refer to it. |
|||
|
I think it is just called z-score. |
|||||||||
|
standardized? – gd047 Aug 20 '10 at 8:34