Duplicate Question
The question on this page has been marked as a duplicate question.
Original Question
how do i set up data to find the standard deviation of the data?Asked by chicken littell
how do i set up data to find the standard deviation of the data?
Answers
Answered by
Damon
first you need the mean
Xmean =sum of all points/number of points
then you need a list of differences from mean
(Xi-Xmean)
some will be - and some +
then square the values in that list
(Xi-Xmean)^2
divide by (n-1) one less than number of points
take the square root
Xmean =sum of all points/number of points
then you need a list of differences from mean
(Xi-Xmean)
some will be - and some +
then square the values in that list
(Xi-Xmean)^2
divide by (n-1) one less than number of points
take the square root
Answered by
Damon
check out:
http://www.easycalculation.com/statistics/learn-standard-deviation.php
http://www.easycalculation.com/statistics/learn-standard-deviation.php
There are no AI answers yet. The ability to request AI answers is coming soon!
Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.