By inspection I notice that
Shifting does not change the standard deviation but change mean.
{1,3,4}has the same standard deviation as{11,13,14}for example.Sets with the same (or reversed) sequence of adjacent difference have the same standard deviation. For example,
{1,3,4},{0,2,3},{0,1,3}have the same standard deviation. But the means are different.
My conjecture: There are no two distinct sets with the same length, mean and standard deviation.
Question
Is it possible to have 2 different but equal size real number sets that have the same mean and standard deviation?
$-2,-1,3$ and $-3,1,2$ both have a mean of $0$ and a standard deviation of $\sqrt\frac{14}{3}$.