Hello,

I have sets of raw data from which I have the mean and the standard deviation per set, which become my new set. Now, I want to plot the normalized means from such new set of raw means, so I use the Feature Scaling formula ( xi'=(xi-min(x))/(max(x)-min(x)), where xi is a specific mean from my data set x of raw means), but I'm not sure what is the best way to adjust the standard deviations I calculated in the first place (from the raw data), so I can plot them with each normalized mean. I have tried different ways, and the "normalized" standard deviations become extremelly small or extremelly big.

More Jesús Banda's questions See All
Similar questions and discussions