Mean is average of a given set of data. Let us consider below example

These eight data points have the mean (average) of 5:


Where μ is mean and x1, x2, x3…., xi are elements.Also note that mean is sometimes denoted by 
Variance is the sum of squares of differences between all numbers and means.
Deviation for above example. First, calculate the deviations of each data point from the mean, and square the result of each:

variance =
= 4.

Where μ is Mean, N is the total number of elements or frequency of distribution.
Standard Deviation is square root of variance. It is a measure of the extent to which data varies from the mean.
Standard Deviation (for above data) =
= 2
Why did mathematicians choose a square and then square root to find deviation, why not simply take the difference of values?
One reason is the sum of differences becomes 0 according to the definition of mean. Sum of absolute differences could be an option, but with absolute differences, it was difficult to prove many nice theorems. [Source: MIT Video Lecture at 1:19]

- Value of standard deviation is 0 if all entries in input are same.
- If we add (or subtract) a number say 7 to all values in the input set, the mean is increased (or decreased) by 7, but the standard deviation doesn’t change.
- If we multiply all values in the input set by a number 7, both mean and the standard deviation is multiplied by 7. But if we multiply all input values with a negative number say -7, the mean is multiplied by -7, but the standard deviation is multiplied by 7.
- Standard deviation and variance is a measure that tells how spread out the numbers is. While variance gives you a rough idea of spread, the standard deviation is more concrete, giving you exact distances from the mean.
- Mean, median and mode are the measure of central tendency of data (either grouped or ungrouped).
Below questions have been asked in previous year GATE exams
https://www.geeksforgeeks.org/gate-gate-cs-2012-question-64/
References:
https://en.wikipedia.org/wiki/Standard_deviation
http://staff.argyll.epsb.ca/jreed/math30p/statistics/standardDeviation.htm
Please write comments if you find anything incorrect, or you want to share more information about the topic discussed above
Feeling lost in the world of random DSA topics, wasting time without progress? It's time for a change! Join our DSA course, where we'll guide you on an exciting journey to master DSA efficiently and on schedule.
Ready to dive in? Explore our Free Demo Content and join our DSA course, trusted by over 100,000 geeks!
Last Updated :
14 Sep, 2023
Like Article
Save Article