Calculate the average for your group of numbers. The formula for the average is: average = (X1 + X2 + X3 ....) / n
where "n" equals the total number of x values.
Calculate the standard deviation. To find the standard deviation you take the square root of [ (X1 - average)^2 + (X2 - average)^2 .... / (n - 1)] Refer to the link under "References" for the equation written mathematically.
Calculate relative standard deviation by diving the standard deviation by the average then multiply by 100. Your answer will be expressed as a percentage.