A few math questions
Just a few questions from a ninth-grader, about central tendency and spread
- The program I'm using to learn math tells me that to find the variance, we divide the result of the sigma notation (\sum_{i=1}^{n}(x_{i}-x̄)^{2}) (paste that into desmos or some other equation displayer) by (n - 1) instead of by n for a more "reliable" result. Why does subtracting 1 from n make it a more reliable answer? I cannot think of any justification for subtracting 1 from n here.
- To find the variance/standard deviation, we can't take the average of the distances between the values and the mean, since that just averages out to 0. But... why do we square (x_i - x̄) in the variance formula instead of just using the absolute value of (x_i - x̄)?? Would that not result in the average distance from the mean?
- Why are the mean, median, and mode called measures of central tendency? Tendency, according to Merriam-Webster, is a "direction or approach toward a place, object, effect, or limit," which seems as though "central tendency" would mean the spread, not the center. The only possible solution I can think of is that these are the measures of which values the data in the list tends towards, but that just doesn't seem to fit very well.