{"id":61946,"date":"2026-07-23T05:34:46","date_gmt":"2026-07-23T05:34:46","guid":{"rendered":"https:\/\/analystprep.com\/cfa-level-1-exam\/?p=61946"},"modified":"2026-09-10T19:55:39","modified_gmt":"2026-09-10T19:55:39","slug":"simple-linear-regression-in-finance-least-squares-intercepts-slopes-and-interpretation","status":"publish","type":"post","link":"https:\/\/analystprep.com\/cfa-level-1-exam\/uncategorized\/simple-linear-regression-in-finance-least-squares-intercepts-slopes-and-interpretation\/","title":{"rendered":"Simple Linear Regression in Finance: Least Squares, Intercepts, Slopes, and Interpretation"},"content":{"rendered":"\n<script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"QAPage\",\n  \"mainEntity\": {\n    \"@type\": \"Question\",\n    \"name\": \"An analyst estimates the following regression using monthly data: R\u0302Portfolio = 0.002 + 0.85RFactor. Both returns are expressed in decimal form. In a month when the factor return is 4.0%, the portfolio\u2019s actual return is 3.2%. The residual for that month is closest to:\",\n    \"text\": \"Options:\\n1. -0.40%\\n2. 0.00%\\n3. 0.40%\",\n    \"answerCount\": 1,\n    \"acceptedAnswer\": {\n      \"@type\": \"Answer\",\n      \"text\": \"The correct answer is A. First calculate the predicted portfolio return using the regression equation: R\u0302Portfolio = 0.002 + 0.85(0.040) = 0.036, or 3.60%. The residual is calculated as the actual return minus the predicted return: ei = Yi \u2212 \u0176i. Therefore, the residual is 3.20% \u2212 3.60% = \u22120.40%. The negative residual indicates that the portfolio underperformed the model\u2019s prediction by 0.40 percentage points. Option B is incorrect because the residual would only be zero if actual and predicted returns were equal. Option C reverses the residual calculation and gives the wrong sign.\"\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\/2026\/07\/cfa_L10_a_img3.jpg\",\n  \"caption\": \"Regression Data Structures\",\n  \"width\": 607,\n  \"height\": 277,\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<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\/2026\/07\/cfa_L10_a_img2.jpg\",\n  \"caption\": \"Regression Analysis Illustration\",\n  \"width\": 736,\n  \"height\": 322,\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<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\/2026\/07\/cfa_L10_a_img1.jpg\",\n  \"caption\": \"Regression Model Overview\",\n  \"width\": 852,\n  \"height\": 497,\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\n<h2 class=\"wp-block-heading\">Why Linear Regression Matters in Finance<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Investment professionals rarely observe relationships directly. They observe data: asset returns, earnings growth, inflation, interest rates, credit spreads, valuation multiples, factor exposures, transaction costs, fund flows, and other market variables. Linear regression gives the analyst a structured way to ask whether one variable helps explain another.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In finance, regression is often used to estimate sensitivities, test investment ideas, interpret portfolio behavior, and make forecasts. A risk analyst may regress a fund\u2019s excess return on the market\u2019s excess return to estimate beta. An equity analyst may test whether operating margins are related to revenue growth. A macro strategist may examine whether changes in bond yields are associated with changes in inflation expectations. In each case, the goal is not merely to draw a line through data. The goal is to quantify a relationship and interpret it with economic discipline.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Simple linear regression examines the relationship between one <strong>dependent variable<\/strong> and one <strong>independent variable<\/strong>. It is called \u201csimple\u201d because there is only one explanatory variable. It is linear because the model fits a straight-line relationship between the two variables.<\/p>\n\n\n\n<div style=\"margin:28px 0;\">\n  <a href=\"https:\/\/analystprep.com\/free-trial\/\" target=\"_blank\" rel=\"noopener noreferrer\" style=\"display:block;width:100%;padding:12px 24px;border-radius:999px;background:#1a73e8;color:#ffffff;font-size:15px;font-weight:500;text-align:center;text-decoration:none;box-sizing:border-box;\">\n    Practice Regression Questions with Our Free Trial.\n  <\/a>\n<\/div>\n\n\n\n<h3 class=\"wp-block-heading\">Dependent and Independent Variables<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">The <strong>dependent variable<\/strong>, usually denoted as Y, is the variable the analyst is trying to explain or predict. The <strong>independent variable<\/strong>, usually denoted as X, is the variable used to explain changes in Y.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The language matters. If an analyst says that monthly fund excess returns are regressed on monthly market excess returns, the fund\u2019s excess return is the dependent variable and the market\u2019s excess return is the independent variable. The model is trying to explain the fund\u2019s return behavior using market behavior.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">$$ \\textbf{Table 1: Dependent and Independent Variables in Financial Regression} \\\\<br>\n\\begin{array}{l|l|l|l}<br>\n\\textbf{Research Question} &amp; \\textbf{Dependent Variable, Y} &amp; \\textbf{Independent Variable, X} &amp; \\textbf{Interpretation Focus} \\\\ \\hline<br>\n\\text{How sensitive is a stock} &amp; \\text{Stock excess return} &amp; \\text{Market excess return} &amp; \\text{Market exposure or beta} \\\\<br>\n\\text{to the market?} &amp; &amp; &amp; \\\\ \\hline<br>\n\\text{Do valuation multiples} &amp; \\text{Future stock return} &amp; \\text{Beginning valuation} &amp; \\text{Predictive relationship} \\\\<br>\n\\text{explain future returns?} &amp; &amp; \\text{multiple} &amp; \\\\ \\hline<br>\n\\text{Are credit spreads related} &amp; \\text{Credit spread change} &amp; \\text{Expected default rate} &amp; \\text{Credit-risk sensitivity} \\\\<br>\n\\text{to default expectations?} &amp; &amp; \\text{change} &amp; \\\\ \\hline<br>\n\\text{Does revenue growth} &amp; \\text{Change in operating} &amp; \\text{Revenue growth} &amp; \\text{Operating leverage} \\\\<br>\n\\text{explain margin} &amp; \\text{margin} &amp; &amp; \\\\<br>\n\\text{expansion?} &amp; &amp; &amp; \\\\ \\hline<br>\n\\text{Do fund flows follow} &amp; \\text{Net fund flow} &amp; \\text{Prior-period return} &amp; \\text{Investor behavior} \\\\<br>\n\\text{recent performance?} &amp; &amp; &amp; \\\\<br>\n\\end{array} $$<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Table 1 highlights the core structure. Regression is not only a statistical exercise. The dependent and independent variables must be chosen in a way that makes economic sense.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Simple Linear Regression Model<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">The simple linear regression model can be written as:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">$$<br>\nY_i = b_0 + b_1 X_i + \\epsilon_i, \\quad i = 1, 2, \\dots, n<br>\n$$<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Where:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\\(Y_i\\) is the observed value of the dependent variable for observation \\(i\\)<\/li>\n\n\n\n<li>\\(X_i\\) is the observed value of the independent variable for observation \\(i\\)<\/li>\n\n\n\n<li>\\(b_0\\) is the intercept of the population regression line<\/li>\n\n\n\n<li>\\(b_1\\) is the slope coefficient of the population regression line<\/li>\n\n\n\n<li>\\(\\epsilon_i\\) is the error term for observation \\(i\\)<\/li>\n\n\n\n<li>\\(n\\) is the number of paired observations<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">The intercept, \\(b_0\\), is the value of \\(Y\\) when \\(X\\) equals zero. In many finance applications, the intercept is meaningful only if zero is a realistic value for \\(X\\). If zero is outside the relevant range of the data, the intercept may be a necessary part of the line but not a useful economic prediction.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The slope coefficient, \\(b_1\\), measures the expected change in \\(Y\\) for a one-unit increase in \\(X\\). The unit must be interpreted carefully. If \\(X\\) is expressed in decimals, a change from 0.04 to 0.05 is a one-percentage-point change but not a one-unit change. If \\(X\\) is expressed in percentage points, then the coefficient is interpreted directly per percentage-point change.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The error term, \\(\\epsilon_i\\), captures the part of \\(Y_i\\) that the model does not explain. It includes omitted variables, measurement noise, random shocks, nonlinear effects, and any other influence not captured by the single independent variable.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Estimated Regression Equation<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">In practice, the analyst does not know the true population parameters \\(b_0\\) and \\(b_1\\). The analyst estimates them from sample data. The estimated regression equation is:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">$$ \\hat{Y}_i = \\hat{b}_0 + \\hat{b}_1 X_i $$<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Where:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\\(\\hat{Y}_i\\) is the predicted or fitted value of \\(Y\\) for observation \\(i\\)<\/li>\n\n\n\n<li>\\(\\hat{b}_0\\) is the estimated intercept<\/li>\n\n\n\n<li>\\(\\hat{b}_1\\) is the estimated slope coefficient<\/li>\n\n\n\n<li>\\(X_i\\) is the observed value of the independent variable for observation \\(i\\)<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">The fitted line is the line produced by the sample. It is not the true relationship. It is the analyst&#8217;s best linear estimate of the relationship, given the model and data.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Figure 1: Simple Linear Regression Fits a Straight Line Through Paired Observations<\/strong><\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><img loading=\"lazy\" decoding=\"async\" width=\"852\" height=\"497\" src=\"https:\/\/analystprep.com\/cfa-level-1-exam\/wp-content\/uploads\/2026\/07\/cfa_L10_a_img1.jpg\" alt=\"\" class=\"wp-image-61948\" srcset=\"https:\/\/analystprep.com\/cfa-level-1-exam\/wp-content\/uploads\/2026\/07\/cfa_L10_a_img1.jpg 852w, https:\/\/analystprep.com\/cfa-level-1-exam\/wp-content\/uploads\/2026\/07\/cfa_L10_a_img1-300x175.jpg 300w, https:\/\/analystprep.com\/cfa-level-1-exam\/wp-content\/uploads\/2026\/07\/cfa_L10_a_img1-768x448.jpg 768w, https:\/\/analystprep.com\/cfa-level-1-exam\/wp-content\/uploads\/2026\/07\/cfa_L10_a_img1-400x233.jpg 400w\" sizes=\"auto, (max-width: 852px) 100vw, 852px\" \/><\/figure>\n<\/div>\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Figure 1 illustrates the main pieces of a simple linear regression. Each point is a paired observation of \\(X\\) and \\(Y\\). The fitted line represents the estimated relationship. The vertical distance from an observed point to the fitted line is the residual. A good regression line does not pass through every point. It balances the prediction errors across the sample according to the least squares criterion.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Example 1: Interpreting a Simple Linear Regression Equation<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">An analyst estimates the relationship between monthly excess returns on a listed clean\u2011energy fund and monthly excess returns on a broad equity market index. The estimated regression equation is:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">$$ \\hat{R}_{\\text{Fund}} = 0.004 + 1.25R_{\\text{Market}} $$<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Interpret the intercept and slope in plain investment language.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Solution<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Recall the estimated regression equation:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">$$ \\hat{Y}_i = \\hat{b}_0 + \\hat{b}_1 X_i $$<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Where:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\\(\\hat{Y}_i = \\hat{R}_{\\text{Fund}}\\), the predicted monthly excess return on the fund<\/li>\n\n\n\n<li>\\(X_i = R_{\\text{Market}}\\), the monthly excess return on the market index<\/li>\n\n\n\n<li>\\(\\hat{b}_0 = 0.004\\), the estimated intercept<\/li>\n\n\n\n<li>\\(\\hat{b}_1 = 1.25\\), the estimated slope coefficient<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">The intercept of 0.004 means that when the market excess return is 0.00%, the model predicts a fund excess return of 0.40%. This should not automatically be interpreted as skill. The analyst must still test whether the intercept is statistically significant and economically meaningful.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The slope of 1.25 means that for a one-unit increase in the market excess return, the fund&#8217;s predicted excess return increases by 1.25 units. If returns are expressed in decimal form, a one-percentage-point increase in the market excess return is associated with a 1.25-percentage-point increase in the fund&#8217;s predicted excess return.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If the market excess return is 3.0%, the predicted fund excess return is:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">$$ \\hat{R}_{\\text{Fund}} = 0.004 + 1.25(0.030) = 0.0415 = 4.15\\% $$<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The fund has positive market sensitivity. The regression result suggests that it tends to amplify broad equity market movements.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Indicator Variables in Simple Regression<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Simple regression can also use an <strong>indicator variable<\/strong>, sometimes called a dummy variable. An indicator variable takes the value 1 if a condition is true and 0 if it is not.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">An indicator variable can be defined as:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">$$ I(A) = \\{1, \\text{ if event } A \\text{ occurs } 0, \\text{ if event } A \\text{ does not occur} $$<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Where:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\\(I(A)\\) is the indicator variable for event \\(A\\)<\/li>\n\n\n\n<li>\\(A\\) is the event or condition being evaluated<\/li>\n\n\n\n<li>1 indicates that the event occurs<\/li>\n\n\n\n<li>0 indicates that the event does not occur<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">When an indicator variable is used as the independent variable, the simple regression model becomes:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">$$ Y_i = b_0 + b_1 I(A_i) + \\epsilon_i $$<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Where:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\\(Y_i\\) is the dependent variable for observation \\(i\\)<\/li>\n\n\n\n<li>\\(I(A_i)\\) is the indicator variable for observation \\(i\\)<\/li>\n\n\n\n<li>\\(b_0\\) is the mean value of \\(Y\\) when the indicator equals 0<\/li>\n\n\n\n<li>\\(b_1\\) is the difference in the mean value of \\(Y\\) when the indicator changes from 0 to 1<\/li>\n\n\n\n<li>\\(\\epsilon_i\\) is the error term<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">The intercept is the baseline mean. The slope is the estimated difference between the two groups.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Example 2: Using an Indicator Variable to Capture a Regime Shift<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Assume we have monthly bank-stock excess returns before and after a major regulatory capital reform. The analyst defines an indicator variable, \\(POST\\), equal to 1 after the reform and 0 before the reform. The estimated regression equation is:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">$$ \\hat{R}_{\\text{Bank}} = 0.006 &#8211; 0.004(\\text{POST}) $$<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Interpret the effect of the regulatory reform period on average excess returns.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Solution<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Recall that:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">$$ \\hat{Y}_i = \\hat{b}_0 + \\hat{b}_1 I(A_i) $$<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Where:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\\(\\hat{Y}_i = \\hat{R}_{\\text{Bank}}\\), the predicted monthly bank-stock excess return<\/li>\n\n\n\n<li>\\(I(A_i) = POST\\), the indicator variable equal to 1 after the reform and 0 before the reform<\/li>\n\n\n\n<li>\\(\\hat{b}_0 = 0.006\\), the estimated average monthly excess return before the reform<\/li>\n\n\n\n<li>\\(\\hat{b}_1 = -0.004\\), the estimated difference in average monthly excess return after the reform<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Before the reform, \\(POST = 0\\):<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">$$\\hat{R}_{\\text{Bank}} = 0.006 &#8211; 0.004(0) = 0.006 = 0.60\\%$$<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">After the reform, \\(POST = 1\\):<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">$$\\hat{R}_{\\text{Bank}} = 0.006 &#8211; 0.004(1) = 0.002 = 0.20\\%$$<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The estimated average monthly bank-stock excess return is 0.40 percentage points lower after the reform. The regression does not by itself prove that the reform caused the lower average return. It quantifies the difference associated with the indicator variable in the observed sample.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Residuals and Prediction Errors<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">The residual is the difference between the observed value and the fitted value:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">$$e_i = Y_i &#8211; \\hat{Y}_i$$<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Where:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\\(e_i\\) is the residual for observation \\(i\\)<\/li>\n\n\n\n<li>\\(Y_i\\) is the observed value of the dependent variable<\/li>\n\n\n\n<li>\\(\\hat{Y}_i\\) is the predicted value from the estimated regression equation<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">A positive residual means that the observed Y is above the predicted value. A negative residual means that the observed \\(Y\\) is below the predicted value.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Residuals are estimates of model errors. They are not the same as the true error terms because the true regression line is unknown. Residuals come from the fitted model and are used to assess how well the line fits the data.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Figure 2: Residuals Show the Vertical Prediction Errors Around the Fitted Line<\/strong><\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><img loading=\"lazy\" decoding=\"async\" width=\"736\" height=\"322\" src=\"https:\/\/analystprep.com\/cfa-level-1-exam\/wp-content\/uploads\/2026\/07\/cfa_L10_a_img2.jpg\" alt=\"\" class=\"wp-image-61949\" srcset=\"https:\/\/analystprep.com\/cfa-level-1-exam\/wp-content\/uploads\/2026\/07\/cfa_L10_a_img2.jpg 736w, https:\/\/analystprep.com\/cfa-level-1-exam\/wp-content\/uploads\/2026\/07\/cfa_L10_a_img2-300x131.jpg 300w, https:\/\/analystprep.com\/cfa-level-1-exam\/wp-content\/uploads\/2026\/07\/cfa_L10_a_img2-400x175.jpg 400w\" sizes=\"auto, (max-width: 736px) 100vw, 736px\" \/><\/figure>\n<\/div>\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Figure 2 plots residuals against the independent variable. The horizontal line at zero represents perfect prediction. Points above the line are positive residuals, and points below the line are negative residuals. A random scatter around zero is usually more reassuring than a visible pattern. A pattern may suggest that the simple linear model is missing an important feature of the relationship.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Example 3: Calculating a Predicted Value and Residual<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Let&#8217;s say an analyst estimates the following relationship between a company&#8217;s quarterly revenue growth and its quarterly operating margin:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">$$\\hat{\\text{Margin}} = 0.055 + 0.70(\\text{Revenue Growth})$$<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Revenue growth and operating margin are both expressed in decimal form. In one quarter, revenue growth is 8.0%, and the actual operating margin is 12.4%.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Calculate the predicted operating margin and the residual.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Solution<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">We know that the predicted-value equation is given by:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">$$\\hat{Y}_i = \\hat{b}_0 + \\hat{b}_1 X_i$$<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Where:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\\(\\hat{Y}_i\\) is the predicted operating margin<\/li>\n\n\n\n<li>\\(\\hat{b}_0 = 0.055\\), the estimated intercept<\/li>\n\n\n\n<li>\\(\\hat{b}_1 = 0.70\\), the estimated slope coefficient<\/li>\n\n\n\n<li>\\(X_i = 0.080\\), the quarterly revenue growth rate<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">The predicted operating margin is:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">$$\\hat{\\text{Margin}} = 0.055 + 0.70(0.080) = 0.111 = 11.1\\%$$<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">We know that:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">$$e_i = Y_i &#8211; \\hat{Y}_i$$<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Where:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\\(Y_i = 12.4\\%\\), the observed operating margin<\/li>\n\n\n\n<li>\\(\\hat{Y}_i = 11.1\\%\\), the predicted operating margin<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">So that the residual is:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">$$e_i = 12.4\\% &#8211; 11.1\\% = 1.3\\%$$<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The actual margin was 1.3 percentage points above the model&#8217;s prediction.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">The Least Squares Criterion<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Ordinary least squares, or <strong>OLS<\/strong>, chooses the intercept and slope that minimize the sum of squared residuals. The sum of squared residuals is also called the sum of squared errors, or SSE:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">$$SSE = \\sum_{i=1}^{n} e_i^2 = \\sum_{i=1}^{n} \\left(Y_i &#8211; \\hat{Y}_i\\right)^2 = \\sum_{i=1}^{n} \\left[Y_i &#8211; \\left(\\hat{b}_0 + \\hat{b}_1 X_i\\right)\\right]^2$$<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Where:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\\(SSE\\) is the sum of squared errors<\/li>\n\n\n\n<li>\\(e_i\\) is the residual for observation \\(i\\)<\/li>\n\n\n\n<li>\\(Y_i\\) is the observed value of the dependent variable<\/li>\n\n\n\n<li>\\(\\hat{Y}_i\\) is the predicted value from the regression equation<\/li>\n\n\n\n<li>\\(\\hat{b}_0\\) is the estimated intercept<\/li>\n\n\n\n<li>\\(\\hat{b}_1\\) is the estimated slope coefficient<\/li>\n\n\n\n<li>\\(X_i\\) is the observed value of the independent variable<\/li>\n\n\n\n<li>\\(n\\) is the number of observations<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">OLS squares the residuals before adding them. Squaring serves two purposes. First, positive and negative residuals do not cancel out. Second, large prediction errors receive more weight than small prediction errors. This is why OLS can be sensitive to outliers.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Example 4: Comparing Two Candidate Regression Lines Using SSE<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Consider three observations for an analyst trying to explain active fund return, \\(Y\\), using benchmark return, \\(X\\):<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">$$<br>\n\\begin{array}{c|c|c}<br>\n\\textbf{Observation} &amp; \\textbf{X} &amp; \\textbf{Y} \\\\ \\hline<br>\n1 &amp; 1.0\\% &amp; 1.8\\% \\\\ \\hline<br>\n2 &amp; 2.0\\% &amp; 2.6\\% \\\\ \\hline<br>\n3 &amp; 3.0\\% &amp; 3.1\\% \\\\<br>\n\\end{array}<br>\n$$<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Two candidate fitted lines are being compared:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">$$\\hat{Y} = 1.0\\% + 0.70X$$<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">$$\\hat{Y} = 0.5\\% + 0.90X$$<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Identify which candidate line fits better under the least squares criterion.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Solution<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Start with the SSE formula:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">$$SSE = \\sum_{i=1}^{n} \\left(Y_i &#8211; \\hat{Y}_i\\right)^2$$<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Where:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\\(SSE\\) is the sum of squared errors<\/li>\n\n\n\n<li>\\(Y_i\\) is the observed active fund return<\/li>\n\n\n\n<li>\\(\\hat{Y}_i\\) is the predicted active fund return<\/li>\n\n\n\n<li>\\(n = 3\\), the number of observations<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">For Candidate Line 1:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">$$\\begin{array}{c|c|c|c|c}<br>\n\\textbf{Observation} &amp; \\textbf{Y} &amp; \\textbf{Predicted Y} &amp; \\textbf{Residual} &amp; \\textbf{Squared Residual} \\\\ \\hline<br>\n1 &amp; 1.8\\% &amp; 1.7\\% &amp; 0.1\\% &amp; 0.000001 \\\\ \\hline<br>\n2 &amp; 2.6\\% &amp; 2.4\\% &amp; 0.2\\% &amp; 0.000004 \\\\ \\hline<br>\n3 &amp; 3.1\\% &amp; 3.1\\% &amp; 0.0\\% &amp; 0.000000 \\\\ \\hline<br>\n\\text{Total} &amp; &amp; &amp; &amp; 0.000005 \\\\<br>\n\\end{array}$$<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For Candidate Line 2:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">$$\\begin{array}{c|c|c|c|c}<br>\n\\textbf{Observation} &amp; \\textbf{Y} &amp; \\textbf{Predicted Y} &amp; \\textbf{Residual} &amp; \\textbf{Squared Residual} \\\\ \\hline<br>\n1 &amp; 1.8\\% &amp; 1.4\\% &amp; 0.4\\% &amp; 0.000016 \\\\ \\hline<br>\n2 &amp; 2.6\\% &amp; 2.3\\% &amp; 0.3\\% &amp; 0.000009 \\\\ \\hline<br>\n3 &amp; 3.1\\% &amp; 3.2\\% &amp; -0.1\\% &amp; 0.000001 \\\\ \\hline<br>\n\\text{Total} &amp; &amp; &amp; &amp; 0.000026 \\\\<br>\n\\end{array}$$<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Candidate Line 1 has the lower SSE, so it fits better under the least squares criterion. OLS selects the line with the minimum possible SSE among all straight lines.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Estimating the Slope Coefficient<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">The OLS slope coefficient can be written as the ratio of the sample covariance between \\(X\\) and \\(Y\\) to the sample variance of \\(X\\):<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">$$\\hat{b}_1 = \\frac{s_{X,Y}}{s_X^2}$$<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Where:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\\(\\hat{b}_1\\) is the estimated slope coefficient<\/li>\n\n\n\n<li>\\(s_{X,Y}\\) is the sample covariance between \\(X\\) and \\(Y\\)<\/li>\n\n\n\n<li>\\(s_X^2\\) is the sample variance of \\(X\\)<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Equivalently, the slope can be calculated directly from deviations from the sample means:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">$$\\hat{b}_1 = \\frac{\\sum_{i=1}^{n} (X_i &#8211; \\bar{X})(Y_i &#8211; \\bar{Y})}{\\sum_{i=1}^{n} (X_i &#8211; \\bar{X})^2}$$<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Where:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\\(\\bar{X}\\) is the sample mean of the independent variable<\/li>\n\n\n\n<li>\\(\\bar{Y}\\) is the sample mean of the dependent variable<\/li>\n\n\n\n<li>\\(X_i &#8211; \\bar{X}\\) is the deviation of observation \\(i\\) of \\(X\\) from its mean<\/li>\n\n\n\n<li>\\(Y_i &#8211; \\bar{Y}\\) is the deviation of observation \\(i\\) of \\(Y\\) from its mean<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">This formula shows why the slope is tied to co-movement. If high values of \\(X\\) tend to appear with high values of \\(Y\\), the numerator is positive and the slope is positive. If high values of \\(X\\) tend to appear with low values of \\(Y\\), the numerator is negative and the slope is negative.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Estimating the Intercept<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Once the slope has been estimated, the intercept is calculated using the sample means:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">$$\\hat{b}_0 = \\bar{Y} &#8211; \\hat{b}_1 \\bar{X}$$<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Where:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\\(\\hat{b}_0\\) is the estimated intercept<\/li>\n\n\n\n<li>\\(\\bar{Y}\\) is the sample mean of the dependent variable<\/li>\n\n\n\n<li>\\(\\hat{b}_1\\) is the estimated slope coefficient<\/li>\n\n\n\n<li>\\(\\bar{X}\\) is the sample mean of the independent variable<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">This formula implies an important OLS property: the fitted regression line passes through the point \\((\\bar{X}, \\bar{Y})\\). In plain language, when \\(X\\) is at its sample mean, the predicted value of \\(Y\\) equals the sample mean of \\(Y\\).<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Another important OLS property is:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">$$\\sum_{i=1}^{n} e_i = 0$$<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Where:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\\(e_i\\) is the residual for observation \\(i\\)<\/li>\n\n\n\n<li>\\(n\\) is the number of observations<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">The residuals sum to zero when the regression includes an intercept. This property helps explain why OLS balances positive and negative prediction errors around the fitted line.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Example 5: Estimating the Slope and Intercept<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Assume we are estimating a simple regression of monthly subscription revenue growth, \\(Y\\), on monthly marketing-spend growth, \\(X\\), for a financial technology company. The paired observations are:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">$$ \\begin{array}{c|c|c}<br>\n\\textbf{Month} &amp; \\textbf{Marketing-Spend Growth, X} &amp; \\textbf{Revenue Growth, Y} \\\\ \\hline<br>\n1 &amp; 1.0\\% &amp; 2.0\\% \\\\ \\hline<br>\n2 &amp; 2.0\\% &amp; 2.7\\% \\\\ \\hline<br>\n3 &amp; 4.0\\% &amp; 4.0\\% \\\\ \\hline<br>\n4 &amp; 5.0\\% &amp; 4.9\\% \\\\<br>\n\\end{array}<br>\n$$<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Estimate the slope, intercept, and fitted regression equation.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Solution<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">We know that:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">$$\\hat{b}_1 = \\frac{\\sum_{i=1}^{n} (X_i &#8211; \\bar{X})(Y_i &#8211; \\bar{Y})}{\\sum_{i=1}^{n} (X_i &#8211; \\bar{X})^2}$$<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Where:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\\(\\hat{b}_1\\) is the estimated slope coefficient<\/li>\n\n\n\n<li>\\(X_i\\) is marketing-spend growth in month \\(i\\)<\/li>\n\n\n\n<li>\\(Y_i\\) is subscription revenue growth in month \\(i\\)<\/li>\n\n\n\n<li>\\(\\bar{X}\\) is the sample mean of marketing-spend growth<\/li>\n\n\n\n<li>\\(\\bar{Y}\\) is the sample mean of subscription revenue growth<\/li>\n\n\n\n<li>\\(n = 4\\), the number of monthly observations<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">First, calculate the sample means:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">$$\\bar{X} = \\frac{1.0\\% + 2.0\\% + 4.0\\% + 5.0\\%}{4} = 3.0\\%$$<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">$$\\bar{Y} = \\frac{2.0\\% + 2.7\\% + 4.0\\% + 4.9\\%}{4} = 3.4\\%$$<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Now calculate deviations and products:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">$$\\begin{array}{c|c|c|c|c}<br>\n\\textbf{Month} &amp; X_i &#8211; \\bar{X} &amp; Y_i &#8211; \\bar{Y} &amp; \\textbf{Product} &amp; (X_i &#8211; \\bar{X})^2 \\\\ \\hline<br>\n1 &amp; -2.0\\% &amp; -1.4\\% &amp; 0.00028 &amp; 0.00040 \\\\ \\hline<br>\n2 &amp; -1.0\\% &amp; -0.7\\% &amp; 0.00007 &amp; 0.00010 \\\\ \\hline<br>\n3 &amp; 1.0\\% &amp; 0.6\\% &amp; 0.00006 &amp; 0.00010 \\\\ \\hline<br>\n4 &amp; 2.0\\% &amp; 1.5\\% &amp; 0.00030 &amp; 0.00040 \\\\ \\hline<br>\n\\text{Total} &amp; &amp; &amp; 0.00071 &amp; 0.00100 \\\\<br>\n\\end{array}$$<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The slope is:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">$$\\hat{b}_1 = \\frac{0.00071}{0.00100} = 0.71$$<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Now, using the intercept formula:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">$$\\hat{b}_0 = \\bar{Y} &#8211; \\hat{b}_1 \\bar{X}$$<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Where:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\\(\\hat{b}_0\\) is the estimated intercept<\/li>\n\n\n\n<li>\\(\\bar{Y} = 3.4\\%\\) is the sample mean revenue growth<\/li>\n\n\n\n<li>\\(\\hat{b}_1 = 0.71\\) is the estimated slope<\/li>\n\n\n\n<li>\\(\\bar{X} = 3.0\\%\\) is the sample mean marketing-spend growth<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">The intercept is therefore:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">$$\\hat{b}_0 = 0.034 &#8211; 0.71(0.030) = 0.0127 = 1.27\\%$$<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Consequently, the fitted regression equation is:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">$$\\hat{Y} = 1.27\\% + 0.71X$$<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The slope indicates that a one-percentage-point increase in marketing-spend growth is associated with a 0.71-percentage-point increase in predicted subscription revenue growth. The intercept indicates predicted revenue growth of 1.27% when marketing-spend growth is zero, within the context of this sample and model.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Cross-Sectional, Time-Series, and Panel Data<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Regression can be applied to different data structures. The structure affects interpretation and the types of problems the analyst must watch for.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Figure 3: Regression Data Structures<\/strong><\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><img loading=\"lazy\" decoding=\"async\" width=\"607\" height=\"277\" src=\"https:\/\/analystprep.com\/cfa-level-1-exam\/wp-content\/uploads\/2026\/07\/cfa_L10_a_img3.jpg\" alt=\"\" class=\"wp-image-61950\" srcset=\"https:\/\/analystprep.com\/cfa-level-1-exam\/wp-content\/uploads\/2026\/07\/cfa_L10_a_img3.jpg 607w, https:\/\/analystprep.com\/cfa-level-1-exam\/wp-content\/uploads\/2026\/07\/cfa_L10_a_img3-300x137.jpg 300w, https:\/\/analystprep.com\/cfa-level-1-exam\/wp-content\/uploads\/2026\/07\/cfa_L10_a_img3-400x183.jpg 400w\" sizes=\"auto, (max-width: 607px) 100vw, 607px\" \/><\/figure>\n<\/div>\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Figure 3 separates the main data structures used in regression. Cross-sectional data compare many entities at a single point in time. Time-series data follow one entity or variable across time. Panel data combine both dimensions by tracking many entities across multiple periods. A regression on stock returns over time is not interpreted in the same way as a regression comparing valuation multiples across companies at a date.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">$$ \\textbf{Table 2: Types of Data Used in Regression} \\\\<br>\n\\begin{array}{l|l|l|l}<br>\n\\textbf{Data Type} &amp; \\textbf{Basic Structure} &amp; \\textbf{Finance Example} &amp; \\textbf{Key Interpretation Issue} \\\\ \\hline<br>\n\\text{Cross-sectional data} &amp; \\text{Many entities at one point} &amp; \\text{Revenue growth and} &amp; \\text{Differences across} \\\\<br>\n&amp; \\text{in time} &amp; \\text{valuation multiples across} &amp; \\text{entities may reflect} \\\\<br>\n&amp; &amp; \\text{80 companies in the} &amp; \\text{omitted characteristics} \\\\<br>\n&amp; &amp; \\text{same quarter} &amp; \\\\ \\hline<br>\n\\text{Time-series data} &amp; \\text{One entity across many} &amp; \\text{Monthly portfolio return} &amp; \\text{Relationships may} \\\\<br>\n&amp; \\text{periods} &amp; \\text{and monthly market} &amp; \\text{change across regimes} \\\\<br>\n&amp; &amp; \\text{return over five years} &amp; \\\\ \\hline<br>\n\\text{Panel data} &amp; \\text{Many entities across} &amp; \\text{Quarterly margins and} &amp; \\text{Both entity-specific and} \\\\<br>\n&amp; \\text{many periods} &amp; \\text{sales growth for 40} &amp; \\text{time-specific effects may} \\\\<br>\n&amp; &amp; \\text{companies over 10 years} &amp; \\text{matter} \\\\<br>\n\\end{array}<br>\n$$<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Table 2 summarizes the practical distinction. Cross-sectional analysis emphasizes differences across entities. Time-series analysis emphasizes variation over time. Panel analysis can examine both, but it is also more complex.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Correlation, Regression, and Causation<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Regression uses statistical association to estimate relationships. A strong slope or visible pattern does not prove causation. This is especially important in finance, where variables may move together because of a common driver.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For example, a positive relationship between technology-stock returns and semiconductor demand may reflect a real economic link, but it may also reflect broader risk appetite, interest-rate expectations, or common exposure to growth-style equities. Regression can quantify the relationship in the data. It cannot by itself prove the causal mechanism.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The analyst should therefore ask three questions:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Is the relationship statistically supported?<\/li>\n\n\n\n<li>Is the relationship economically plausible?<\/li>\n\n\n\n<li>Could another variable or regime change explain the result?<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">The last question is especially important. Financial relationships can break down when policy regimes, inflation environments, liquidity conditions, or investor positioning changes.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Interpretation and Evaluation<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Several practical principles follow:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Simple linear regression models one dependent variable using one independent variable.<\/li>\n\n\n\n<li>The slope measures the expected change in the dependent variable for a one-unit change in the independent variable.<\/li>\n\n\n\n<li>The intercept is the fitted value of the dependent variable when the independent variable is zero.<\/li>\n\n\n\n<li>The residual is the observed value minus the predicted value.<\/li>\n\n\n\n<li>OLS chooses the line that minimizes the sum of squared residuals.<\/li>\n\n\n\n<li>The OLS slope can be expressed as the covariance between \\(X\\) and \\(Y\\) divided by the variance of \\(X\\).<\/li>\n\n\n\n<li>The OLS intercept is calculated from the sample means after the slope is estimated.<\/li>\n\n\n\n<li>With an intercept, the OLS line passes through \\((\\bar{X}, \\bar{Y})\\) and residuals sum to zero.<\/li>\n\n\n\n<li>Indicator variables allow regression to estimate differences between groups or regimes.<\/li>\n\n\n\n<li>Regression identifies association, not causation, unless the research design supports a causal claim.<\/li>\n<\/ul>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<h2 class=\"wp-block-heading\">Question<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">An analyst estimates the following regression using monthly data:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">$$\\hat{R}_{\\text{Portfolio}} = 0.002 + 0.85R_{\\text{Factor}}$$<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Both returns are expressed in decimal form. In a month when the factor return is 4.0%, the portfolio\u2019s actual return is 3.2%. The residual for that month is closest to:<\/p>\n\n\n\n<ol style=\"list-style-type:upper-alpha\" class=\"wp-block-list\">\n<li>-0.40%<\/li>\n\n\n\n<li>0.00%<\/li>\n\n\n\n<li>0.40%<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Answer Explanation<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The correct answer is <strong>A<\/strong>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Start by quoting the predicted-value equation:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">$$\\hat{Y}_i = \\hat{b}_0 + \\hat{b}_1 X_i$$<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Where:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\\(\\hat{Y}_i\\) is the predicted monthly portfolio return<\/li>\n\n\n\n<li>\\(\\hat{b}_0 = 0.002\\), the estimated intercept<\/li>\n\n\n\n<li>\\(\\hat{b}_1 = 0.85\\), the estimated slope coefficient<\/li>\n\n\n\n<li>\\(X_i = 0.040\\), the monthly factor return<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">The predicted portfolio return is:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">$$\\hat{R}_{\\text{Portfolio}} = 0.002 + 0.85(0.040) = 0.036 = 3.60\\%$$<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Now quote the residual formula:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">$$e_i = Y_i &#8211; \\hat{Y}_i$$<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Where:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\\(e_i\\) is the residual for the month<\/li>\n\n\n\n<li>\\(Y_i = 3.20\\%\\), the observed portfolio return<\/li>\n\n\n\n<li>\\(\\hat{Y}_i = 3.60\\%\\), the predicted portfolio return<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">The residual is:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">$$e_i = 3.20\\% &#8211; 3.60\\% = -0.40\\%$$<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The residual is <strong>-0.40%<\/strong>, meaning the portfolio return was 0.40 percentage points below the model&#8217;s prediction.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>B is incorrect<\/strong> because it would be the residual only if the actual return equaled the predicted return.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>C is incorrect<\/strong> because it reverses the residual sign by subtracting the actual value from the predicted value rather than subtracting the predicted value from the actual value.<\/p>\n<\/blockquote>\n\n\n\n<div style=\"text-align:center;margin:35px 0;\">\n  <a href=\"https:\/\/analystprep.com\/free-trial\/\" target=\"_blank\" rel=\"noopener noreferrer\" style=\"display:inline-block;padding:15px 35px;border-radius:999px;background:#1a73e8;color:#ffffff;font-size:17px;font-weight:600;text-decoration:none;\">\n    Start Free Trial \u2192\n  <\/a>\n\n  <p style=\"margin:25px 0 0;font-size:16px;line-height:1.6;text-align:center;\">\n    Master CFA Level I Quantitative Methods concepts, including simple linear regression, least squares estimation, intercepts, slopes, interpretation, and exam-style practice questions with study notes, mock exams, and video lessons.\n  <\/p>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Why Linear Regression Matters in Finance Investment professionals rarely observe relationships directly. They observe data: asset returns, earnings growth, inflation, interest rates, credit spreads, valuation multiples, factor exposures, transaction costs, fund flows, and other market variables. Linear regression gives 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":[1],"tags":[],"class_list":["post-61946","post","type-post","status-publish","format-standard","hentry","category-uncategorized","blog-post","no-post-thumbnail","animate"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Simple Linear Regression in Finance | AnalystPrep CFA<\/title>\n<meta name=\"description\" content=\"Learn simple linear regression in finance, including least squares, intercepts, slopes, and interpretation for CFA Level 1.\" \/>\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\/uncategorized\/simple-linear-regression-in-finance-least-squares-intercepts-slopes-and-interpretation\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Simple Linear Regression in Finance | AnalystPrep CFA\" \/>\n<meta property=\"og:description\" content=\"Learn simple linear regression in finance, including least squares, intercepts, slopes, and interpretation for CFA Level 1.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/analystprep.com\/cfa-level-1-exam\/uncategorized\/simple-linear-regression-in-finance-least-squares-intercepts-slopes-and-interpretation\/\" \/>\n<meta property=\"og:site_name\" content=\"AnalystPrep | CFA\u00ae Exam Study Notes\" \/>\n<meta property=\"article:published_time\" content=\"2026-07-23T05:34:46+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-09-10T19:55:39+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/analystprep.com\/cfa-level-1-exam\/wp-content\/uploads\/2026\/07\/cfa_L10_a_img1.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"852\" \/>\n\t<meta property=\"og:image:height\" content=\"497\" \/>\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=\"16 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\\\/uncategorized\\\/simple-linear-regression-in-finance-least-squares-intercepts-slopes-and-interpretation\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/analystprep.com\\\/cfa-level-1-exam\\\/uncategorized\\\/simple-linear-regression-in-finance-least-squares-intercepts-slopes-and-interpretation\\\/\"},\"author\":{\"name\":\"Kosikos Tuitoek\",\"@id\":\"https:\\\/\\\/analystprep.com\\\/cfa-level-1-exam\\\/#\\\/schema\\\/person\\\/73df713e3b6e82ee139e1eff20cebe20\"},\"headline\":\"Simple Linear Regression in Finance: Least Squares, Intercepts, Slopes, and Interpretation\",\"datePublished\":\"2026-07-23T05:34:46+00:00\",\"dateModified\":\"2026-09-10T19:55:39+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/analystprep.com\\\/cfa-level-1-exam\\\/uncategorized\\\/simple-linear-regression-in-finance-least-squares-intercepts-slopes-and-interpretation\\\/\"},\"wordCount\":3815,\"image\":{\"@id\":\"https:\\\/\\\/analystprep.com\\\/cfa-level-1-exam\\\/uncategorized\\\/simple-linear-regression-in-finance-least-squares-intercepts-slopes-and-interpretation\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/analystprep.com\\\/cfa-level-1-exam\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/cfa_L10_a_img1.jpg\",\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/analystprep.com\\\/cfa-level-1-exam\\\/uncategorized\\\/simple-linear-regression-in-finance-least-squares-intercepts-slopes-and-interpretation\\\/\",\"url\":\"https:\\\/\\\/analystprep.com\\\/cfa-level-1-exam\\\/uncategorized\\\/simple-linear-regression-in-finance-least-squares-intercepts-slopes-and-interpretation\\\/\",\"name\":\"Simple Linear Regression in Finance | AnalystPrep CFA\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/analystprep.com\\\/cfa-level-1-exam\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/analystprep.com\\\/cfa-level-1-exam\\\/uncategorized\\\/simple-linear-regression-in-finance-least-squares-intercepts-slopes-and-interpretation\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/analystprep.com\\\/cfa-level-1-exam\\\/uncategorized\\\/simple-linear-regression-in-finance-least-squares-intercepts-slopes-and-interpretation\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/analystprep.com\\\/cfa-level-1-exam\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/cfa_L10_a_img1.jpg\",\"datePublished\":\"2026-07-23T05:34:46+00:00\",\"dateModified\":\"2026-09-10T19:55:39+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/analystprep.com\\\/cfa-level-1-exam\\\/#\\\/schema\\\/person\\\/73df713e3b6e82ee139e1eff20cebe20\"},\"description\":\"Learn simple linear regression in finance, including least squares, intercepts, slopes, and interpretation for CFA Level 1.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/analystprep.com\\\/cfa-level-1-exam\\\/uncategorized\\\/simple-linear-regression-in-finance-least-squares-intercepts-slopes-and-interpretation\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/analystprep.com\\\/cfa-level-1-exam\\\/uncategorized\\\/simple-linear-regression-in-finance-least-squares-intercepts-slopes-and-interpretation\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/analystprep.com\\\/cfa-level-1-exam\\\/uncategorized\\\/simple-linear-regression-in-finance-least-squares-intercepts-slopes-and-interpretation\\\/#primaryimage\",\"url\":\"https:\\\/\\\/analystprep.com\\\/cfa-level-1-exam\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/cfa_L10_a_img1.jpg\",\"contentUrl\":\"https:\\\/\\\/analystprep.com\\\/cfa-level-1-exam\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/cfa_L10_a_img1.jpg\",\"width\":852,\"height\":497},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/analystprep.com\\\/cfa-level-1-exam\\\/uncategorized\\\/simple-linear-regression-in-finance-least-squares-intercepts-slopes-and-interpretation\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/analystprep.com\\\/cfa-level-1-exam\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Simple Linear Regression in Finance: Least Squares, Intercepts, Slopes, and Interpretation\"}]},{\"@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:\\\/\\\/secure.gravatar.com\\\/avatar\\\/8260edaa3f7ba04cf6b536b3f7fd769007ecb789b3289ac0cc4c3ab8b3f7f061?s=96&d=mm&r=g\",\"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\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Simple Linear Regression in Finance | AnalystPrep CFA","description":"Learn simple linear regression in finance, including least squares, intercepts, slopes, and interpretation for CFA Level 1.","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\/uncategorized\/simple-linear-regression-in-finance-least-squares-intercepts-slopes-and-interpretation\/","og_locale":"en_US","og_type":"article","og_title":"Simple Linear Regression in Finance | AnalystPrep CFA","og_description":"Learn simple linear regression in finance, including least squares, intercepts, slopes, and interpretation for CFA Level 1.","og_url":"https:\/\/analystprep.com\/cfa-level-1-exam\/uncategorized\/simple-linear-regression-in-finance-least-squares-intercepts-slopes-and-interpretation\/","og_site_name":"AnalystPrep | CFA\u00ae Exam Study Notes","article_published_time":"2026-07-23T05:34:46+00:00","article_modified_time":"2026-09-10T19:55:39+00:00","og_image":[{"width":852,"height":497,"url":"https:\/\/analystprep.com\/cfa-level-1-exam\/wp-content\/uploads\/2026\/07\/cfa_L10_a_img1.jpg","type":"image\/jpeg"}],"author":"Kosikos Tuitoek","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Kosikos Tuitoek","Est. reading time":"16 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/analystprep.com\/cfa-level-1-exam\/uncategorized\/simple-linear-regression-in-finance-least-squares-intercepts-slopes-and-interpretation\/#article","isPartOf":{"@id":"https:\/\/analystprep.com\/cfa-level-1-exam\/uncategorized\/simple-linear-regression-in-finance-least-squares-intercepts-slopes-and-interpretation\/"},"author":{"name":"Kosikos Tuitoek","@id":"https:\/\/analystprep.com\/cfa-level-1-exam\/#\/schema\/person\/73df713e3b6e82ee139e1eff20cebe20"},"headline":"Simple Linear Regression in Finance: Least Squares, Intercepts, Slopes, and Interpretation","datePublished":"2026-07-23T05:34:46+00:00","dateModified":"2026-09-10T19:55:39+00:00","mainEntityOfPage":{"@id":"https:\/\/analystprep.com\/cfa-level-1-exam\/uncategorized\/simple-linear-regression-in-finance-least-squares-intercepts-slopes-and-interpretation\/"},"wordCount":3815,"image":{"@id":"https:\/\/analystprep.com\/cfa-level-1-exam\/uncategorized\/simple-linear-regression-in-finance-least-squares-intercepts-slopes-and-interpretation\/#primaryimage"},"thumbnailUrl":"https:\/\/analystprep.com\/cfa-level-1-exam\/wp-content\/uploads\/2026\/07\/cfa_L10_a_img1.jpg","inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/analystprep.com\/cfa-level-1-exam\/uncategorized\/simple-linear-regression-in-finance-least-squares-intercepts-slopes-and-interpretation\/","url":"https:\/\/analystprep.com\/cfa-level-1-exam\/uncategorized\/simple-linear-regression-in-finance-least-squares-intercepts-slopes-and-interpretation\/","name":"Simple Linear Regression in Finance | AnalystPrep CFA","isPartOf":{"@id":"https:\/\/analystprep.com\/cfa-level-1-exam\/#website"},"primaryImageOfPage":{"@id":"https:\/\/analystprep.com\/cfa-level-1-exam\/uncategorized\/simple-linear-regression-in-finance-least-squares-intercepts-slopes-and-interpretation\/#primaryimage"},"image":{"@id":"https:\/\/analystprep.com\/cfa-level-1-exam\/uncategorized\/simple-linear-regression-in-finance-least-squares-intercepts-slopes-and-interpretation\/#primaryimage"},"thumbnailUrl":"https:\/\/analystprep.com\/cfa-level-1-exam\/wp-content\/uploads\/2026\/07\/cfa_L10_a_img1.jpg","datePublished":"2026-07-23T05:34:46+00:00","dateModified":"2026-09-10T19:55:39+00:00","author":{"@id":"https:\/\/analystprep.com\/cfa-level-1-exam\/#\/schema\/person\/73df713e3b6e82ee139e1eff20cebe20"},"description":"Learn simple linear regression in finance, including least squares, intercepts, slopes, and interpretation for CFA Level 1.","breadcrumb":{"@id":"https:\/\/analystprep.com\/cfa-level-1-exam\/uncategorized\/simple-linear-regression-in-finance-least-squares-intercepts-slopes-and-interpretation\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/analystprep.com\/cfa-level-1-exam\/uncategorized\/simple-linear-regression-in-finance-least-squares-intercepts-slopes-and-interpretation\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/analystprep.com\/cfa-level-1-exam\/uncategorized\/simple-linear-regression-in-finance-least-squares-intercepts-slopes-and-interpretation\/#primaryimage","url":"https:\/\/analystprep.com\/cfa-level-1-exam\/wp-content\/uploads\/2026\/07\/cfa_L10_a_img1.jpg","contentUrl":"https:\/\/analystprep.com\/cfa-level-1-exam\/wp-content\/uploads\/2026\/07\/cfa_L10_a_img1.jpg","width":852,"height":497},{"@type":"BreadcrumbList","@id":"https:\/\/analystprep.com\/cfa-level-1-exam\/uncategorized\/simple-linear-regression-in-finance-least-squares-intercepts-slopes-and-interpretation\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/analystprep.com\/cfa-level-1-exam\/"},{"@type":"ListItem","position":2,"name":"Simple Linear Regression in Finance: Least Squares, Intercepts, Slopes, and Interpretation"}]},{"@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:\/\/secure.gravatar.com\/avatar\/8260edaa3f7ba04cf6b536b3f7fd769007ecb789b3289ac0cc4c3ab8b3f7f061?s=96&d=mm&r=g","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"}}]}},"_links":{"self":[{"href":"https:\/\/analystprep.com\/cfa-level-1-exam\/wp-json\/wp\/v2\/posts\/61946","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=61946"}],"version-history":[{"count":12,"href":"https:\/\/analystprep.com\/cfa-level-1-exam\/wp-json\/wp\/v2\/posts\/61946\/revisions"}],"predecessor-version":[{"id":64262,"href":"https:\/\/analystprep.com\/cfa-level-1-exam\/wp-json\/wp\/v2\/posts\/61946\/revisions\/64262"}],"wp:attachment":[{"href":"https:\/\/analystprep.com\/cfa-level-1-exam\/wp-json\/wp\/v2\/media?parent=61946"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/analystprep.com\/cfa-level-1-exam\/wp-json\/wp\/v2\/categories?post=61946"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/analystprep.com\/cfa-level-1-exam\/wp-json\/wp\/v2\/tags?post=61946"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}