A sample of blood pressure measurements is taken for a group of adults, and those values (mm Hg) are listed below. The values are matched so that 10 subjects each have a systolic and diastolic measurement. Find the coefficient of variation for each of the two samples; then compare the variation. 119,126,157,96,154,123,115,135,125,118
"\\bar{x} = \\frac{\\sum x}{n} \\\\\n\n\\bar{x} = \\frac{119+126+157+96+154+123+115+135+125+118}{10}=127.1 \\\\\n\ns = \\sqrt{\\frac{\\sum(x-\\bar{x})^2}{n-1}} \\\\\n\ns = \\sqrt{\\frac{(119-127.1)^2 + (129-127.1)^2+...+(118-127.1)^2}{9}} \\\\\n\n= \\frac{2966.9}{9} = 329.65"
Coefficient of variation "= \\frac{s}{\\bar{x}} = \\frac{127.1}{329.65} = 0.385"
Comments
Leave a comment