Given the data set: {4,6,8} , calculate the standard deviation. Use the following formula to calculate standard deviation: sigma is equal to square root of the fraction with numerator the sum from i is equal to 1 to n of open paren x sub i minus m close paren squared and denominator n end root where x sub i is each data point, and n is the number of data points.