samplestd is deprecated!
scipy.stats.samplestd is deprecated; please update your code to use numpy.std.
Please note that numpy.std axis argument defaults to None, not 0.
Returns the sample standard deviation of the values in the passed array (i.e., using N). Axis can equal None (ravel array first), an integer (the axis over which to operate).