{"id":2250,"date":"2019-09-12T13:33:00","date_gmt":"2019-09-12T13:33:00","guid":{"rendered":"https:\/\/analystprep.com\/cfa-level-1-exam\/?p=2250"},"modified":"2026-03-17T19:40:07","modified_gmt":"2026-03-17T19:40:07","slug":"mean-variance-covariance","status":"publish","type":"post","link":"https:\/\/analystprep.com\/cfa-level-1-exam\/portfolio-management\/mean-variance-covariance\/","title":{"rendered":"Mean, Variance and Covariance"},"content":{"rendered":"\n<script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"QAPage\",\n  \"mainEntity\": {\n    \"@type\": \"Question\",\n    \"name\": \"In a two-asset portfolio, which combination of assets would result in the most diversified portfolio?\",\n    \"text\": \"In a two-asset portfolio, which combination of assets would result in the most diversified portfolio?\\n\\nA. Correlation coefficient = 0.75.\\n\\nB. Correlation coefficient = -0.2.\\n\\nC. Correlation coefficient = 0.\",\n    \"answerCount\": 1,\n    \"acceptedAnswer\": {\n      \"@type\": \"Answer\",\n      \"text\": \"The correct answer is B.\\n\\nA diversified portfolio is produced, and portfolio risk is lowered within a two-asset portfolio by combining negatively correlated assets.\"\n    }\n  }\n}\n<\/script>\n\n\n\n<iframe loading=\"lazy\" width=\"560\" height=\"315\" src=\"https:\/\/www.youtube.com\/embed\/DLKhsZvcD-c?si=RrGL6IE_UzQhU4fg\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe>\n\n\n\n<p>The computation of mean, variance, and covariance statistics allows portfolio managers to compare the underlying securities&#8217; return-risk characteristics and potential portfolio impact. These metrics are quantitatively determined and rely on historical price or return data. While we can compute the historical profile, this does not necessarily mean the relationship between assets or their return-risk profile will remain the same in the future.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Mean<\/strong><\/h2>\n\n\n\n<p>The mean of a set of values or measurements is the sum of all the measurements divided by the sum of all the measurements in the set:<\/p>\n\n\n\n<p>$$ \\text{Mean} = \\frac{\\sum_{i=1}^{n} x_{i}}{n} $$<\/p>\n\n\n\n<p>If we compute the population&#8217;s mean, we call it the parametric or population mean, denoted by \u03bc (read \u201cmu\u201d). If we get the mean of the sample, we call it the sample mean, denoted by the x bar.<\/p>\n\n\n\n<div style=\"margin:24px 0;\">\n  <a href=\"https:\/\/analystprep.com\/free-trial\/\"\n     target=\"_blank\"\n     rel=\"noopener noreferrer\"\n     style=\"\n       display:block;\n       width:100%;\n       text-align:center;\n       padding:16px 20px;\n       border:2px solid #2f5bff;\n       border-radius:50px;\n       background-color:#f5f7ff;\n       color:#2f5bff;\n       font-size:18px;\n       font-weight:500;\n       text-decoration:none;\n       line-height:1.3;\n     \">\n     Practice mean, variance, and covariance questions in our free trial.\n  <\/a>\n<\/div>\n\n\n<h4><strong>Population vs. Sample<\/strong><\/h4>\n<p>A population refers to the summation of all the elements of interest to the researcher.<\/p>\n<ul>\n<li>Examples: The number of people in a country, the number of hedge funds in the U.S., or even the total number of CFA candidates in a given year.<\/li>\n<\/ul>\n<p>A sample is just a set of elements that represent the population as a whole. By analyzing sample data, we are able to make conclusions about the entire population.<\/p>\n<ul>\n<li>For example, if we sample the returns of 30 hedge funds spread across the U.S., we can use the results to make reasonable conclusions about the market as a whole (well over 10,000 hedge funds).<\/li>\n<\/ul>\n<h2><strong>Variance<\/strong><\/h2>\n<p>Variance is a measure of dispersion around the mean and is statistically defined as the average squared deviation from the mean. It is noted using the symbol \u03c3\u00b2.<\/p>\n<p>$$ \\sigma^2 = \\frac{\\sum_{i=1}^{N} (X_{i} &#8211; \\mu)^2}{N} $$<\/p>\n<p>Where \u03bc is the population mean, and N is the population size.<\/p>\n<p>The standard deviation,\u00a0\u03c3<b>,<\/b> is the square root of the variance and is commonly referred to as the volatility of the asset. Essentially, it is a measure of how far, on average, the observations are from the mean. A population\u2019s variance is given by:<\/p>\n<p>The population standard deviation equals the square root of the population variance. The sample variance is given by:<\/p>\n<p>$$ S^2 = \\frac{\\sum_{i=1}^{N} (X_{i} &#8211; \\bar{X})^2}{n-1} $$<\/p>\n<p>Where X-bar is the sample mean, and n is the sample size.<\/p>\n<p>Note that the sample standard deviation equals the square root of the sample variance.<\/p>\n<h2><strong>Covariance<\/strong><\/h2>\n<p>Covariance is a measure of how closely two assets move together. In covariance, we focus on the relationship between the deviations of some two variables rather than the deviation from the mean of one variable.<\/p>\n<p>If the means of random variables \\(X\\) and \\(Y\\) are known, then the covariance between the two random variables can be determined as follows:<\/p>\n<p>$$ { \\hat { \\sigma } }_{ xy }=\\frac { 1 }{ n } \\sum _{ i=1 }^{ n }{ \\left( { x }_{ i }-{ \\mu }_{ x } \\right) } \\left( { y }_{ i }-{ \\mu }_{ y } \\right) $$<\/p>\n<p>If we do not know the means, then the equation changes to:<\/p>\n<p>$$ { \\hat { \\sigma } }_{ xy }=\\frac { 1 }{ n-1 } \\sum _{ i=1 }^{ n }{ \\left( { x }_{ i }-{ \\hat { \\mu } }_{ x } \\right) } \\left( { y }_{ i }-{ \\hat { \\mu } }_{ y } \\right) $$<\/p>\n<h3>Correlation<\/h3>\n<p>Correlation is a concept that is closely related to covariance in the following way:<\/p>\n<p>$$ { \\rho }_{ xy }=\\frac { { \\sigma }_{ xy } }{ { \\sigma }_{ x }{ \\sigma }_{ y } } $$<\/p>\n<p>Correlation ranges between +1 and -1 and is much easier to interpret than covariance. Two variables are perfectly correlated if their correlation is equal to +1. Note that they are uncorrelated if their correlation equals 0 and move in perfectly opposite directions if their correlation equals -1.<\/p>\n<blockquote>\n<h2><strong>Question<\/strong><\/h2>\n<p>In a two-asset portfolio, which combination of assets would result in the most diversified portfolio?<\/p>\n<p>A. Correlation coefficient = 0.75.<\/p>\n<p>B. Correlation coefficient = -0.2.<\/p>\n<p>C. Correlation coefficient = 0.<\/p>\n<p><strong>Solution<\/strong><\/p>\n<p>The correct answer is <strong>B<\/strong>.<\/p>\n<p>A diversified portfolio is produced, and portfolio risk is lowered within a two-asset portfolio by combining negatively correlated assets.<\/p>\n<\/blockquote>\n\n\n<div style=\"text-align:center;margin:50px 0 30px;\">\n\n  <a href=\"https:\/\/analystprep.com\/free-trial\/\"\n     target=\"_blank\"\n     rel=\"noopener noreferrer\"\n     style=\"\n       display:inline-block;\n       padding:14px 34px;\n       background:linear-gradient(135deg,#4a74d1,#3b66c4);\n       color:#ffffff;\n       font-size:18px;\n       font-weight:600;\n       text-decoration:none;\n       border-radius:50px;\n       box-shadow:0 6px 18px rgba(59,102,196,0.25);\n     \">\n     Start Free Trial\n  <\/a>\n\n  <p style=\"\n       margin:18px auto 0;\n       max-width:620px;\n       font-size:16px;\n       line-height:1.6;\n       color:#333333;\n     \">\n     Strengthen your understanding of portfolio risk and asset relationships using CFA Level I exam-style practice questions.\n  <\/p>\n\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>The computation of mean, variance, and covariance statistics allows portfolio managers to compare the underlying securities&#8217; return-risk characteristics and potential portfolio impact. These metrics are quantitatively determined and rely on historical price or return data. While we can compute the&#8230;<\/p>\n","protected":false},"author":18,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[7],"tags":[],"class_list":["post-2250","post","type-post","status-publish","format-standard","hentry","category-portfolio-management","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>Mean, Variance &amp; Covariance | CFA Level 1 - AnalystPrep<\/title>\n<meta name=\"description\" content=\"Learn how mean, variance, and covariance are used in portfolio management, including their calculation and significance.\" \/>\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\/portfolio-management\/mean-variance-covariance\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Mean, Variance &amp; Covariance | CFA Level 1 - AnalystPrep\" \/>\n<meta property=\"og:description\" content=\"Learn how mean, variance, and covariance are used in portfolio management, including their calculation and significance.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/analystprep.com\/cfa-level-1-exam\/portfolio-management\/mean-variance-covariance\/\" \/>\n<meta property=\"og:site_name\" content=\"AnalystPrep | CFA\u00ae Exam Study Notes\" \/>\n<meta property=\"article:published_time\" content=\"2019-09-12T13:33:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-17T19:40:07+00:00\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 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\/portfolio-management\/mean-variance-covariance\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/analystprep.com\/cfa-level-1-exam\/portfolio-management\/mean-variance-covariance\/\"},\"author\":{\"name\":\"admin\",\"@id\":\"https:\/\/analystprep.com\/cfa-level-1-exam\/#\/schema\/person\/78444b55b561e9abfb993836133a1251\"},\"headline\":\"Mean, Variance and Covariance\",\"datePublished\":\"2019-09-12T13:33:00+00:00\",\"dateModified\":\"2026-03-17T19:40:07+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/analystprep.com\/cfa-level-1-exam\/portfolio-management\/mean-variance-covariance\/\"},\"wordCount\":665,\"articleSection\":[\"Portfolio Management\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/analystprep.com\/cfa-level-1-exam\/portfolio-management\/mean-variance-covariance\/\",\"url\":\"https:\/\/analystprep.com\/cfa-level-1-exam\/portfolio-management\/mean-variance-covariance\/\",\"name\":\"Mean, Variance & Covariance | CFA Level 1 - AnalystPrep\",\"isPartOf\":{\"@id\":\"https:\/\/analystprep.com\/cfa-level-1-exam\/#website\"},\"datePublished\":\"2019-09-12T13:33:00+00:00\",\"dateModified\":\"2026-03-17T19:40:07+00:00\",\"author\":{\"@id\":\"https:\/\/analystprep.com\/cfa-level-1-exam\/#\/schema\/person\/78444b55b561e9abfb993836133a1251\"},\"description\":\"Learn how mean, variance, and covariance are used in portfolio management, including their calculation and significance.\",\"breadcrumb\":{\"@id\":\"https:\/\/analystprep.com\/cfa-level-1-exam\/portfolio-management\/mean-variance-covariance\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/analystprep.com\/cfa-level-1-exam\/portfolio-management\/mean-variance-covariance\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/analystprep.com\/cfa-level-1-exam\/portfolio-management\/mean-variance-covariance\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/analystprep.com\/cfa-level-1-exam\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mean, Variance and Covariance\"}]},{\"@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\/78444b55b561e9abfb993836133a1251\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/analystprep.com\/cfa-level-1-exam\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g\",\"caption\":\"admin\"},\"url\":\"https:\/\/analystprep.com\/cfa-level-1-exam\/author\/admin\/\"}]}<\/script>\n<meta property=\"og:video\" content=\"https:\/\/www.youtube.com\/embed\/DLKhsZvcD-c\" \/>\n<meta property=\"og:video:type\" content=\"text\/html\" \/>\n<meta property=\"og:video:duration\" content=\"3339\" \/>\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=\"2019-09-12T13:33:00+00:00\" \/>\n<meta property=\"ya:ovs:allow_embed\" content=\"true\" \/>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Mean, Variance & Covariance | CFA Level 1 - AnalystPrep","description":"Learn how mean, variance, and covariance are used in portfolio management, including their calculation and significance.","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\/portfolio-management\/mean-variance-covariance\/","og_locale":"en_US","og_type":"article","og_title":"Mean, Variance & Covariance | CFA Level 1 - AnalystPrep","og_description":"Learn how mean, variance, and covariance are used in portfolio management, including their calculation and significance.","og_url":"https:\/\/analystprep.com\/cfa-level-1-exam\/portfolio-management\/mean-variance-covariance\/","og_site_name":"AnalystPrep | CFA\u00ae Exam Study Notes","article_published_time":"2019-09-12T13:33:00+00:00","article_modified_time":"2026-03-17T19:40:07+00:00","author":"admin","twitter_card":"summary_large_image","twitter_misc":{"Written by":"admin","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/analystprep.com\/cfa-level-1-exam\/portfolio-management\/mean-variance-covariance\/#article","isPartOf":{"@id":"https:\/\/analystprep.com\/cfa-level-1-exam\/portfolio-management\/mean-variance-covariance\/"},"author":{"name":"admin","@id":"https:\/\/analystprep.com\/cfa-level-1-exam\/#\/schema\/person\/78444b55b561e9abfb993836133a1251"},"headline":"Mean, Variance and Covariance","datePublished":"2019-09-12T13:33:00+00:00","dateModified":"2026-03-17T19:40:07+00:00","mainEntityOfPage":{"@id":"https:\/\/analystprep.com\/cfa-level-1-exam\/portfolio-management\/mean-variance-covariance\/"},"wordCount":665,"articleSection":["Portfolio Management"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/analystprep.com\/cfa-level-1-exam\/portfolio-management\/mean-variance-covariance\/","url":"https:\/\/analystprep.com\/cfa-level-1-exam\/portfolio-management\/mean-variance-covariance\/","name":"Mean, Variance & Covariance | CFA Level 1 - AnalystPrep","isPartOf":{"@id":"https:\/\/analystprep.com\/cfa-level-1-exam\/#website"},"datePublished":"2019-09-12T13:33:00+00:00","dateModified":"2026-03-17T19:40:07+00:00","author":{"@id":"https:\/\/analystprep.com\/cfa-level-1-exam\/#\/schema\/person\/78444b55b561e9abfb993836133a1251"},"description":"Learn how mean, variance, and covariance are used in portfolio management, including their calculation and significance.","breadcrumb":{"@id":"https:\/\/analystprep.com\/cfa-level-1-exam\/portfolio-management\/mean-variance-covariance\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/analystprep.com\/cfa-level-1-exam\/portfolio-management\/mean-variance-covariance\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/analystprep.com\/cfa-level-1-exam\/portfolio-management\/mean-variance-covariance\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/analystprep.com\/cfa-level-1-exam\/"},{"@type":"ListItem","position":2,"name":"Mean, Variance and Covariance"}]},{"@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\/78444b55b561e9abfb993836133a1251","name":"admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/analystprep.com\/cfa-level-1-exam\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g","caption":"admin"},"url":"https:\/\/analystprep.com\/cfa-level-1-exam\/author\/admin\/"}]},"og_video":"https:\/\/www.youtube.com\/embed\/DLKhsZvcD-c","og_video_type":"text\/html","og_video_duration":"3339","og_video_width":"480","og_video_height":"270","ya_ovs_adult":"false","ya_ovs_upload_date":"2019-09-12T13:33:00+00:00","ya_ovs_allow_embed":"true"},"_links":{"self":[{"href":"https:\/\/analystprep.com\/cfa-level-1-exam\/wp-json\/wp\/v2\/posts\/2250","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\/18"}],"replies":[{"embeddable":true,"href":"https:\/\/analystprep.com\/cfa-level-1-exam\/wp-json\/wp\/v2\/comments?post=2250"}],"version-history":[{"count":50,"href":"https:\/\/analystprep.com\/cfa-level-1-exam\/wp-json\/wp\/v2\/posts\/2250\/revisions"}],"predecessor-version":[{"id":59730,"href":"https:\/\/analystprep.com\/cfa-level-1-exam\/wp-json\/wp\/v2\/posts\/2250\/revisions\/59730"}],"wp:attachment":[{"href":"https:\/\/analystprep.com\/cfa-level-1-exam\/wp-json\/wp\/v2\/media?parent=2250"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/analystprep.com\/cfa-level-1-exam\/wp-json\/wp\/v2\/categories?post=2250"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/analystprep.com\/cfa-level-1-exam\/wp-json\/wp\/v2\/tags?post=2250"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}