I know there are already some questions asked regarding this, but mine is a little different. I know that variance is calculated to know how spreaded the data is w.r.t mean value.
So calculating variance is equal to calculating average of the differences between values and mean and then dividing by the number of data points we have.
Now, I have 2 questions:
1) Why don't we use absolute values instead of squaring them?(Maybe absolute values are not differentiable or something?)
2) Why do we use 'N-1' instead of 'N' when dividing?