{"id":45248,"date":"2023-07-03T16:45:19","date_gmt":"2023-07-03T16:45:19","guid":{"rendered":"https:\/\/analystprep.com\/cfa-level-1-exam\/?p=45248"},"modified":"2026-03-08T18:16:42","modified_gmt":"2026-03-08T18:16:42","slug":"measures-of-dispersion","status":"publish","type":"post","link":"https:\/\/analystprep.com\/cfa-level-1-exam\/quantitative-methods\/measures-of-dispersion\/","title":{"rendered":"Measures of Dispersion"},"content":{"rendered":"\n<script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"QAPage\",\n  \"mainEntity\": {\n    \"@type\": \"Question\",\n    \"name\": \"If a security has a mean expected return of 10% and a standard deviation of 5%, its coefficient of variation is closest to:\",\n    \"text\": \"If a security has a mean expected return of 10% and a standard deviation of 5%, its coefficient of variation is closest to:\\n\\nA. 0.005.\\n\\nB. 0.500.\\n\\nC. 2.000.\",\n    \"answerCount\": 1,\n    \"acceptedAnswer\": {\n      \"@type\": \"Answer\",\n      \"text\": \"The correct answer is B. The coefficient of variation (CV) measures relative risk and is calculated as CV = s \/ x\u0304, where s is the standard deviation and x\u0304 is the mean. Substituting the values gives CV = 0.05 \/ 0.10 = 0.5.\"\n    }\n  }\n}\n<\/script>\n<script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"QAPage\",\n  \"mainEntity\": {\n    \"@type\": \"Question\",\n    \"name\": \"You have been given the following data: {12, 13, 54, 56, 25}. Assuming that this is a sample from a certain population, the sample standard deviation is closest to:\",\n    \"text\": \"You have been given the following data:\\n\\n{12, 13, 54, 56, 25}\\n\\nAssuming that this is a sample from a certain population, the sample standard deviation is closest to:\\n\\nA. 21.62.\\n\\nB. 374.00.\\n\\nC. 1,870.00.\",\n    \"answerCount\": 1,\n    \"acceptedAnswer\": {\n      \"@type\": \"Answer\",\n      \"text\": \"The correct answer is A. First calculate the sample mean: (12 + 13 + 54 + 56 + 25) \/ 5 = 32. Then compute the sample variance using s\u00b2 = [(12\u221232)\u00b2 + (13\u221232)\u00b2 + (54\u221232)\u00b2 + (56\u221232)\u00b2 + (25\u221232)\u00b2] \/ (5\u22121) = 1870 \/ 4 = 468. The sample standard deviation is the square root of the variance: \u221a468 \u2248 21.62.\"\n    }\n  }\n}\n<\/script>\n\n\n<p><iframe loading=\"lazy\" src=\"\/\/www.youtube.com\/embed\/PYgG65-xki8\" width=\"611\" height=\"343\" allowfullscreen=\"allowfullscreen\"><\/iframe><\/p>\n<p>Measures of dispersion are used to describe the variability or spread in a sample or population. They are usually used in conjunction with measures of central tendency, such as the mean and the median. Specifically, measures of dispersion are the range, variance, absolute deviation, and standard deviation.<\/p>\n<p>Measures of dispersion are essential because they give us an idea of how well the measures of central tendency represent the data. For example, if the standard deviation is large, then there are large differences between individual data points. Consequently, the mean may not be representative of the data.<\/p>\n<h2>Range<\/h2>\n<p>The range is the difference between the highest and the lowest values in a dataset, i.e.,<\/p>\n<p>$$\\text{Range = Maximum value &#8211; Minimum value}$$<\/p>\n<h4><strong>Example: Calculating the Range<\/strong><\/h4>\n<p>Consider the following scores of 10 level I candidates:<\/p>\n<p>{78\u00a0\u00a0 56\u00a0\u00a0 67\u00a0\u00a0 51\u00a0\u00a0 43\u00a0\u00a0 89\u00a0\u00a0 57\u00a0\u00a0 67\u00a0\u00a0 78\u00a0\u00a0 50}<\/p>\n<p>$$\\text{Range}=89-43=46$$<\/p>\n<p><strong>Advantage of the Range<\/strong><\/p>\n<ul>\n<li>The range is easy to compute.<\/li>\n<\/ul>\n<p><strong>Disadvantages of the Range<\/strong><\/p>\n<ul>\n<li>The range is not a reliable dispersion measure. It provides limited information about the distribution because it uses only two data points.<\/li>\n<li>The range is sensitive to outliers.<\/li>\n<\/ul>\n<h2>Mean Absolute Deviation (MAD)<\/h2>\n<p>MAD is a measure of dispersion representing the <strong>average of the absolute values<\/strong>\u00a0of the deviations of individual observations from the arithmetic mean. Therefore,<\/p>\n<p>$$\\text{MAD}=\\ \\frac{\\sum\\left|X_i-\\bar{X}\\right|}{n}$$<\/p>\n<p>Remember that the sum of deviations from the arithmetic means is always zero, which is why we use\u00a0<strong>absolute<\/strong>\u00a0<strong>values<\/strong>.<\/p>\n<p><strong>Example: Calculating Mean Absolute Deviation<\/strong><\/p>\n<p>Six financial analysts have reported the following returns on six different large-cap stocks over 2021:<\/p>\n<p>{6%\u00a0 \u00a07%\u00a0 \u00a012%\u00a0\u00a0 2%\u00a0\u00a0 3%\u00a0\u00a0 11%}<\/p>\n<p>Calculate the mean absolute deviation and interpret it.<\/p>\n<p><strong>Solution<\/strong><\/p>\n<p>First, we have to calculate the arithmetic mean:<\/p>\n<p>$$\\bar{X}=\\frac{\\left(6\\%+7\\%+12\\%+2\\%+3\\%+11\\%\\right)}{6}=6.83\\%$$<\/p>\n<p>Next, we can now compute the MAD:<\/p>\n<p>$$ \\begin{align*} \\text{MAD} &amp; = \\cfrac {\\left\\{ |6\\% \u2013 6.83\\%|+ |7\\% \u2013 6.83\\%| + |12\\% \u2013 6.83\\%| + |2\\% \u2013 6.83\\%| + |3\\% \u2013 6.83\\%| + |11\\% \u2013 6.83\\%| \\right\\}} {6} \\\\ &amp; =\\cfrac {0.83+0.17+5.17+4.83+3.83+4.17}{6} \\\\ &amp; = 3.17\\% \\\\ \\end{align*} $$<\/p>\n<p><em><strong>Interpretation<\/strong><\/em>: On average, an individual return deviates by 3.17% from the mean return of 6.83%.<\/p>\n<h2>Sample Variance and Sample Standard Deviation<\/h2>\n<p>The sample variance,\\(s^2\\), is the measure of dispersion that applies when working with a sample instead of a population.<\/p>\n<p>$$ { s }^{ 2 }=\\frac { \\sum { { \\left( { X }_{ i }- \\bar { X } \\right) }^{ 2 } } }{ n-1 } $$<\/p>\n<p>Where:<\/p>\n<p>\\(\\bar{X}\\) = Sample mean.<\/p>\n<p>\\(n\\) = Number of observations.<\/p>\n<p>Note that we are dividing by \\(n \u2013 1\\). This is necessary to remove <strong>bias<\/strong>.<\/p>\n<p>The sample standard deviation, \\(s\\), is simply the square root of the sample variance.<\/p>\n<p>$$s=\\sqrt{s^2}=\\sqrt{\\frac{\\left(X_i-\\bar{X}\\right)^2}{n-1}}$$<\/p>\n<h4><strong>Example: Calculating Sample Mean and Variance<\/strong><\/h4>\n<p>Assume that the returns realized in the previous example were sampled from a population comprising 100 returns. The sample mean and the corresponding sample variance are <em>closest\u00a0<\/em>to:<\/p>\n<p><strong>Solution<\/strong><\/p>\n<p>The sample mean will still be 6.83%.<\/p>\n<p>Hence,<\/p>\n<p>$$ \\begin{align*} { s }^{ 2 } &amp; =\\frac { \\left\\{ { \\left( 6\\%-6.83 \\%\\right) }^{ 2 }+{ \\left( 7\\%-6.83\\% \\right) }^{ 2 }+{ \\left( 12\\%-6.83\\% \\right) }^{ 2 }+{ \\left( 2\\%-6.83\\% \\right) }^{ 2 }+{ \\left( 3\\%-6.83\\% \\right) }^{ 2 }+{ \\left( 11\\%-6.83\\% \\right) }^{ 2 } \\right\\} }{ 5} \\\\ &amp; = 0.001656 \\\\ \\end{align*} $$<\/p>\n<p>Therefore,<\/p>\n<p>$$ \\begin{align*} s &amp; = 0.001656^{\\frac {1}{2}} \\\\ &amp; = 0.0407 \\end{align*} $$<\/p>\n<h2>Downside Deviation and Coefficient of Variation<\/h2>\n<p><span dir=\"ltr\" role=\"presentation\">When trying to estimate downside risk (i.e., returns below the mean), we can use the <\/span><br role=\"presentation\" \/><span dir=\"ltr\" role=\"presentation\">following measures:<\/span><\/p>\n<ul>\n<li><strong>Semi-variance<\/strong>: The average squared deviation below the mean.<\/li>\n<li><strong>Semi-deviation <\/strong>(also known as semi-standard deviation): The positive square root of semi-variance.<\/li>\n<li><strong>Target semi-variance<\/strong>: The sum of the squared deviations from a specific target return.<\/li>\n<li><strong>Target semi-deviation<\/strong>: The square root of target semi-variance.<\/li>\n<\/ul>\n<h3><strong>Sample Target Semi-Deviation<\/strong><\/h3>\n<p>The target semi deviation, \\(s_{\\text {Target }}\\), is calculated as follows:<\/p>\n<p>$$s_{\\text {Target }}=\\sqrt{ \\sum_{\\text {for all } X_{i} \\leq B}^{n} \\frac{\\left(X_{i}-B\\right)^{2}}{n-1}}$$<\/p>\n<p>Where \\(B\\) is the target and \\(n\\)\u00a0is the total number of sample observations.<\/p>\n<p>Yearly returns of an equity mutual fund are provided as follows.<\/p>\n<p>$$<br \/>\n\\begin{array}{c|c}<br \/>\n\\textbf { Month } &amp; \\textbf { Return % } \\\\<br \/>\n\\hline 2010 &amp; 36 \\% \\\\<br \/>\n\\hline 2011 &amp; 29 \\% \\\\<br \/>\n\\hline 2012 &amp; 10 \\% \\\\<br \/>\n\\hline 2013 &amp; 52 \\% \\\\<br \/>\n\\hline 2014 &amp; 41 \\% \\\\<br \/>\n\\hline 2015 &amp; 16 \\% \\\\<br \/>\n\\hline 2016 &amp; 10 \\% \\\\<br \/>\n\\hline 2017 &amp; 23 \\% \\\\<br \/>\n\\hline 2018 &amp; -10 \\% \\\\<br \/>\n\\hline 2019 &amp; -19 \\% \\\\<br \/>\n\\hline 2020 &amp; 2 \\% \\\\<br \/>\n\\end{array}<br \/>\n$$<\/p>\n<p>What is the target downside deviation if the target return is 20%?<\/p>\n<p><strong>Solution<\/strong><\/p>\n<p>$$<br \/>\n\\begin{array}{c|c|c|c|c}<br \/>\n\\textbf { Month } &amp; \\begin{array}{c}<br \/>\n\\textbf { Return } \\\\<br \/>\n\\%<br \/>\n\\end{array} &amp; \\begin{array}{c}<br \/>\n\\textbf { Deviation } \\\\<br \/>\n\\textbf { from the 20% } \\\\<br \/>\n\\textbf { target }<br \/>\n\\end{array} &amp; \\begin{array}{c}<br \/>\n\\textbf { Deviation } \\\\<br \/>\n\\textbf { below the } \\\\<br \/>\n\\textbf { target }<br \/>\n\\end{array} &amp; \\begin{array}{c}<br \/>\n\\textbf { Squared } \\\\<br \/>\n\\textbf { deviations } \\\\<br \/>\n\\textbf { below the } \\\\<br \/>\n\\textbf { target }<br \/>\n\\end{array} \\\\<br \/>\n\\hline 2010 &amp; 36.00 &amp; 16.00 &amp; &#8211; &amp; &#8211; \\\\<br \/>\n\\hline 2011 &amp; 29.00 &amp; 9.00 &amp; &#8211; &amp; &#8211; \\\\<br \/>\n\\hline 2012 &amp; 10.00 &amp; (10.00) &amp; (10.00) &amp; 100 \\\\<br \/>\n\\hline 2013 &amp; 52.00 &amp; 32.00 &amp; &#8211; &amp; \\\\<br \/>\n\\hline 2014 &amp; 41.00 &amp; 21.00 &amp; &#8211; &amp; \\\\<br \/>\n\\hline 2015 &amp; 16.00 &amp; (4.00) &amp; (4.00) &amp; 16 \\\\<br \/>\n\\hline 2016 &amp; 10.00 &amp; (10.00) &amp; (10.00) &amp; 100 \\\\<br \/>\n\\hline 2017 &amp; 23.00 &amp; 3.00 &amp; &#8211; &amp; \\\\<br \/>\n\\hline 2018 &amp; (10.00) &amp; (30.00) &amp; (30.00) &amp; 900 \\\\<br \/>\n\\hline 2019 &amp; (19.00) &amp; (39.00) &amp; (39.00) &amp; 1,521 \\\\<br \/>\n\\hline 2020 &amp; 2.00 &amp; (18.00) &amp; (18.00) &amp; 324 \\\\<br \/>\n\\hline {\\text { Sum }} &amp; {}&amp;{}&amp;{}&amp;{\\textbf{2,961}}\\\\<br \/>\n\\end{array}<br \/>\n$$<\/p>\n<p>Here \\(n = 11 \u2013 1 = 10\\) so that:<\/p>\n<p>$$\\text{Target semi-deviation} = \\left(\\frac{2961 }{10}\\right)^{0.5} = 17.21\\%$$<\/p>\n<h2><strong>Coefficient of Variation<\/strong><\/h2>\n<p>The coefficient of variation, \\(CV\\), is a measure of spread that describes the amount of variability of data relative to its mean. It has <strong>no units<\/strong>, so we can use it as an alternative to the standard deviation to compare the variability of data sets that have different means. The coefficient of variation is given by:<\/p>\n<p><span style=\"color: initial; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif; font-size: revert;\">$$ \\text{CV} = \\cfrac {s}{\\bar{X}} $$<\/span><\/p>\n<p>Where:<\/p>\n<p>\\(s\\) = Standard deviation of a sample.<\/p>\n<p>\\(\\bar{X}\\) = Mean of the sample.<\/p>\n<p><em><strong>Note<\/strong><\/em><strong>: <\/strong>The formula can be replaced with \\(\\frac{?}{?}\\) when dealing with a population.<\/p>\n<p><strong>Procedure to Follow While Calculating the Coefficient of Variation<\/strong>:<\/p>\n<ol>\n<li>Compute the mean of the data.<\/li>\n<li>Calculate the sample standard deviation of the data set, \\(s\\).<\/li>\n<li>Find the ratio of \\(s\\) to the mean, \\(x?\\).<\/li>\n<\/ol>\n<h4>Example<strong>: <\/strong>Coefficient of Variation<\/h4>\n<p>What is the relative variability for the samples 40, 46, 34, 35, and 45 of a population?<\/p>\n<p><strong>Solution<\/strong><\/p>\n<p><strong>Step 1<\/strong>: Calculate the mean.<\/p>\n<p>$$ \\text{Mean} =\\cfrac {(40 + 46 + 34 + 35 + 45)}{5} =\\cfrac {200}{5} = 40 $$<\/p>\n<p><strong>Step 2<\/strong>: Calculate the sample standard deviation. (Start with the variance, \\(s^2\\).)<\/p>\n<p>$$ \\begin{align*} s^2 &amp; =\\cfrac {{(40 \u2013 40)^2 + &#8230; + (45 \u2013 40)^2 }}{4} \\\\ &amp;=\\cfrac {122}{4} \\\\ &amp; = 30.5 \\\\ \\end{align*} $$<\/p>\n<p><em><strong>Note<\/strong><\/em>: Since it is the sample standard deviation (not the population standard deviation), we use \\(n &#8211; 1\\) as the denominator.<\/p>\n<p>Therefore,<\/p>\n<p>$$ s = \\sqrt{30.5} = 5.52268 $$<\/p>\n<p><strong>Step 3<\/strong>: Calculate the ratio.<\/p>\n<p>$$ \\frac{s}{\\text{Mean}}=\\cfrac {5.52268}{40} = 0.13806 \\text{ or } 13.81\\% $$<\/p>\n<h3><strong>Interpreting the Coefficient of Variation<\/strong><\/h3>\n<p>In finance, the coefficient of variation is used to measure the <strong>risk per unit of return<\/strong>. For example, imagine that the mean monthly return on a T-Bill is 0.5% with a standard deviation of 0.58%. Suppose we have another investment, say, Y, with a 1.5% mean monthly return and standard deviation of 6%; then,<\/p>\n<p>$$ \\text{CV}_{\\text T-\\text {Bill}} =\\cfrac {0.58}{0.5} = 1.16 $$<\/p>\n<p>$$ \\text{CV}_\\text{Y} =\\cfrac {6}{1.5} = 4 $$<\/p>\n<p><em><strong>Interpretation<\/strong><\/em>: The dispersion per unit monthly return of T-Bills is less than that of Y. Therefore, investment Y is riskier than an investment in T-Bills.<\/p>\n<blockquote>\n<h2><strong>Question 1<\/strong><\/h2>\n<p>If a security has a mean expected return of 10% and a standard deviation of 5%, its coefficient of variation is <em>closest<\/em> to:<\/p>\n<ol style=\"list-style-type: upper-alpha;\">\n<li>0.005.<\/li>\n<li>0.500.<\/li>\n<li>2.000.<\/li>\n<\/ol>\n<p><strong>Solution<\/strong><\/p>\n<p><strong>The correct answer is<\/strong> <strong>B<\/strong>.<\/p>\n<p>$$ \\text{CV} = \\cfrac {S}{\\text x?} = \\cfrac {0.05}{0.10} = 0.5$$<\/p>\n<p>Where:<\/p>\n<p>\\(s\\) = The standard deviation of the sample.<\/p>\n<p>\\(x?\\) = The mean of the sample.<\/p>\n<p><strong>A is incorrect<\/strong>. It assumes the following calculation.<\/p>\n<p>$$\\text{CV}=\\frac{0.05}{10}=0.005$$<\/p>\n<p><strong>C is incorrect<\/strong>. It assumes the following calculation.<\/p>\n<p>$$\\text{CV}=\\frac{10}{5}=2$$<\/p>\n<h2><strong>Question 2<\/strong><\/h2>\n<p>You have been given the following data:<\/p>\n<p>{12\u00a0\u00a0 13\u00a0\u00a0 54\u00a0\u00a0 56\u00a0\u00a0 25}<\/p>\n<p>Assuming that this is a sample from a certain population, the sample standard deviation is <em>closest<\/em> to:<\/p>\n<ol style=\"list-style-type: upper-alpha;\">\n<li>21.62.<\/li>\n<li>374.00.<\/li>\n<li>1,870.00.<\/li>\n<\/ol>\n<p><strong>The correct answer is<\/strong> <strong>A<\/strong>.<\/p>\n<p>$$ \\bar{X} =\\cfrac {(12 + 13 + \\cdots +25)}{5} =\\cfrac {160}{5} = 32 $$<\/p>\n<p>Hence,<\/p>\n<p>$$ \\begin{align*} {s}^{ 2 } &amp; =\\frac { \\left\\{ { \\left( 12-32 \\right) }^{ 2 }+{ \\left( 13-32 \\right) }^{ 2 }+{ \\left( 54-32 \\right) }^{ 2 }+{ \\left( 56-32 \\right) }^{ 2 }+{ \\left( 25-32 \\right) }^{ 2 } \\right\\} }{ 4 } \\\\ &amp; =\\cfrac {1870}{4} = 468 \\\\ \\end{align*} $$<\/p>\n<p>Therefore,<\/p>\n<p>$$ s =\\sqrt{468} = 21.62 $$<\/p><\/blockquote>","protected":false},"excerpt":{"rendered":"<p>Measures of dispersion are used to describe the variability or spread in a sample or population. They are usually used in conjunction with measures of central tendency, such as the mean and the median. Specifically, measures of dispersion are the&#8230;<\/p>\n","protected":false},"author":15,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[2],"tags":[],"class_list":["post-45248","post","type-post","status-publish","format-standard","hentry","category-quantitative-methods","blog-post","no-post-thumbnail","animate"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Measures of Dispersion | CFA Level 1<\/title>\n<meta name=\"description\" content=\"Explore key measures of dispersion, including range, mean absolute deviation, variance, and standard deviation, to assess data variability.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/analystprep.com\/cfa-level-1-exam\/quantitative-methods\/measures-of-dispersion\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Measures of Dispersion | CFA Level 1\" \/>\n<meta property=\"og:description\" content=\"Explore key measures of dispersion, including range, mean absolute deviation, variance, and standard deviation, to assess data variability.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/analystprep.com\/cfa-level-1-exam\/quantitative-methods\/measures-of-dispersion\/\" \/>\n<meta property=\"og:site_name\" content=\"AnalystPrep | CFA\u00ae Exam Study Notes\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-03T16:45:19+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-08T18:16:42+00:00\" \/>\n<meta name=\"author\" content=\"Kosikos Tuitoek\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Kosikos Tuitoek\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/analystprep.com\/cfa-level-1-exam\/quantitative-methods\/measures-of-dispersion\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/analystprep.com\/cfa-level-1-exam\/quantitative-methods\/measures-of-dispersion\/\"},\"author\":{\"name\":\"Kosikos Tuitoek\",\"@id\":\"https:\/\/analystprep.com\/cfa-level-1-exam\/#\/schema\/person\/73df713e3b6e82ee139e1eff20cebe20\"},\"headline\":\"Measures of Dispersion\",\"datePublished\":\"2023-07-03T16:45:19+00:00\",\"dateModified\":\"2026-03-08T18:16:42+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/analystprep.com\/cfa-level-1-exam\/quantitative-methods\/measures-of-dispersion\/\"},\"wordCount\":1221,\"articleSection\":[\"Quantitative Methods\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/analystprep.com\/cfa-level-1-exam\/quantitative-methods\/measures-of-dispersion\/\",\"url\":\"https:\/\/analystprep.com\/cfa-level-1-exam\/quantitative-methods\/measures-of-dispersion\/\",\"name\":\"Measures of Dispersion | CFA Level 1\",\"isPartOf\":{\"@id\":\"https:\/\/analystprep.com\/cfa-level-1-exam\/#website\"},\"datePublished\":\"2023-07-03T16:45:19+00:00\",\"dateModified\":\"2026-03-08T18:16:42+00:00\",\"author\":{\"@id\":\"https:\/\/analystprep.com\/cfa-level-1-exam\/#\/schema\/person\/73df713e3b6e82ee139e1eff20cebe20\"},\"description\":\"Explore key measures of dispersion, including range, mean absolute deviation, variance, and standard deviation, to assess data variability.\",\"breadcrumb\":{\"@id\":\"https:\/\/analystprep.com\/cfa-level-1-exam\/quantitative-methods\/measures-of-dispersion\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/analystprep.com\/cfa-level-1-exam\/quantitative-methods\/measures-of-dispersion\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/analystprep.com\/cfa-level-1-exam\/quantitative-methods\/measures-of-dispersion\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/analystprep.com\/cfa-level-1-exam\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Measures of Dispersion\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/analystprep.com\/cfa-level-1-exam\/#website\",\"url\":\"https:\/\/analystprep.com\/cfa-level-1-exam\/\",\"name\":\"AnalystPrep | CFA\u00ae Exam Study Notes\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/analystprep.com\/cfa-level-1-exam\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/analystprep.com\/cfa-level-1-exam\/#\/schema\/person\/73df713e3b6e82ee139e1eff20cebe20\",\"name\":\"Kosikos Tuitoek\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/analystprep.com\/cfa-level-1-exam\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/8260edaa3f7ba04cf6b536b3f7fd769007ecb789b3289ac0cc4c3ab8b3f7f061?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/8260edaa3f7ba04cf6b536b3f7fd769007ecb789b3289ac0cc4c3ab8b3f7f061?s=96&d=mm&r=g\",\"caption\":\"Kosikos Tuitoek\"},\"url\":\"https:\/\/analystprep.com\/cfa-level-1-exam\/author\/kosikos-tuitoek-enockanalystprep-com\/\"}]}<\/script>\n<meta property=\"og:video\" content=\"https:\/\/www.youtube.com\/embed\/PYgG65-xki8\" \/>\n<meta property=\"og:video:type\" content=\"text\/html\" \/>\n<meta property=\"og:video:duration\" content=\"2459\" \/>\n<meta property=\"og:video:width\" content=\"480\" \/>\n<meta property=\"og:video:height\" content=\"270\" \/>\n<meta property=\"ya:ovs:adult\" content=\"false\" \/>\n<meta property=\"ya:ovs:upload_date\" content=\"2023-07-03T16:45:19+00:00\" \/>\n<meta property=\"ya:ovs:allow_embed\" content=\"true\" \/>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Measures of Dispersion | CFA Level 1","description":"Explore key measures of dispersion, including range, mean absolute deviation, variance, and standard deviation, to assess data variability.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/analystprep.com\/cfa-level-1-exam\/quantitative-methods\/measures-of-dispersion\/","og_locale":"en_US","og_type":"article","og_title":"Measures of Dispersion | CFA Level 1","og_description":"Explore key measures of dispersion, including range, mean absolute deviation, variance, and standard deviation, to assess data variability.","og_url":"https:\/\/analystprep.com\/cfa-level-1-exam\/quantitative-methods\/measures-of-dispersion\/","og_site_name":"AnalystPrep | CFA\u00ae Exam Study Notes","article_published_time":"2023-07-03T16:45:19+00:00","article_modified_time":"2026-03-08T18:16:42+00:00","author":"Kosikos Tuitoek","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Kosikos Tuitoek","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/analystprep.com\/cfa-level-1-exam\/quantitative-methods\/measures-of-dispersion\/#article","isPartOf":{"@id":"https:\/\/analystprep.com\/cfa-level-1-exam\/quantitative-methods\/measures-of-dispersion\/"},"author":{"name":"Kosikos Tuitoek","@id":"https:\/\/analystprep.com\/cfa-level-1-exam\/#\/schema\/person\/73df713e3b6e82ee139e1eff20cebe20"},"headline":"Measures of Dispersion","datePublished":"2023-07-03T16:45:19+00:00","dateModified":"2026-03-08T18:16:42+00:00","mainEntityOfPage":{"@id":"https:\/\/analystprep.com\/cfa-level-1-exam\/quantitative-methods\/measures-of-dispersion\/"},"wordCount":1221,"articleSection":["Quantitative Methods"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/analystprep.com\/cfa-level-1-exam\/quantitative-methods\/measures-of-dispersion\/","url":"https:\/\/analystprep.com\/cfa-level-1-exam\/quantitative-methods\/measures-of-dispersion\/","name":"Measures of Dispersion | CFA Level 1","isPartOf":{"@id":"https:\/\/analystprep.com\/cfa-level-1-exam\/#website"},"datePublished":"2023-07-03T16:45:19+00:00","dateModified":"2026-03-08T18:16:42+00:00","author":{"@id":"https:\/\/analystprep.com\/cfa-level-1-exam\/#\/schema\/person\/73df713e3b6e82ee139e1eff20cebe20"},"description":"Explore key measures of dispersion, including range, mean absolute deviation, variance, and standard deviation, to assess data variability.","breadcrumb":{"@id":"https:\/\/analystprep.com\/cfa-level-1-exam\/quantitative-methods\/measures-of-dispersion\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/analystprep.com\/cfa-level-1-exam\/quantitative-methods\/measures-of-dispersion\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/analystprep.com\/cfa-level-1-exam\/quantitative-methods\/measures-of-dispersion\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/analystprep.com\/cfa-level-1-exam\/"},{"@type":"ListItem","position":2,"name":"Measures of Dispersion"}]},{"@type":"WebSite","@id":"https:\/\/analystprep.com\/cfa-level-1-exam\/#website","url":"https:\/\/analystprep.com\/cfa-level-1-exam\/","name":"AnalystPrep | CFA\u00ae Exam Study Notes","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/analystprep.com\/cfa-level-1-exam\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/analystprep.com\/cfa-level-1-exam\/#\/schema\/person\/73df713e3b6e82ee139e1eff20cebe20","name":"Kosikos Tuitoek","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/analystprep.com\/cfa-level-1-exam\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/8260edaa3f7ba04cf6b536b3f7fd769007ecb789b3289ac0cc4c3ab8b3f7f061?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/8260edaa3f7ba04cf6b536b3f7fd769007ecb789b3289ac0cc4c3ab8b3f7f061?s=96&d=mm&r=g","caption":"Kosikos Tuitoek"},"url":"https:\/\/analystprep.com\/cfa-level-1-exam\/author\/kosikos-tuitoek-enockanalystprep-com\/"}]},"og_video":"https:\/\/www.youtube.com\/embed\/PYgG65-xki8","og_video_type":"text\/html","og_video_duration":"2459","og_video_width":"480","og_video_height":"270","ya_ovs_adult":"false","ya_ovs_upload_date":"2023-07-03T16:45:19+00:00","ya_ovs_allow_embed":"true"},"_links":{"self":[{"href":"https:\/\/analystprep.com\/cfa-level-1-exam\/wp-json\/wp\/v2\/posts\/45248","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/analystprep.com\/cfa-level-1-exam\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/analystprep.com\/cfa-level-1-exam\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/analystprep.com\/cfa-level-1-exam\/wp-json\/wp\/v2\/users\/15"}],"replies":[{"embeddable":true,"href":"https:\/\/analystprep.com\/cfa-level-1-exam\/wp-json\/wp\/v2\/comments?post=45248"}],"version-history":[{"count":25,"href":"https:\/\/analystprep.com\/cfa-level-1-exam\/wp-json\/wp\/v2\/posts\/45248\/revisions"}],"predecessor-version":[{"id":59526,"href":"https:\/\/analystprep.com\/cfa-level-1-exam\/wp-json\/wp\/v2\/posts\/45248\/revisions\/59526"}],"wp:attachment":[{"href":"https:\/\/analystprep.com\/cfa-level-1-exam\/wp-json\/wp\/v2\/media?parent=45248"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/analystprep.com\/cfa-level-1-exam\/wp-json\/wp\/v2\/categories?post=45248"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/analystprep.com\/cfa-level-1-exam\/wp-json\/wp\/v2\/tags?post=45248"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}