I know how to calculate SD when given data points by using: $ \displaystyle \mathrm{SD} = \sqrt{\sum(x^2 - \text{mean}^2) / n} $.
I have been given just the sum of $x$ and sum of $x^2$. How do I calculate SD from this?!
An example question I am stuck on: Sum of $x = 1303$
Sum of $x^2 = 123557.$
There are 14 years for which the data is given - I would assume this is n...
In a not confusing manner (hopefully) the way i would start is to work out the variance using: Sxx = (Sum of)x^2 - n(Mean)^2
Then from there to find the standard deviation i would use:
srqroot(Sxx/n-1)
hopefully that has helped!