I was using the standard deviation formula, because it was a part of a homework assignment, when I remembered that the square root of the sum of squared numbers isn't always equal to the sum of the numbers.
I'm quite sure that the reason for squaring the numbers, and then take the square root of them, is so that there are no negative numbers. However, if they wanted to do that, they could've just used abs().
I've tried solving a problem using logic, and it didn't match the result I got by using the formula.
Try finding the standard deviation of (1, 2, 3).
I think we can all agree that the average deviation from the mean is 2/3. Now try to use the formula.
Is there something I'm missing, or is the formula wrong?
I'm quite sure that the reason for squaring the numbers, and then take the square root of them, is so that there are no negative numbers. However, if they wanted to do that, they could've just used abs().
I've tried solving a problem using logic, and it didn't match the result I got by using the formula.
Try finding the standard deviation of (1, 2, 3).
I think we can all agree that the average deviation from the mean is 2/3. Now try to use the formula.
Is there something I'm missing, or is the formula wrong?
