Can a sample have a standard deviation of zero?

1 Answer
Oct 21, 2015

It is possible but (in my opinion) only if a sample consists of the same data.

Explanation:

It is possible but (in my opinion) only if a sample consists of the same data.
For example let there be a set of data: #{5;5;5;5;5;5;5;5;5;5}#.

There are ten fives in the set.
Now let's calculate mean and standard deviation.

Mean: #bar(x)=(5*10)/10=5#

Standard deviation:

#sigma=sqrt(Sigma_{i=1}^n(x_i-bar(x)))=sqrt(Sigma_{i=1}^10(5-5))=sqrt(Sigma_{i=1}^10(0))=sqrt(0)=0#

Every component of this sum is equal to zero because the mean is equal to every element in the data set. Sum of 10 zeros is also zero, and the square root of zero is zero, therefore the deviation #sigma# is also zero.