I have a sample of data sets A = {a1, a2, a3, ...aN}
We will change each data value following the same pattern, say a1’ =a1*10, a2’ = a2*10. Which statistics evaluated from this data set will be changed?
Assume that I increase the size of this data set simply by make copies for each data,
A’ = {a1, a1, a1, a2, a2, a2, a3, a3, a3,...}
How will this changing affect the different statistics, like mean, standard deviation, etc.?