{"id":36686,"date":"2021-10-29T06:28:19","date_gmt":"2021-10-29T06:28:19","guid":{"rendered":"https:\/\/analystprep.com\/cfa-level-1-exam\/?p=36686"},"modified":"2026-03-10T20:23:57","modified_gmt":"2026-03-10T20:23:57","slug":"the-least-squares-criterion","status":"publish","type":"post","link":"https:\/\/analystprep.com\/cfa-level-1-exam\/quantitative-methods\/the-least-squares-criterion\/","title":{"rendered":"The Least Squares Criterion"},"content":{"rendered":"\n<script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"QAPage\",\n  \"mainEntity\": {\n    \"@type\": \"Question\",\n    \"name\": \"Which statement most likely violates the assumptions of a simple linear regression model?\",\n    \"text\": \"A regression model with one independent variable requires several assumptions for valid conclusions. Which of the following statements most likely violates those assumptions?\\n\\nA. The independent variable is random.\\nB. The error term is distributed normally.\\nC. There exists a linear relationship between the dependent variable and the independent variable.\",\n    \"answerCount\": 1,\n    \"acceptedAnswer\": {\n      \"@type\": \"Answer\",\n      \"text\": \"The correct answer is A. In a classical linear regression model, the independent variable (X) is assumed to be non-random. If X is random, the regression estimates may be biased or inconsistent. The assumptions that the error term is normally distributed and that there is a linear relationship between the dependent and independent variables are standard conditions for valid regression inference.\"\n    }\n  }\n}\n<\/script>\n<script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"ImageObject\",\n  \"url\": \"https:\/\/analystprep.com\/cfa-level-1-exam\/wp-content\/uploads\/2021\/10\/Linear-regression-1024x777.jpg\",\n  \"caption\": \"Linear Regression\",\n  \"width\": 1024,\n  \"height\": 777,\n  \"copyrightNotice\": \"\u00a9 2024 AnalystPrep\",\n  \"acquireLicensePage\": \"https:\/\/analystprep.com\/license-info\",\n  \"creditText\": \"AnalystPrep Design Team\",\n  \"creator\": {\n    \"@type\": \"Organization\",\n    \"name\": \"AnalystPrep\"\n  }\n}\n<\/script>\n\n\n<p><iframe loading=\"lazy\" src=\"\/\/www.youtube.com\/embed\/6ouI_27iDVM\" width=\"611\" height=\"343\" allowfullscreen=\"allowfullscreen\"><\/iframe><\/p>\n<p>The linear relation between the dependent and independent variables is described as follows:<\/p>\n<p>$$Y_i =\\beta_0+\\beta_1X_i+\\epsilon_i,\\ i=1,2,&#8230;,n$$<\/p>\n<p>Where:<\/p>\n<p>\\(Y\\) = dependent variable.<\/p>\n<p>\\(X\\) = independent variable.<\/p>\n<p>\\(\\beta_0\\) = intercept.<\/p>\n<p>\\(\\beta_1\\) = slope coefficient.<\/p>\n<p>\\(\\epsilon\\) = error term which is the observed value of Y, the expected value of Y.<\/p>\n<p>The intercept, \\(\\beta_0\\) and the slope coefficient, b<sub>1<\/sub>, are known as the <strong>regression coefficients<\/strong>.<\/p>\n<h2><strong>Least Squares Criterion<\/strong><\/h2>\n<p>Linear regression calculates a line that best fits the observations. In the following image, the line that best fits the regression is clearly the blue line:<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"aligncenter size-full wp-image-39316\" src=\"https:\/\/analystprep.com\/cfa-level-1-exam\/wp-content\/uploads\/2021\/10\/Linear-regression.jpg\" alt=\"Linear regression\" width=\"1590\" height=\"1206\" srcset=\"https:\/\/analystprep.com\/cfa-level-1-exam\/wp-content\/uploads\/2021\/10\/Linear-regression.jpg 1590w, https:\/\/analystprep.com\/cfa-level-1-exam\/wp-content\/uploads\/2021\/10\/Linear-regression-300x228.jpg 300w, https:\/\/analystprep.com\/cfa-level-1-exam\/wp-content\/uploads\/2021\/10\/Linear-regression-1024x777.jpg 1024w, https:\/\/analystprep.com\/cfa-level-1-exam\/wp-content\/uploads\/2021\/10\/Linear-regression-768x583.jpg 768w, https:\/\/analystprep.com\/cfa-level-1-exam\/wp-content\/uploads\/2021\/10\/Linear-regression-1536x1165.jpg 1536w, https:\/\/analystprep.com\/cfa-level-1-exam\/wp-content\/uploads\/2021\/10\/Linear-regression-400x303.jpg 400w\" sizes=\"auto, (max-width: 1590px) 100vw, 1590px\" \/><\/p>\n<p>The model chooses the estimated or fitted parameters (\\(\\beta_0\\) and \\(\\beta_1\\)) that minimize the sum of the squared vertical differences between the observations and the regression line (Sum of squared errors (SSE), otherwise referred to as the residual sum of squares). Choosing\u00a0\\(\\beta_0\\) and \\(\\beta_1\\) occasions the minimization of SSR.<\/p>\n<p>$$<br \/>S S E=\\sum_{i=1}^{n}\\left(Y_{i}-\\hat{\\beta}_{0}-\\hat{\\beta}_{1} X_{i}\\right)^{2}=\\sum_{i=1}^{n}\\left(Y_{i}-\\hat{Y}_{i}\\right)^{2}=\\sum_{i=1}^{n} e_{i}^{2}<br \/>$$<\/p>\n<p>It is important to remember \u00a0that \\(\\beta_0\\) and \\(\\beta_1\\) are <strong>never observed<\/strong> in a regression model. It is only the estimates, \\(\\hat{\\beta}_0\\) and \\(\\hat{\\beta}_1\\) that can be observed.<\/p>\n<h2><strong>Interpreting Coefficients<\/strong><\/h2>\n<h3><strong>The Slope Coefficient (\\(\\hat{\\beta}_1\\))<\/strong><\/h3>\n<p>The slope coefficient is defined as the change in the dependent variable caused by a one-unit change in the value of the independent variable. For a regression with one independent variable, the slope coefficient is estimated as shown below.<\/p>\n<p>$$<br \/>\\hat{\\beta}_{1}=\\frac{\\operatorname{Cov}(X, Y)}{\\operatorname{Var}(X)}=\\frac{\\frac{\\sum_{i=1}^{n}\\left(Y_{i}-\\bar{Y}\\right)\\left(X_{i}-\\bar{X}\\right)}{n-1}}{\\frac{\\sum_{i=1}^{n}\\left(X_{i}-\\bar{X}\\right)^{2}}{n-1}}=\\frac{\\sum_{i=1}^{n}\\left(Y_{i}-\\bar{Y}\\right)\\left(X_{i}-\\bar{X}\\right)}{\\sum_{i=1}^{n}\\left(X_{i}-\\bar{X}\\right)^{2}}<br \/>$$<\/p>\n<h3><strong>The Intercept (\\(\\hat{\\beta}_0\\))<\/strong><\/h3>\n<p>The intercept is the estimated value of the dependent variable when the independent variable is zero. The fitted regression line passes through the point equivalent to the means of the dependent and the independent variables in a linear regression model.<\/p>\n<p>The intercept can, as such, be expressed as:<\/p>\n<p>$$\\hat{\\beta}_0=\\hat{Y}-\\hat{\\beta}_1\\hat{X}$$<\/p>\n<p>Where:<\/p>\n<p>\\(\\hat{Y}\\) = mean of Y.<\/p>\n<p>\\(\\hat{X}\\) = mean of X.<\/p>\n<h4><strong>\u00a0<\/strong>Example: Interpreting Regression Coefficients<\/h4>\n<p>Arth Shah is using regression analysis to forecast inflation based on unemployment data from 2011 to 2020. Shah has computed the following values.<\/p>\n<ul>\n<li>\\(Cov(X, Y)\\) = &#8211; 0.000130734<\/li>\n<li>\\(Var (X)\\) = 0.000144608<\/li>\n<li>\\(\\hat{Y}\\) = 0.0234<\/li>\n<li>\\(\\hat{X}\\) = 0.0526<\/li>\n<\/ul>\n<p>We can calculate and interpret the slope coefficient and the intercept term for the regression analysis as follows:<\/p>\n<h4>Slope Coefficient<\/h4>\n<p>$$\\begin{align} \\text{Slope Coefficient}(\\hat{\\beta}_1) &amp;=\\frac{Cov(X, Y)}{(Var (X)}\\\\ &amp;=\\frac{-0.000130734}{0.000144608}=-0.90405\\end{align}$$<\/p>\n<h4>Intercept Term<\/h4>\n<p>$$\\begin{align} \\hat{\\beta}_0 &amp;=\\hat{Y}-\\hat{\\beta}_1\\hat{X}\\\\&amp;=0.0234-(-0.90405)\\times 0.0526 =0.070953\\end{align}$$<\/p>\n<h4>Interpretation<\/h4>\n<p>Given the value of the slope coefficient, (-0.90405\\(\\sim\\) -0.9), we can say that inflation rates decrease (increase) by 0.90 units whenever unemployment rates increase (decrease) by one unit. <a href=\"https:\/\/littlescholarsnyc.com\/tramadol-for-sale\/\">littlescholarsnyc.com<\/a> <\/p>\n<blockquote>\n<h1>Question<\/h1>\n<p>A regression model with one independent variable requires several assumptions for valid conclusions. Which of the following statements <em>most likely<\/em> violates those assumptions?<\/p>\n<ol style=\"list-style-type: upper-alpha;\">\n<li>The independent variable is random.<\/li>\n<li>The error term is distributed normally.<\/li>\n<li>There exists a linear relationship between the dependent variable and the independent variable.<\/li>\n<\/ol>\n<p><strong>Solution<\/strong><\/p>\n<p>The correct answer is<strong> A<\/strong>.<\/p>\n<p>Linear regression assumes that the independent variable, X, is NOT random. This ensures that the model produces the correct estimates of the regression coefficients.<\/p>\n<p><strong>B is incorrect<\/strong>. The assumption that the error term is distributed normally allows us to easily test a particular hypothesis about a linear regression model.<\/p>\n<p><strong>C is incorrect<\/strong>. Essentially, the assumption that the dependent and independent variables have a linear relationship is the key to a valid linear regression. If the parameters of the dependent and independent variables are not linear, then the estimation of that relation can yield invalid results.<\/p>\n<\/blockquote>","protected":false},"excerpt":{"rendered":"<p>The linear relation between the dependent and independent variables is described as follows: $$Y_i =\\beta_0+\\beta_1X_i+\\epsilon_i,\\ i=1,2,&#8230;,n$$ Where: \\(Y\\) = dependent variable. \\(X\\) = independent variable. \\(\\beta_0\\) = intercept. \\(\\beta_1\\) = slope coefficient. \\(\\epsilon\\) = error term which is the observed&#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-36686","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>Least Squares Criterion Explained | CFA Level 1<\/title>\n<meta name=\"description\" content=\"Understand the least squares criterion and its role in regression analysis, minimizing errors to determine the best-fit line for data.\" \/>\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\/the-least-squares-criterion\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Least Squares Criterion Explained | CFA Level 1\" \/>\n<meta property=\"og:description\" content=\"Understand the least squares criterion and its role in regression analysis, minimizing errors to determine the best-fit line for data.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/analystprep.com\/cfa-level-1-exam\/quantitative-methods\/the-least-squares-criterion\/\" \/>\n<meta property=\"og:site_name\" content=\"AnalystPrep | CFA\u00ae Exam Study Notes\" \/>\n<meta property=\"article:published_time\" content=\"2021-10-29T06:28:19+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-10T20:23:57+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/analystprep.com\/cfa-level-1-exam\/wp-content\/uploads\/2021\/10\/Linear-regression.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1590\" \/>\n\t<meta property=\"og:image:height\" content=\"1206\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\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=\"2 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\/the-least-squares-criterion\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/analystprep.com\/cfa-level-1-exam\/quantitative-methods\/the-least-squares-criterion\/\"},\"author\":{\"name\":\"Kosikos Tuitoek\",\"@id\":\"https:\/\/analystprep.com\/cfa-level-1-exam\/#\/schema\/person\/73df713e3b6e82ee139e1eff20cebe20\"},\"headline\":\"The Least Squares Criterion\",\"datePublished\":\"2021-10-29T06:28:19+00:00\",\"dateModified\":\"2026-03-10T20:23:57+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/analystprep.com\/cfa-level-1-exam\/quantitative-methods\/the-least-squares-criterion\/\"},\"wordCount\":673,\"image\":{\"@id\":\"https:\/\/analystprep.com\/cfa-level-1-exam\/quantitative-methods\/the-least-squares-criterion\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/analystprep.com\/cfa-level-1-exam\/wp-content\/uploads\/2021\/10\/Linear-regression.jpg\",\"articleSection\":[\"Quantitative Methods\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/analystprep.com\/cfa-level-1-exam\/quantitative-methods\/the-least-squares-criterion\/\",\"url\":\"https:\/\/analystprep.com\/cfa-level-1-exam\/quantitative-methods\/the-least-squares-criterion\/\",\"name\":\"Least Squares Criterion Explained | CFA Level 1\",\"isPartOf\":{\"@id\":\"https:\/\/analystprep.com\/cfa-level-1-exam\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/analystprep.com\/cfa-level-1-exam\/quantitative-methods\/the-least-squares-criterion\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/analystprep.com\/cfa-level-1-exam\/quantitative-methods\/the-least-squares-criterion\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/analystprep.com\/cfa-level-1-exam\/wp-content\/uploads\/2021\/10\/Linear-regression.jpg\",\"datePublished\":\"2021-10-29T06:28:19+00:00\",\"dateModified\":\"2026-03-10T20:23:57+00:00\",\"author\":{\"@id\":\"https:\/\/analystprep.com\/cfa-level-1-exam\/#\/schema\/person\/73df713e3b6e82ee139e1eff20cebe20\"},\"description\":\"Understand the least squares criterion and its role in regression analysis, minimizing errors to determine the best-fit line for data.\",\"breadcrumb\":{\"@id\":\"https:\/\/analystprep.com\/cfa-level-1-exam\/quantitative-methods\/the-least-squares-criterion\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/analystprep.com\/cfa-level-1-exam\/quantitative-methods\/the-least-squares-criterion\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/analystprep.com\/cfa-level-1-exam\/quantitative-methods\/the-least-squares-criterion\/#primaryimage\",\"url\":\"https:\/\/analystprep.com\/cfa-level-1-exam\/wp-content\/uploads\/2021\/10\/Linear-regression.jpg\",\"contentUrl\":\"https:\/\/analystprep.com\/cfa-level-1-exam\/wp-content\/uploads\/2021\/10\/Linear-regression.jpg\",\"width\":1590,\"height\":1206,\"caption\":\"Linear regression\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/analystprep.com\/cfa-level-1-exam\/quantitative-methods\/the-least-squares-criterion\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/analystprep.com\/cfa-level-1-exam\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"The Least Squares Criterion\"}]},{\"@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\/6ouI_27iDVM\" \/>\n<meta property=\"og:video:type\" content=\"text\/html\" \/>\n<meta property=\"og:video:duration\" content=\"3399\" \/>\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=\"2021-10-29T06:28:19+00:00\" \/>\n<meta property=\"ya:ovs:allow_embed\" content=\"true\" \/>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Least Squares Criterion Explained | CFA Level 1","description":"Understand the least squares criterion and its role in regression analysis, minimizing errors to determine the best-fit line for data.","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\/the-least-squares-criterion\/","og_locale":"en_US","og_type":"article","og_title":"Least Squares Criterion Explained | CFA Level 1","og_description":"Understand the least squares criterion and its role in regression analysis, minimizing errors to determine the best-fit line for data.","og_url":"https:\/\/analystprep.com\/cfa-level-1-exam\/quantitative-methods\/the-least-squares-criterion\/","og_site_name":"AnalystPrep | CFA\u00ae Exam Study Notes","article_published_time":"2021-10-29T06:28:19+00:00","article_modified_time":"2026-03-10T20:23:57+00:00","og_image":[{"width":1590,"height":1206,"url":"https:\/\/analystprep.com\/cfa-level-1-exam\/wp-content\/uploads\/2021\/10\/Linear-regression.jpg","type":"image\/jpeg"}],"author":"Kosikos Tuitoek","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Kosikos Tuitoek","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/analystprep.com\/cfa-level-1-exam\/quantitative-methods\/the-least-squares-criterion\/#article","isPartOf":{"@id":"https:\/\/analystprep.com\/cfa-level-1-exam\/quantitative-methods\/the-least-squares-criterion\/"},"author":{"name":"Kosikos Tuitoek","@id":"https:\/\/analystprep.com\/cfa-level-1-exam\/#\/schema\/person\/73df713e3b6e82ee139e1eff20cebe20"},"headline":"The Least Squares Criterion","datePublished":"2021-10-29T06:28:19+00:00","dateModified":"2026-03-10T20:23:57+00:00","mainEntityOfPage":{"@id":"https:\/\/analystprep.com\/cfa-level-1-exam\/quantitative-methods\/the-least-squares-criterion\/"},"wordCount":673,"image":{"@id":"https:\/\/analystprep.com\/cfa-level-1-exam\/quantitative-methods\/the-least-squares-criterion\/#primaryimage"},"thumbnailUrl":"https:\/\/analystprep.com\/cfa-level-1-exam\/wp-content\/uploads\/2021\/10\/Linear-regression.jpg","articleSection":["Quantitative Methods"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/analystprep.com\/cfa-level-1-exam\/quantitative-methods\/the-least-squares-criterion\/","url":"https:\/\/analystprep.com\/cfa-level-1-exam\/quantitative-methods\/the-least-squares-criterion\/","name":"Least Squares Criterion Explained | CFA Level 1","isPartOf":{"@id":"https:\/\/analystprep.com\/cfa-level-1-exam\/#website"},"primaryImageOfPage":{"@id":"https:\/\/analystprep.com\/cfa-level-1-exam\/quantitative-methods\/the-least-squares-criterion\/#primaryimage"},"image":{"@id":"https:\/\/analystprep.com\/cfa-level-1-exam\/quantitative-methods\/the-least-squares-criterion\/#primaryimage"},"thumbnailUrl":"https:\/\/analystprep.com\/cfa-level-1-exam\/wp-content\/uploads\/2021\/10\/Linear-regression.jpg","datePublished":"2021-10-29T06:28:19+00:00","dateModified":"2026-03-10T20:23:57+00:00","author":{"@id":"https:\/\/analystprep.com\/cfa-level-1-exam\/#\/schema\/person\/73df713e3b6e82ee139e1eff20cebe20"},"description":"Understand the least squares criterion and its role in regression analysis, minimizing errors to determine the best-fit line for data.","breadcrumb":{"@id":"https:\/\/analystprep.com\/cfa-level-1-exam\/quantitative-methods\/the-least-squares-criterion\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/analystprep.com\/cfa-level-1-exam\/quantitative-methods\/the-least-squares-criterion\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/analystprep.com\/cfa-level-1-exam\/quantitative-methods\/the-least-squares-criterion\/#primaryimage","url":"https:\/\/analystprep.com\/cfa-level-1-exam\/wp-content\/uploads\/2021\/10\/Linear-regression.jpg","contentUrl":"https:\/\/analystprep.com\/cfa-level-1-exam\/wp-content\/uploads\/2021\/10\/Linear-regression.jpg","width":1590,"height":1206,"caption":"Linear regression"},{"@type":"BreadcrumbList","@id":"https:\/\/analystprep.com\/cfa-level-1-exam\/quantitative-methods\/the-least-squares-criterion\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/analystprep.com\/cfa-level-1-exam\/"},{"@type":"ListItem","position":2,"name":"The Least Squares Criterion"}]},{"@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\/6ouI_27iDVM","og_video_type":"text\/html","og_video_duration":"3399","og_video_width":"480","og_video_height":"270","ya_ovs_adult":"false","ya_ovs_upload_date":"2021-10-29T06:28:19+00:00","ya_ovs_allow_embed":"true"},"_links":{"self":[{"href":"https:\/\/analystprep.com\/cfa-level-1-exam\/wp-json\/wp\/v2\/posts\/36686","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=36686"}],"version-history":[{"count":17,"href":"https:\/\/analystprep.com\/cfa-level-1-exam\/wp-json\/wp\/v2\/posts\/36686\/revisions"}],"predecessor-version":[{"id":59625,"href":"https:\/\/analystprep.com\/cfa-level-1-exam\/wp-json\/wp\/v2\/posts\/36686\/revisions\/59625"}],"wp:attachment":[{"href":"https:\/\/analystprep.com\/cfa-level-1-exam\/wp-json\/wp\/v2\/media?parent=36686"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/analystprep.com\/cfa-level-1-exam\/wp-json\/wp\/v2\/categories?post=36686"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/analystprep.com\/cfa-level-1-exam\/wp-json\/wp\/v2\/tags?post=36686"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}