{"id":1275,"date":"2019-10-20T02:23:00","date_gmt":"2019-10-20T02:23:00","guid":{"rendered":"https:\/\/analystprep.com\/study-notes\/?p=1275"},"modified":"2020-08-26T14:35:58","modified_gmt":"2020-08-26T14:35:58","slug":"regression-with-a-single-regressor","status":"publish","type":"post","link":"https:\/\/analystprep.com\/study-notes\/frm\/part-1\/quantitative-analysis\/regression-with-a-single-regressor\/","title":{"rendered":"Regression with a Single Regressor &#8211; Hypothesis Tests and Confidence Intervals"},"content":{"rendered":"<h3 id=\"mce_22\" class=\"editor-rich-text__tinymce mce-content-body\" contenteditable=\"true\" data-is-placeholder-visible=\"false\">[vsw id=&#8221;InA-x54arGg&#8221; source=&#8221;youtube&#8221; width=&#8221;611&#8243; height=&#8221;344&#8243; autoplay=&#8221;no&#8221;]<\/h3>\n<p>After completing this reading you should be able to:<\/p>\n<ul>\n<li>Calculate and interpret confidence intervals for regression coefficients.<\/li>\n<li>Interpret the \\(p-value\\).<\/li>\n<li>Interpret hypothesis tests about regression coefficients.<\/li>\n<li>Evaluate the implications of homoskedasticity and heteroskedasticity.<\/li>\n<li>Determine the conditions under which the OLS is the best linear conditionally unbiased estimator.<\/li>\n<li>Explain the Gauss-Markov Theorem and its limitations, and alternatives to the OLS.<\/li>\n<li>Apply and interpret the \\(t\\)-statistic when the sample size is small.<\/li>\n<\/ul>\n<h2>Testing Hypotheses about One of the Regression Coefficients<\/h2>\n<p>Recall from the previous chapter we asserted that the test scores of a unit change in class size are affected by a factor of \\({ \\beta }_{ class\\quad size }\\). What if the test scores are not affected in any way by the class size? Is the population regression line flat, with the slope of \\({ \\beta }_{ class\\quad size }\\) being zero? Can the claim that this slope is nonzero be supported? Can the hypothesis that \\({ \\beta }_{ class\\quad size }=0\\) be rejected or accepted?<\/p>\n<h3>The Two-Sided Hypotheses Concerning \\({ \\beta }_{ 1 }\\)<\/h3>\n<p>To better understand this concept, we first start by briefly reviewing the population mean since there are similarities in the way hypotheses about these coefficients are tested and hypotheses concerning the population mean.<\/p>\n<h3>Testing Hypotheses about the Population Mean<\/h3>\n<p>According to the null hypothesis, \\(Y\\) has a mean that is \\({ \\mu }_{ Y,0 }\\). This hypothesis is expressed as follows:<\/p>\n<p>$$ { H }_{ 0 }:E\\left( Y \\right) ={ \\mu }_{ Y,0 } $$<\/p>\n<p>with the two-sided alternative being:<\/p>\n<p>$$ { H }_{ 1 }:E\\left( Y \\right) \\neq { \\mu }_{ Y,0 } $$<\/p>\n<p>To test \\({ H }_{ 0 }\\) against \\({ H }_{ 1 }\\), the standard error of \\(\\bar { Y } \\), that is \\(SE\\left( \\bar { Y } \\right) \\), is first calculated. This estimates the standard deviation of \\(\\bar { Y } \\)\u2019s sampling distribution. The \\(t\\)-statistic is then calculated. This is given as:<\/p>\n<p>$$ t=\\frac { \\bar { Y } -{ \\mu }_{ Y,0 } }{ SE\\left( \\bar { Y } \\right) } $$<\/p>\n<p>Thirdly, the \\(p\\)-value is calculated. This happens to be the smallest significance level where the null hypothesis could be rejected. The \\(p\\)-value can also be described as the chances of obtaining a statistic by random sampling variation, under the assumption that we fail to reject the null hypothesis.<\/p>\n<p>A two-sided hypothesis test will have the following \\(p\\)-value:<\/p>\n<p>$$ 2\\Phi \\left( -|{ t }^{ act }| \\right) $$<\/p>\n<p>The actually calculated \\(t\\)-statistic value is denoted as \\({ t }^{ act }\\), with \\(\\Phi\\) being the cumulative standard normal distribution. In this step, the \\(t\\)-statistic can simply be compared to the critical value deemed appropriate for the test, having a significance level that is desirable.<\/p>\n<h2>Testing Hypothesis about the Slope \\({ \\beta }_{ 1 }\\)<\/h2>\n<p>\\(\\bar { Y }\\) has an approximately normal sampling distribution, provided the samples are large. Prior to their testing, it is necessary to precisely state the null and alternative hypotheses. \\({ \\beta }_{ 1 }\\), which is the true slope of the population will take on some specific value, \\({ \\beta }_{ 1,0 }\\), under \\({ H }_{ 0 }\\). Also, we have that, \\({ \\beta }_{ 1, }\\neq { \\beta }_{ 1,0 }\\),under the two-sided alternative.<\/p>\n<p>We first calculate the standard error of \\(\\hat { { \\beta }_{ 1 } } \\), to test \\({ H }_{ 0 }\\). \\(SE\\left( \\hat { { \\beta }_{ 1 } } \\right) \\) estimates \\(\\hat { { \\beta }_{ 1 } } \\)&#8217; s sampling distribution\u2019s standard deviation, denoted as \\({ \\sigma }_{ { \\hat { \\beta } }_{ 1 } }\\). Where:<\/p>\n<p>$$ SE\\left( { \\hat { \\beta } }_{ 1 } \\right) =\\sqrt { { \\hat { \\sigma } }_{ { \\hat { \\beta } }_{ 1 } }^{ 2 } } $$<\/p>\n<p>And:<\/p>\n<p>$$ { \\hat { \\sigma } }_{ { \\hat { \\beta } }_{ 1 } }^{ 2 }=\\frac { 1 }{ n } \\times \\frac { \\cfrac { 1 }{ n-2 } { { \\Sigma }_{ j=1 }^{ n }{ \\left( { X }_{ j }-\\bar { X } \\right) }^{ 2 }{ \\hat { u } }_{ i }^{ 2 } } }{ { \\left[ \\cfrac { 1 }{ n } { \\Sigma }_{ i=1 }^{ n }{ \\left( { X }_{ i }-\\bar { X } \\right) }^{ 2 } \\right] }^{ 2 } } $$<\/p>\n<p>Next, the \\(t\\)-statistic is calculated:<\/p>\n<p>$$ t=\\frac { { \\hat { \\beta } }_{ 1 }-{ \\beta }_{ 1,0 } }{ SE\\left( { \\hat { \\beta } }_{ 1 } \\right) } \\quad \\quad \\quad \\quad \\quad \\quad \\quad I $$<\/p>\n<p>Finally, we evaluate the \\(p\\)-value. These are the chances that the value of \\({ \\hat { \\beta } }_{ 1 }\\) will be observed at least as different from \\({ \\hat { \\beta } }_{ 1,0 }\\) as the actually computed estimate, \\(\\left( { \\hat { \\beta } }_{ 1 }^{ act } \\right) \\). The assumption is that \\({ H }_{ 0 }\\) is correct. That is:<\/p>\n<p>$$ p-value={ Pr }_{ { H }_{ 0 } }\\left[ \\left| { \\hat { \\beta } }_{ 1 }-{ \\beta }_{ 1,0 } \\right| &gt;\\left| { \\hat { \\beta } }_{ 1 }^{ act }-{ \\beta }_{ 1,0 } \\right| \\right] $$<\/p>\n<p>$$ ={ Pr }_{ { H }_{ 0 } }\\left[ \\left| \\frac { { \\hat { \\beta } }_{ 1 }-{ \\beta }_{ 1,0 } }{ SE\\left( { \\hat { \\beta } }_{ 1 } \\right) } \\right| &gt;\\left| \\frac { { \\hat { \\beta } }_{ 1 }^{ act }-{ \\beta }_{ 1,0 } }{ SE\\left( { \\hat { \\beta } }_{ 1 } \\right) } \\right| \\right] $$<\/p>\n<p>$$ ={ Pr }_{ { H }_{ 0 } }\\left( \\left| t \\right| &gt;\\left| { t }^{ act } \\right| \\right) $$<\/p>\n<p>\\({ Pr }_{ { H }_{ 0 } }\\) is the calculated probability under \\({ H }_{ 0 }\\). In large samples, we have that:<\/p>\n<p>$$ p-value={ Pr }\\left( \\left| Z \\right| &gt;\\left| { t }^{ act } \\right| \\right) =2\\Phi \\left( -\\left| { t }^{ act } \\right| \\right) $$<\/p>\n<p>Evidence against \\({ H }_{ 0 }\\) is provided by a small value of the \\(p-value\\), say 3%. This is because the likelihood that a value of \\({ \\hat { \\beta } }_{ 1 }\\) will be obtained by pure random variation from sample to sample is less than that small value of \\(p-value\\), say 3%. This, therefore, implies that \\({ H }_{ 0 }\\) is correct, and can only be rejected at the small value of the \\(p-value\\), say 3%.<\/p>\n<h2>Reporting Regression Equations and Application to Test Scores<\/h2>\n<p>Assuming that we have: \\({ \\hat { \\beta } }_{ 0 }=700.00\\) and \\({ \\hat { \\beta } }_{ 1 }=-3.00\\). These estimates have the following standard errors: \\(SE\\left( { \\hat { \\beta } }_{ 0 } \\right) =11.00\\) and \\(SE\\left( { \\hat { \\beta } }_{ 1 } \\right) =0.60\\).<\/p>\n<p>The standard errors can be reported by placing them in the parentheses below the respective OLS regression line coefficients:<\/p>\n<p>$$ \\widehat { Test\\quad Score } =700.00-3.00\\times STR,\\quad { R }^{ 2 }=0.051,SER=18.6\\quad \\quad \\quad equation\\quad II $$<\/p>\n<p>$$ \\left( 11 \\right) \\quad \\quad \\quad \\left( 0.6 \\right) $$<\/p>\n<p>The quantities provided by this equation are the estimated regression line, approximations of the slope\u2019s sampling uncertainty, and the standard errors. This includes the \\({ R }^{ 2 }\\) and the SER, which are all measures of the fit of this regression line. We are going to use this format of reporting a single regression equation until the completion of this book.<\/p>\n<p>To test \\({ H }_{ 0 }\\), that \\({ \\beta }_{ 1 }\\) has a slope of zero in the population counterpart of equation \\(II\\) above at the 3% significant level, the \\(t\\)-statistic is constructed and compared to the 3% critical value drawn from the standard normal distribution, which is 1.96.<\/p>\n<p>To create the \\(t\\)-statistic, we substitute \\({ \\beta }_{ 1 }\\)&#8217;s hypothesized value under \\({ H }_{ 0 }\\) (zero), the estimated slope, and its standard error from \\(II\\) above, into the formula in equation \\(I\\). Therefore:<\/p>\n<p>$$ { t }^{ act }=\\frac { (-3.00-0) }{ 0.60 } =-5.00 $$<\/p>\n<p>The absolute value of this \\(t\\)-statistic surpasses the 1.96 critical value. The \\({ H }_{ 0 }\\) will, therefore, be rejected. This will be in favor of the two-sided alternative.<\/p>\n<p>Another method involves calculating the \\(p\\)-value linked to \\({ t }^{ act }=-5.00\\). There will be an extremely low probability. Therefore, the chances of obtaining a \\({ \\hat { \\beta } }_{ 1 }\\) value that will be as far from \\({ H }_{ 0 }\\) as the obtained value will be extremely small, in the event that \\({ H }_{ 0 }\\) is true. This, therefore, leads to rejecting \\({ H }_{ 0 }\\) as this event is extremely unlikely.<\/p>\n<h3>One-Sided Hypotheses Concerning \\({ \\beta }_{ 1 }\\)<\/h3>\n<p>The following are the null hypothesis and the one-sided alternative hypothesis for a one-sided test:<\/p>\n<p>$$ { H }_{ 0 }:{ \\beta }_{ 1 }={ \\beta }_{ 1,0 }\\quad Versus\\quad { H }_{ 1 }:{ \\beta }_{ 1 }&lt;{ \\beta }_{ 1,0 } $$<\/p>\n<p>The value of \\({ \\beta }_{ 1 }\\) under the \\({ H }_{ 0 }\\) is given as \\({ \\beta }_{ 1,0 }\\), with the alternative being that \\({ \\beta }_{ 1 }\\) is less than \\({ \\beta }_{ 1,0 }\\). The \\(t\\)-statistic is created the same way it was as the \\({ H }_{ 0 }\\) is the same for both the hypotheses tests (one- and two-sided). However, the interpretation of the \\(t\\)-statistic is the distinguishing factor between the one- and two-sided hypotheses tests. For the one-sided alternative, we reject \\({ H }_{ 0 }\\) against the one-sided alternative, when the negative is large as opposed to when the positive is large, \\(t\\)-statistic values.<\/p>\n<p>The cumulative standard normal distribution gives the one-sided test\u2019s \\(p-value\\) as:<\/p>\n<p>$$ p-value=Pr\\left( Z&lt;{ t }^{ act } \\right) $$<\/p>\n<p>$$ =\\Phi \\left( { t }^{ act } \\right) \\left( p-value,one-sided\\quad left-tail\\quad test \\right) $$<\/p>\n<h3>Testing Hypothesis about the Intercept \\({ \\beta }_{ 0 }\\)<\/h3>\n<p>The following are the null hypothesis about the intercept and the two-sided alternative:<\/p>\n<p>$$ { H }_{ 0 }:{ \\beta }_{ 0 }={ \\beta }_{ 0,0 } $$<\/p>\n<p>Versus<\/p>\n<p>$$ { H }_{ 1 }:{ \\beta }_{ 0 }\\neq { \\beta }_{ 0,0 } $$<\/p>\n<p>In case one has a specific null hypothesis they wish to examine the hypothesis tests come into play.<\/p>\n<h2>Confidence Intervals for a Regression Coefficient<\/h2>\n<p>The OLS estimator and its standard error could be used to create a confidence interval for slope \\({ \\beta }_{ 1 }\\) or for the intercept \\({ \\beta }_{ 0 }\\).<\/p>\n<h3>Confidence Interval for \\({ \\beta }_{ 1 }\\)<\/h3>\n<p>The 95% confidence interval for \\({ \\beta }_{ 1 }\\) has the following features:<\/p>\n<ol type=\"1\">\n<li>A two-sided hypothesis test with a significance level of 5% cannot be used to reject it.<\/li>\n<li>In this interval, there are 95% chances that the true value of \\({ \\beta }_{ 1 }\\) will be contained. The true value of \\({ \\beta }_{ 1 }\\) will be contained in the confidence interval of 95% of the samples that are likely to be drawn.<\/li>\n<\/ol>\n<p>The interval is therefore said to have a 95% confidence interval.<\/p>\n<p>For a 5% significance level hypothesis test, the true value of \\({ \\beta }_{ 1 }\\) in only 5% of all possible samples will be rejected. To calculate the 95% confidence interval, we apply the \\(t\\)-statistic in testing all the 5% significance level to test the possible value of \\({ \\beta }_{ 1 }\\).<\/p>\n<p>Anytime the \\({ \\beta }_{ 1,0 }\\) falls outside the range \\({ \\hat { \\beta } }_{ 1 }\\pm 1.96SE\\left( { \\hat { \\beta } }_{ 1 } \\right) \\) the hypothesized value \\({ \\beta }_{ 1,0 }\\) is to be rejected. This happens to be the best creation of the confidence interval. The interval \\(\\left[ { \\hat { \\beta } }_{ 1 }-1.96SE\\left( { \\hat { \\beta } }_{ 1 } \\right) ,{ \\hat { \\beta } }_{ 1 }+1.96SE\\left( { \\hat { \\beta } }_{ 1 } \\right) \\right] \\) is \\({ \\beta }_{ 1 }\\)&#8217;s 95% confidence interval.<\/p>\n<h3>Confidence interval for \\({ \\beta }_{ 0 }\\):<\/h3>\n<p>The 95% confidence interval for \\({ \\beta }_{ 0 }\\) is the interval:<\/p>\n<p>$$ { \\beta }_{ 0 }=\\left[ { \\hat { \\beta } }_{ 0 }-1.96SE\\left( { \\hat { \\beta } }_{ 0 } \\right) ,{ \\hat { \\beta } }_{ 0 }+1.96SE\\left( { \\hat { \\beta } }_{ 0 } \\right) \\right] $$<\/p>\n<h2>Confidence intervals for Predicted effects of changing \\(X\\)<\/h2>\n<p>Supposing we want to change \\(X\\) by a size, \\(\\Delta x\\). \\({ \\beta }_{ 1 }\\Delta x\\) is the predicted change in \\(Y\\) as a result of changing \\(X\\). The confidence interval for \\({ \\beta }_{ 1 }\\) can be computed despite its slope remaining anonymous. The confidence interval of \\({ \\beta }_{ 1 }\\Delta x\\) can be created.<\/p>\n<p>Therefore, the change in \\(\\Delta x\\) will bring about a predicted effect of:<\/p>\n<p>$$ \\hat { { \\beta }_{ 1 } } -1.96SE\\left( \\hat { { \\beta }_{ 1 } } \\right) \\times \\Delta x $$<\/p>\n<p>\\(\\hat { { \\beta }_{ 1 } } -1.96SE\\left( \\hat { { \\beta }_{ 1 } } \\right) \\) will be the confidence interval on the other end, whose predicted effect is:<\/p>\n<p>$$ \\hat { { \\beta }_{ 1 } } +1.96SE\\left( \\hat { { \\beta }_{ 1 } } \\right) \\times \\Delta x $$<\/p>\n<p>Therefore:<\/p>\n<p>$$ 95\\%\\quad confidence\\quad interval\\quad for\\quad { \\beta }_{ 1 }\\Delta x=\\left[ { \\hat { \\beta } }_{ 1 }-1.96SE\\left( { \\hat { \\beta } }_{ 1 } \\right) \\times \\Delta x,{ \\hat { \\beta } }_{ 1 }+1.96SE\\left( { \\hat { \\beta } }_{ 1 } \\right) \\times \\Delta x \\right] $$<\/p>\n<h2>Regression with \\(X\\) as a Binary Variable<\/h2>\n<p>A binary regressor will only take on two values, 0 1nd 1. Another name for a binary regressor is an indicator variable or dummy variable.<\/p>\n<h3>Interpretation of the Regression Coefficients<\/h3>\n<p>Assuming \\({ D }_{ i }\\) is a variable such that:<\/p>\n<p>$$ { D }_{ i }=\\begin{cases} 1\\quad The\\quad student-teacher\\quad ratio\\quad in\\quad ith\\quad school&lt;20 \\\\ 0\\quad The\\quad student-teacher\\quad ratio\\quad in\\quad ith\\quad school\\ge 20 \\end{cases} $$<\/p>\n<p>The following is the population regression model whose regressor id \\({ D }_{ i }\\):<\/p>\n<p>$$ { Y }_{ i }={ \\beta }_{ 0 }+{ \\beta }_{ 1 }{ D }_{ i }+{ u }_{ i }\\quad \\quad \\quad \\quad \\quad \\quad \\forall i=0,\\dots ,n $$<\/p>\n<p>\\({ \\beta }_{ 1 }\\) is the coefficient on \\({ D }_{ i }\\).<\/p>\n<p>The equation will change to the one written below under the condition that \\({ D }_{ i }=0\\):<\/p>\n<p>$$ { Y }_{ i }={ \\beta }_{ 0 }+{ u }_{ i } $$<\/p>\n<p>Since \\(E\\left( { u }_{ i }|{ D }_{ i } \\right) =0,{ Y }_{ i }\\) will have a conditional expectation of \\(E\\left( { Y }_{ i }|{ D }_{ i }=0 \\right) ={ \\beta }_{ 0 }\\) provided that \\({ D }_{ i }=0\\).<\/p>\n<p>When \\({ D }_{ i }=1\\):<\/p>\n<p>$$ { Y }_{ i }={ \\beta }_{ 0 }+{ \\beta }_{ 1 }+{ u }_{ i } $$<\/p>\n<p>This implies that when \\({ D }_{ i }=1\\),\\(E\\left( { Y }_{ i }|{ D }_{ i }=1 \\right) ={ \\beta }_{ 0 }+{ \\beta }_{ 1 }\\). The test scores will have a population mean value of \\({ \\beta }_{ 0 }+{ \\beta }_{ 1 }\\) when the ratio of students to teachers is low. The conditional expectations of \\({ Y }_{ i }\\) when \\({ D }_{ i }=1 \\) and when \\({ D }_{ i }=0 \\) will have a difference of \\({ \\beta }_{ 1 }\\) between them written as:<\/p>\n<p>$$ \\left( { \\beta }_{ 0 }+{ \\beta }_{ 1 } \\right) -{ \\beta }_{ 0 }={ \\beta }_{ 1 } $$<\/p>\n<p>This makes \\({ \\beta }_{ 1 }\\) to be the difference between population means.<\/p>\n<h2>Hypothesis Tests and Confidence Intervals<\/h2>\n<p>The above \\({ \\beta }_{ 1 }\\) will become zero in the event that the two population means are equal. It is possible to test the null hypothesis against the alternative hypothesis such that we test the null hypothesis \\({ \\beta }_{ 1 }=0\\) against the alternative \\({ \\beta }_{ 1 } \\neq 0 \\).<\/p>\n<p>At the 5% level, we can reject the null hypothesis against the alternative given that the absolute value of OLS \\(t\\)-statistic \\(t={ { \\hat { \\beta } }_{ i } }\/{ SE\\left( { \\hat { \\beta } }_{ i } \\right) }\\) surpasses the 1.96 mark. In a similar fashion, a 95% confidence level is given by a confidence interval of 95% for \\({ \\beta }_{ 1 }\\), for the difference between the population means.<\/p>\n<h2>Heteroskedasticity and Homoskedasticity<\/h2>\n<p>Suppose that the conditional distribution of \\({ u }_{ i }\\) given \\({ X }_{ i }\\) has a constant variance for \\(i=1,\\dots ,n\\) which is independent of \\({ X }_{ i }\\). Then the error term \\({ u }_{ i }\\) is said to be homoskedastic otherwise it is considered heteroskedastic.<\/p>\n<h3><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-2709\" src=\"https:\/\/analystprep.com\/study-notes\/wp-content\/uploads\/2018\/09\/2.7-homoskedasticity-vs-heteroskedasticity.png\" alt=\"homoskedasticity-vs-heteroskedasticity\" width=\"1027\" height=\"408\" srcset=\"https:\/\/analystprep.com\/study-notes\/wp-content\/uploads\/2018\/09\/2.7-homoskedasticity-vs-heteroskedasticity.png 1027w, https:\/\/analystprep.com\/study-notes\/wp-content\/uploads\/2018\/09\/2.7-homoskedasticity-vs-heteroskedasticity-300x119.png 300w, https:\/\/analystprep.com\/study-notes\/wp-content\/uploads\/2018\/09\/2.7-homoskedasticity-vs-heteroskedasticity-768x305.png 768w, https:\/\/analystprep.com\/study-notes\/wp-content\/uploads\/2018\/09\/2.7-homoskedasticity-vs-heteroskedasticity-1024x407.png 1024w, https:\/\/analystprep.com\/study-notes\/wp-content\/uploads\/2018\/09\/2.7-homoskedasticity-vs-heteroskedasticity-400x159.png 400w, https:\/\/analystprep.com\/study-notes\/wp-content\/uploads\/2018\/09\/2.7-homoskedasticity-vs-heteroskedasticity-600x238.png 600w\" sizes=\"auto, (max-width: 1027px) 100vw, 1027px\" \/>Mathematical Implications of Homoskedasticity<\/h3>\n<p>The OLS estimators are unbiased and asymptotically normal \u2013 In addition to being unbiased and consistent, the estimators are furnished with normal sampling distributions in large samples. This can happen even with homoskedastic errors.<\/p>\n<h3>How efficient is the OLS Estimator When Errors are Homoskedastic?<\/h3>\n<p>Among all linear estimators in \\({ Y }_{ 1 },\\dots { Y }_{ n },\\) \\({ \\hat { \\beta } }_{ 0 }\\) and \\({ \\hat { \\beta } }_{ 1 }\\) are the efficient OLS estimators. The OLS estimators are also unbiased and conditional on \\({ X }_{ 1 },\\dots { X }_{ n }\\).<\/p>\n<h3>Homoskedasticity-Only Variance Formula<\/h3>\n<p>A specialized formula can be applied for the standard errors of \\({ \\hat { \\beta } }_{ 0 }\\) and \\({ \\hat { \\beta } }_{ 1 }\\), in case the errors are homoskedastic. \\({ \\hat { \\beta } }_{ 1 }\\) has a homoskedasticity-only standard error of:<\/p>\n<p>$$ SE\\left( { \\hat { \\beta } }_{ 1 } \\right) =\\sqrt { { \\hat { \\sigma } }_{ { \\hat { \\beta } }_{ 1 } }^{ 2 } } $$<\/p>\n<p>The variance of \\({ \\hat { \\beta } }_{ 1 } \\) has a homoskedasticity-only estimator that is: \\({ \\hat { \\sigma } }_{ { \\hat { \\beta } }_{ 1 } }^{ 2 }\\)<\/p>\n<p>$$ { \\hat { \\sigma } }_{ { \\hat { \\beta } }_{ 1 } }^{ 2 }=\\frac { { s }_{ \\hat { u } }^{ 2 } }{ { \\Sigma }_{ i=1 }^{ n }{ \\left( { X }_{ i }-\\bar { X } \\right) }^{ 2 } } $$<\/p>\n<h2>The Theoretical Foundations of OLS<\/h2>\n<p>The variance of all conditional estimators considered as linear functions of \\({ Y }_{ 1 },\\dots ,{ Y }_{ n }\\) is smallest for the OLS estimator, in the event that least squares assumptions hold with errors being homoskedastic.<\/p>\n<h3>Linear Conditionally Unbiased Estimators and the Gauss-Markov Theorem<\/h3>\n<p>The OLS estimator is considered to be the Best conditionally Linear Unbiased Estimator, BLUE.<\/p>\n<h3>Linear Conditionally Unbiased Estimators<\/h3>\n<p>The following is the formula of the linear estimator \\({ \\tilde { \\beta } }_{ 1 }\\):<\/p>\n<p>$$ { \\tilde { \\beta } }_{ 1 }=\\sum _{ i=1 }^{ n }{ { a }_{ i }{ Y }_{ i } } $$<\/p>\n<p>Rather than depending on \\({ Y }_{ 1 },\\dots ,{ Y }_{ n }\\), the weights \\({ a }_{ 1 },\\dots ,{ a }_{ n }\\) will depend on \\({ X }_{ 1 },\\dots ,{ X }_{ n }\\). If the mean of the estimator \\({ \\tilde { \\beta } }_{ 1 }\\)\u2019s conditional sampling distribution, given \\({ X }_{ 1 },\\dots ,{ X }_{ n }\\) is \\({ \\beta }_{ 1 }\\), then \\({ \\tilde { \\beta } }_{ 1 }\\) is conditionally unbiased. This can be written as:<\/p>\n<p>$$ E\\left( { \\tilde { \\beta } }_{ 1 }|{ X }_{ 1 },\\dots ,{ X }_{ n } \\right) ={ \\tilde { \\beta } }_{ 1 } $$<\/p>\n<h3>The Gauss-Markov Theorem<\/h3>\n<p>According to this theorem, the conditional variance of the OLS estimator \\({ \\tilde { \\beta } }_{ 1 }\\) is the smallest, given \\({ X }_{ 1 },\\dots ,{ X }_{ n }\\) of all conditional estimator of \\({ \\beta }_{ 1 }\\). This is only possible if the Gauss-Markov conditions are fulfilled. Therefore, we can say that the OLS estimator is BLUE.<\/p>\n<h2>Other Regression Estimators Apart From OLS<\/h2>\n<p>These are estimators that are considered more efficient than the OLS, under some circumstances:<\/p>\n<ol type=\"1\">\n<li>The Weighted Least Squares (WLS) Estimators \u2013 Supposing the errors are heteroskedastic, with the heteroskedastic nature being known, then an estimator with a smaller variance than the OLS estimator can be constructed.\n<p>This is the weighted least squares method, the inverse of the square root of the conditional variance \\({ u }_{ i }\\) given \\({ X }_{ i }\\) weights the \\(i\\)th observation.<\/p>\n<\/li>\n<li>The Least Absolute Deviations Estimator (LAD) \u2013 In this estimator, we obtain the regression coefficients \\({ \\beta }_{ 0 }\\) and \\({ \\beta }_{ 1 }\\) by solving a minimization. The values of \\({ b }_{ 0 }\\) and \\({ b }_{ 1 }\\) are the least absolute deviation estimators of \\({ \\beta }_{ 0 }\\) and \\({ \\beta }_{ 1 }\\) that minimize:<\/li>\n<\/ol>\n<p>$$ \\sum _{ j=1 }^{ n }{ |{ Y }_{ i }-{ b }_{ 0 }- } { b }_{ 1 }{ X }_{ i }| $$<\/p>\n<h3>Applying the \\(t\\)-Statistic in Regression When the Sample Size is Small<\/h3>\n<p>The OLS estimator is said to be normally distributed, with the homoskedasticity-only \\(t\\)-statistic having a student\u2019s \\(t\\) distribution if the following conditions referred to as the homoskedastic normal regression assumptions are fulfilled:<\/p>\n<ol type=\"1\">\n<li>The three least squares assumptions hold<\/li>\n<li>We have homoskedastic regression errors<\/li>\n<li>The regression errors happen to be normally distributed.<\/li>\n<\/ol>\n<h3>The \\(t\\)-Statistic and the Student \\(t\\) distribution<\/h3>\n<p>The distribution of \\({ Z }\/{ \\sqrt { { W }\/{ m } } }\\) defines the student \\(t\\) distribution having \\(m\\) degrees of freedom. \\(Z\\) is a normally distributed random variable that is standard. \\(W\\) is a chi-squared distributed random variable having \\(m\\) degrees of freedom and there is no interdependence between \\(Z\\) and \\(W\\).<\/p>\n<p>We can write the \\(t\\)-statistic calculated while applying the homoskedasticity only standard error, under the null hypothesis, in this form.<\/p>\n<p>\\(t={ \\left( { \\hat { \\beta } }_{ 1 }-{ \\beta }_{ 1,0 } \\right) }\/{ { \\hat { \\sigma } }_{ { \\hat { \\beta } }_{ 1 } }^{ 2 } }\\) is the homoskedasticity-only \\(t\\)-statistic testing \\({ \\beta }_{ 1 }={ \\beta }_{ 1,0 }\\). \\(Y\\) is normally distributed conditional on \\({ X }_{ 1 },\\dots ,{ X }_{ n }\\). Furthermore, under the null hypothesis, the distribution of \\(\\left( { \\hat { \\beta } }_{ 1 }-{ \\beta }_{ 1,0 } \\right)\\) is normal, conditional on \\({ X }_{ 1 },\\dots ,{ X }_{ n }\\).<\/p>\n<p>Question<\/p>\n<p>A trader develops a simple linear regression model to predict the price of a stock. The estimated slope coefficient for the regression is <b>0.60, t<\/b>he standard error is equal to <b>0.25, and t<\/b>he sample has <b>30 observations.\u00a0<\/b>Determine if the estimated slope coefficient is significantly <b>different than zero<\/b> at a <b>5% level of significance by correctly stating the decision rule.<\/b><\/p>\n<ol type=\"A\">\n<li>Accept\u00a0H<sub>1<\/sub>; The slope coefficient is\u00a0statistically\u00a0significant.<\/li>\n<li>Reject H<sub>0<\/sub>; The slope coefficient is statistically\u00a0significant.<\/li>\n<li>Reject H<sub>0<\/sub>; The slope coefficient is not statistically\u00a0significant.<\/li>\n<li>Accept\u00a0H<sub>1<\/sub>; The slope coefficient is not statistically\u00a0significant.<\/li>\n<\/ol>\n<p>The correct answer is\u00a0<strong>B<\/strong>.<\/p>\n<p><b>Step 1: State the hypothesis<\/b><\/p>\n<p><b>\u00a0<\/b>H<sub>0<\/sub>:\u03b2<sub>1<\/sub>=0<\/p>\n<p>\u00a0H<sub>1<\/sub>:\u03b2<sub>1<\/sub>\u22600<\/p>\n<p><b>Step 2: Compute the test statistic<\/b><\/p>\n<p>$$ \\frac { \u03b2_1\u00a0 &#8211;\u00a0\u03b2_{H0} } { S_{\u03b21} } $$<\/p>\n<p>$$ \\frac {\u00a00.60 &#8211;\u00a00} {\u00a00.25 } = 2.4 $$<\/p>\n<p><b>Step 3: <\/b><b>Find <\/b><b>critical value, <\/b><b>t_c<\/b><\/p>\n<p>From the t table, we can find t<sub>0.025,28<\/sub> as 2.048<\/p>\n<p><b>Step 4: State the decision rule<\/b><\/p>\n<p>Reject H<sub>0<\/sub>; The slope coefficient is statistically\u00a0significant since 2.048 &lt; 2.4.<\/p>\n\n            <div \n                class=\"elfsight-widget-pricing-table elfsight-widget\" \n                data-elfsight-pricing-table-options=\"%7B%22layout%22%3A%22grid%22%2C%22skin%22%3A%22skin5%22%2C%22mainColor%22%3A%22rgb%2851%2C%20129%2C%20234%29%22%2C%22styleColumnBorderRadius%22%3Atrue%2C%22styleColumnBorderWidth%22%3Atrue%2C%22useHorizontalScroll%22%3Afalse%2C%22headTitle%22%3A%22Plan%20name%22%2C%22headFeatures%22%3A%5B%7B%22text%22%3A%22Feature%201%22%7D%2C%7B%22text%22%3A%22Feature%202%22%7D%5D%2C%22headTextColor%22%3A%22rgb%2823%2C%2025%2C%2026%29%22%2C%22headBackgroundColor%22%3A%22rgb%28247%2C%20247%2C%20247%29%22%2C%22toggleVisible%22%3Afalse%2C%22toggleItems%22%3A%5B%5D%2C%22toggleDefaultItem%22%3A%22%22%2C%22toggleColor%22%3A%22%22%2C%22columns%22%3A%5B%7B%22title%22%3A%22Practice%20Package%22%2C%22titleCaption%22%3A%22For%20FRM%20Part%20I%22%2C%22features%22%3A%5B%7B%22text%22%3A%22%22%2C%22icon%22%3A%22none%22%2C%22hint%22%3A%22%22%7D%2C%7B%22text%22%3A%22%22%2C%22icon%22%3A%22none%22%2C%22hint%22%3A%22%22%7D%2C%7B%22text%22%3A%22Question%20Bank%22%2C%22icon%22%3A%22none%22%2C%22hint%22%3A%221%2C800%20practice%20questions%20organized%20by%20chapter%22%7D%2C%7B%22text%22%3A%22Printable%20Mock%20Exams%22%2C%22icon%22%3A%22none%22%2C%22hint%22%3A%222%20mock%20exams%20for%20a%20total%20of%20200%20extra%20practice%20questions%22%7D%2C%7B%22text%22%3A%22Performance%20Tracking%20Tools%22%2C%22icon%22%3A%22none%22%2C%22hint%22%3A%22View%20your%20performance%20in%20attractive%20charts%22%7D%2C%7B%22text%22%3A%225%26nbsp%3BAsk-a-tutor%20Questions%22%2C%22icon%22%3A%22none%22%2C%22hint%22%3A%22Ask%20five%20questions%20to%20our%20tutors%20via%20live%20chat%22%7D%5D%2C%22price%22%3A%22249%22%2C%22priceCurrency%22%3A%22USD%22%2C%22button%22%3A%22Buy%20Now%22%2C%22buttonLink%22%3A%22https%3A%5C%2F%5C%2Fanalystprep.com%5C%2Fshop%5C%2Fpractice-package-for-frm-part-i%5C%2F%22%2C%22buttonCaption%22%3A%22%22%2C%22mainColor%22%3A%22rgb%2851%2C%20129%2C%20234%29%22%2C%22priceOptions%22%3A%5B%5D%2C%22buttonOptions%22%3A%5B%5D%2C%22isFeatured%22%3Afalse%2C%22contentDivider%22%3Anull%2C%22pricePrefix%22%3A%22%22%2C%22pricePostfix%22%3A%22%22%2C%22priceCaption%22%3A%22for%20a%2012-month%20access%22%2C%22picture%22%3A%22https%3A%5C%2F%5C%2Felfsight.com%5C%2Fassets%5C%2Fpricing-table%5C%2Fexample-grid-1.jpg%22%2C%22buttonTargetBlank%22%3Afalse%2C%22ribbonText%22%3A%22%22%2C%22ribbonBackgroundColor%22%3A%22%22%2C%22ribbonTextColor%22%3A%22%22%7D%2C%7B%22title%22%3A%22Learn%20%2B%20Practice%20Package%22%2C%22titleCaption%22%3A%22For%20FRM%20Part%20I%22%2C%22features%22%3A%5B%7B%22text%22%3A%22%3Cb%3EVideo%20Lessons%3C%5C%2Fb%3E%22%2C%22icon%22%3A%22none%22%2C%22hint%22%3A%2240%20hours%5Cu2019%20worth%20of%20video%20lessons%20by%20Prof.%20James%20Forjan%2C%20PhD%22%7D%2C%7B%22text%22%3A%22%3Cb%3EStudy%20Notes%3C%5C%2Fb%3E%22%2C%22icon%22%3A%22none%22%2C%22hint%22%3A%22Each%20chapter%20summarized%20%281000%20pages%20in%20total%29%22%7D%2C%7B%22text%22%3A%22%3Cb%3EQuestion%20Bank%3C%5C%2Fb%3E%22%2C%22icon%22%3A%22none%22%2C%22hint%22%3A%221%2C800%20practice%20questions%20organized%20by%20chapter%22%7D%2C%7B%22text%22%3A%22%3Cb%3EPrintable%20Mock%20Exams%3C%5C%2Fb%3E%22%2C%22icon%22%3A%22none%22%2C%22hint%22%3A%222%20mock%20exams%20for%20a%20total%20of%20200%20extra%20practice%20questions%22%7D%2C%7B%22text%22%3A%22%3Cb%3EPerformance%20Tracking%20Tools%3C%5C%2Fb%3E%22%2C%22icon%22%3A%22none%22%2C%22hint%22%3A%22View%20your%20performance%20in%20attractive%20charts%22%7D%2C%7B%22text%22%3A%22%3Cb%3E5%26nbsp%3BAsk-a-tutor%20Questions%3C%5C%2Fb%3E%22%2C%22icon%22%3A%22none%22%2C%22hint%22%3A%22Ask%20five%20questions%20to%20our%20tutors%20via%20live%20chat%22%7D%5D%2C%22price%22%3A%22399%22%2C%22priceCurrency%22%3A%22USD%22%2C%22button%22%3A%22Buy%20Now%22%2C%22buttonLink%22%3A%22https%3A%5C%2F%5C%2Fanalystprep.com%5C%2Fshop%5C%2Flearn-practice-package-for-frm-part-i%5C%2F%22%2C%22buttonCaption%22%3A%22%22%2C%22mainColor%22%3A%22rgb%2851%2C%20129%2C%20234%29%22%2C%22priceOptions%22%3A%5B%5D%2C%22buttonOptions%22%3A%5B%5D%2C%22isFeatured%22%3Atrue%2C%22contentDivider%22%3Anull%2C%22pricePrefix%22%3A%22%22%2C%22pricePostfix%22%3A%22%22%2C%22priceCaption%22%3A%22for%20a%2012-month%20access%22%2C%22buttonTargetBlank%22%3Afalse%2C%22picture%22%3A%22https%3A%5C%2F%5C%2Felfsight.com%5C%2Fassets%5C%2Fpricing-table%5C%2Fexample-grid-2.jpg%22%2C%22ribbonText%22%3A%22Most%20Popular%22%2C%22ribbonBackgroundColor%22%3A%22%22%2C%22ribbonTextColor%22%3A%22%22%7D%2C%7B%22title%22%3A%22Unlimited%20Package%22%2C%22titleCaption%22%3A%22For%20FRM%20Part%20I%20%26%20Part%20II%22%2C%22features%22%3A%5B%7B%22text%22%3A%22FRM%20Part%20I%20%26amp%3B%20Part%20II%20Video%20Lessons%22%2C%22icon%22%3A%22none%22%2C%22hint%22%3A%2293%20hours%5Cu2019%20worth%20of%20video%20lessons%20by%20Prof.%20James%20Forjan%20for%20Part%20I%22%7D%2C%7B%22text%22%3A%22FRM%20Part%20I%20%26amp%3B%20II%26nbsp%3BStudy%20Notes%22%2C%22icon%22%3A%22none%22%2C%22hint%22%3A%22Over%202%2C000%20pages%20worth%20of%20study%20notes%20covering%20each%20chapter%22%7D%2C%7B%22text%22%3A%22FRM%20Part%20I%20%26amp%3B%20II%26nbsp%3BQuestion%20Banks%22%2C%22icon%22%3A%22none%22%2C%22hint%22%3A%224%2C100%20practice%20questions%20organized%20by%20chapter%22%7D%2C%7B%22text%22%3A%22FRM%20Part%20I%20%26amp%3B%20II%26nbsp%3BPrintable%20Mock%20Exams%22%2C%22icon%22%3A%22none%22%2C%22hint%22%3A%224%20mock%20exams%20for%20a%20total%20of%20360%20extra%20practice%20questions%22%7D%2C%7B%22text%22%3A%22Performance%20Tracking%20Tools%22%2C%22icon%22%3A%22none%22%2C%22hint%22%3A%22View%20your%20performance%20in%20attractive%20charts%22%7D%2C%7B%22text%22%3A%22Unlimited%26nbsp%3BAsk-a-tutor%20Questions%22%2C%22icon%22%3A%22none%22%2C%22hint%22%3A%22Ask%20questions%20to%20our%20tutors%20via%20live%20chat%22%7D%5D%2C%22price%22%3A%22699%22%2C%22priceCurrency%22%3A%22USD%22%2C%22button%22%3A%22Buy%20Now%22%2C%22buttonLink%22%3A%22https%3A%5C%2F%5C%2Fanalystprep.com%5C%2Fshop%5C%2Funlimited-package-for-frm-part-i-part-ii%5C%2F%22%2C%22buttonCaption%22%3A%22%22%2C%22mainColor%22%3A%22rgb%2851%2C%20129%2C%20234%29%22%2C%22priceOptions%22%3A%5B%5D%2C%22buttonOptions%22%3A%5B%5D%2C%22isFeatured%22%3Afalse%2C%22contentDivider%22%3Anull%2C%22pricePrefix%22%3A%22%22%2C%22pricePostfix%22%3A%22%22%2C%22priceCaption%22%3A%22for%20lifetime%20access%22%2C%22buttonTargetBlank%22%3Afalse%2C%22picture%22%3A%22https%3A%5C%2F%5C%2Felfsight.com%5C%2Fassets%5C%2Fpricing-table%5C%2Fexample-grid-3.jpg%22%2C%22ribbonText%22%3A%22%22%2C%22ribbonBackgroundColor%22%3A%22%22%2C%22ribbonTextColor%22%3A%22%22%7D%5D%2C%22elements%22%3A%5B%7B%22complexGroup%22%3A%22picture%22%2C%22name%22%3A%22Picture%22%2C%22pictureEnable%22%3Atrue%7D%2C%7B%22complexGroup%22%3A%22title%22%2C%22name%22%3A%22Title%22%2C%22titleEnable%22%3Atrue%2C%22titleCaptionColor%22%3A%22%22%2C%22titleTextColor%22%3A%22%22%2C%22titleFontSize%22%3A24%2C%22titleFontWeight%22%3A400%7D%2C%7B%22complexGroup%22%3A%22features%22%2C%22name%22%3A%22Features%22%2C%22featuresEnable%22%3Atrue%2C%22featuresStyle%22%3A%22striped%22%2C%22featuresIconColor%22%3A%22%22%2C%22featuresTextColor%22%3A%22%22%2C%22featuresAlign%22%3A%22center%22%2C%22featuresFontSize%22%3A13%7D%2C%7B%22complexGroup%22%3A%22price%22%2C%22name%22%3A%22Price%22%2C%22priceEnable%22%3Atrue%2C%22priceCaptionColor%22%3A%22%22%2C%22priceTextColor%22%3A%22%22%2C%22priceFontSize%22%3A32%2C%22priceFontWeight%22%3A600%7D%2C%7B%22complexGroup%22%3A%22button%22%2C%22name%22%3A%22Button%22%2C%22buttonEnable%22%3Atrue%2C%22buttonType%22%3A%22outline%22%2C%22buttonColor%22%3A%22%22%2C%22buttonTextColor%22%3A%22%22%2C%22buttonSize%22%3A%22medium%22%2C%22buttonCaptionColor%22%3A%22%22%7D%5D%2C%22widgetId%22%3A%221%22%7D\" \n                data-elfsight-pricing-table-version=\"2.6.1\"\n                data-elfsight-widget-id=\"elfsight-pricing-table-1\">\n            <\/div>\n            \n","protected":false},"excerpt":{"rendered":"<p>[vsw id=&#8221;InA-x54arGg&#8221; source=&#8221;youtube&#8221; width=&#8221;611&#8243; height=&#8221;344&#8243; autoplay=&#8221;no&#8221;] After completing this reading you should be able to: Calculate and interpret confidence intervals for regression coefficients. Interpret the \\(p-value\\). Interpret hypothesis tests about regression coefficients. Evaluate the implications of homoskedasticity and heteroskedasticity. Determine&#8230;<\/p>\n","protected":false},"author":3,"featured_media":1509,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[7,16],"tags":[],"class_list":["post-1275","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-part-1","category-quantitative-analysis","blog-post","animate"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Regression with a Single Regressor | AnalystPrep - FRM Part 1<\/title>\n<meta name=\"description\" content=\"Calculate and interpret confidence intervals for regression coefficients, interpret the p-value., interpret hypothesis tests about regression coefficients.\" \/>\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\/study-notes\/frm\/part-1\/quantitative-analysis\/regression-with-a-single-regressor\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Regression with a Single Regressor | AnalystPrep - FRM Part 1\" \/>\n<meta property=\"og:description\" content=\"Calculate and interpret confidence intervals for regression coefficients, interpret the p-value., interpret hypothesis tests about regression coefficients.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/analystprep.com\/study-notes\/frm\/part-1\/quantitative-analysis\/regression-with-a-single-regressor\/\" \/>\n<meta property=\"og:site_name\" content=\"CFA, FRM, and Actuarial Exams Study Notes\" \/>\n<meta property=\"article:published_time\" content=\"2019-10-20T02:23:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-08-26T14:35:58+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/analystprep.com\/study-notes\/wp-content\/uploads\/2018\/09\/rawpixel-570908-unsplash.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"5000\" \/>\n\t<meta property=\"og:image:height\" content=\"3017\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Nicolas Joyce\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Nicolas Joyce\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"14 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/frm\\\/part-1\\\/quantitative-analysis\\\/regression-with-a-single-regressor\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/frm\\\/part-1\\\/quantitative-analysis\\\/regression-with-a-single-regressor\\\/\"},\"author\":{\"name\":\"Nicolas Joyce\",\"@id\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/#\\\/schema\\\/person\\\/393e8b0a7757cde1d197fb0c060af25f\"},\"headline\":\"Regression with a Single Regressor &#8211; Hypothesis Tests and Confidence Intervals\",\"datePublished\":\"2019-10-20T02:23:00+00:00\",\"dateModified\":\"2020-08-26T14:35:58+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/frm\\\/part-1\\\/quantitative-analysis\\\/regression-with-a-single-regressor\\\/\"},\"wordCount\":2893,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/frm\\\/part-1\\\/quantitative-analysis\\\/regression-with-a-single-regressor\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/wp-content\\\/uploads\\\/2018\\\/09\\\/rawpixel-570908-unsplash.jpg\",\"articleSection\":[\"Part 1\",\"Quantitative Analysis\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/frm\\\/part-1\\\/quantitative-analysis\\\/regression-with-a-single-regressor\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/frm\\\/part-1\\\/quantitative-analysis\\\/regression-with-a-single-regressor\\\/\",\"url\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/frm\\\/part-1\\\/quantitative-analysis\\\/regression-with-a-single-regressor\\\/\",\"name\":\"Regression with a Single Regressor | AnalystPrep - FRM Part 1\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/frm\\\/part-1\\\/quantitative-analysis\\\/regression-with-a-single-regressor\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/frm\\\/part-1\\\/quantitative-analysis\\\/regression-with-a-single-regressor\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/wp-content\\\/uploads\\\/2018\\\/09\\\/rawpixel-570908-unsplash.jpg\",\"datePublished\":\"2019-10-20T02:23:00+00:00\",\"dateModified\":\"2020-08-26T14:35:58+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/#\\\/schema\\\/person\\\/393e8b0a7757cde1d197fb0c060af25f\"},\"description\":\"Calculate and interpret confidence intervals for regression coefficients, interpret the p-value., interpret hypothesis tests about regression coefficients.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/frm\\\/part-1\\\/quantitative-analysis\\\/regression-with-a-single-regressor\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/frm\\\/part-1\\\/quantitative-analysis\\\/regression-with-a-single-regressor\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/frm\\\/part-1\\\/quantitative-analysis\\\/regression-with-a-single-regressor\\\/#primaryimage\",\"url\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/wp-content\\\/uploads\\\/2018\\\/09\\\/rawpixel-570908-unsplash.jpg\",\"contentUrl\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/wp-content\\\/uploads\\\/2018\\\/09\\\/rawpixel-570908-unsplash.jpg\",\"width\":5000,\"height\":3017},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/frm\\\/part-1\\\/quantitative-analysis\\\/regression-with-a-single-regressor\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Regression with a Single Regressor &#8211; Hypothesis Tests and Confidence Intervals\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/#website\",\"url\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/\",\"name\":\"CFA, FRM, and Actuarial Exams Study Notes\",\"description\":\"Question Bank and Study Notes for the CFA, FRM, and Actuarial exams\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/#\\\/schema\\\/person\\\/393e8b0a7757cde1d197fb0c060af25f\",\"name\":\"Nicolas Joyce\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/684508c19e959bb01da12a9dc741428f559e4e5df43fc41ed68efa7f2d3b2b9d?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/684508c19e959bb01da12a9dc741428f559e4e5df43fc41ed68efa7f2d3b2b9d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/684508c19e959bb01da12a9dc741428f559e4e5df43fc41ed68efa7f2d3b2b9d?s=96&d=mm&r=g\",\"caption\":\"Nicolas Joyce\"},\"url\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/author\\\/kajal\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Regression with a Single Regressor | AnalystPrep - FRM Part 1","description":"Calculate and interpret confidence intervals for regression coefficients, interpret the p-value., interpret hypothesis tests about regression coefficients.","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\/study-notes\/frm\/part-1\/quantitative-analysis\/regression-with-a-single-regressor\/","og_locale":"en_US","og_type":"article","og_title":"Regression with a Single Regressor | AnalystPrep - FRM Part 1","og_description":"Calculate and interpret confidence intervals for regression coefficients, interpret the p-value., interpret hypothesis tests about regression coefficients.","og_url":"https:\/\/analystprep.com\/study-notes\/frm\/part-1\/quantitative-analysis\/regression-with-a-single-regressor\/","og_site_name":"CFA, FRM, and Actuarial Exams Study Notes","article_published_time":"2019-10-20T02:23:00+00:00","article_modified_time":"2020-08-26T14:35:58+00:00","og_image":[{"width":5000,"height":3017,"url":"https:\/\/analystprep.com\/study-notes\/wp-content\/uploads\/2018\/09\/rawpixel-570908-unsplash.jpg","type":"image\/jpeg"}],"author":"Nicolas Joyce","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Nicolas Joyce","Est. reading time":"14 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/analystprep.com\/study-notes\/frm\/part-1\/quantitative-analysis\/regression-with-a-single-regressor\/#article","isPartOf":{"@id":"https:\/\/analystprep.com\/study-notes\/frm\/part-1\/quantitative-analysis\/regression-with-a-single-regressor\/"},"author":{"name":"Nicolas Joyce","@id":"https:\/\/analystprep.com\/study-notes\/#\/schema\/person\/393e8b0a7757cde1d197fb0c060af25f"},"headline":"Regression with a Single Regressor &#8211; Hypothesis Tests and Confidence Intervals","datePublished":"2019-10-20T02:23:00+00:00","dateModified":"2020-08-26T14:35:58+00:00","mainEntityOfPage":{"@id":"https:\/\/analystprep.com\/study-notes\/frm\/part-1\/quantitative-analysis\/regression-with-a-single-regressor\/"},"wordCount":2893,"commentCount":0,"image":{"@id":"https:\/\/analystprep.com\/study-notes\/frm\/part-1\/quantitative-analysis\/regression-with-a-single-regressor\/#primaryimage"},"thumbnailUrl":"https:\/\/analystprep.com\/study-notes\/wp-content\/uploads\/2018\/09\/rawpixel-570908-unsplash.jpg","articleSection":["Part 1","Quantitative Analysis"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/analystprep.com\/study-notes\/frm\/part-1\/quantitative-analysis\/regression-with-a-single-regressor\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/analystprep.com\/study-notes\/frm\/part-1\/quantitative-analysis\/regression-with-a-single-regressor\/","url":"https:\/\/analystprep.com\/study-notes\/frm\/part-1\/quantitative-analysis\/regression-with-a-single-regressor\/","name":"Regression with a Single Regressor | AnalystPrep - FRM Part 1","isPartOf":{"@id":"https:\/\/analystprep.com\/study-notes\/#website"},"primaryImageOfPage":{"@id":"https:\/\/analystprep.com\/study-notes\/frm\/part-1\/quantitative-analysis\/regression-with-a-single-regressor\/#primaryimage"},"image":{"@id":"https:\/\/analystprep.com\/study-notes\/frm\/part-1\/quantitative-analysis\/regression-with-a-single-regressor\/#primaryimage"},"thumbnailUrl":"https:\/\/analystprep.com\/study-notes\/wp-content\/uploads\/2018\/09\/rawpixel-570908-unsplash.jpg","datePublished":"2019-10-20T02:23:00+00:00","dateModified":"2020-08-26T14:35:58+00:00","author":{"@id":"https:\/\/analystprep.com\/study-notes\/#\/schema\/person\/393e8b0a7757cde1d197fb0c060af25f"},"description":"Calculate and interpret confidence intervals for regression coefficients, interpret the p-value., interpret hypothesis tests about regression coefficients.","breadcrumb":{"@id":"https:\/\/analystprep.com\/study-notes\/frm\/part-1\/quantitative-analysis\/regression-with-a-single-regressor\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/analystprep.com\/study-notes\/frm\/part-1\/quantitative-analysis\/regression-with-a-single-regressor\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/analystprep.com\/study-notes\/frm\/part-1\/quantitative-analysis\/regression-with-a-single-regressor\/#primaryimage","url":"https:\/\/analystprep.com\/study-notes\/wp-content\/uploads\/2018\/09\/rawpixel-570908-unsplash.jpg","contentUrl":"https:\/\/analystprep.com\/study-notes\/wp-content\/uploads\/2018\/09\/rawpixel-570908-unsplash.jpg","width":5000,"height":3017},{"@type":"BreadcrumbList","@id":"https:\/\/analystprep.com\/study-notes\/frm\/part-1\/quantitative-analysis\/regression-with-a-single-regressor\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/analystprep.com\/study-notes\/"},{"@type":"ListItem","position":2,"name":"Regression with a Single Regressor &#8211; Hypothesis Tests and Confidence Intervals"}]},{"@type":"WebSite","@id":"https:\/\/analystprep.com\/study-notes\/#website","url":"https:\/\/analystprep.com\/study-notes\/","name":"CFA, FRM, and Actuarial Exams Study Notes","description":"Question Bank and Study Notes for the CFA, FRM, and Actuarial exams","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/analystprep.com\/study-notes\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/analystprep.com\/study-notes\/#\/schema\/person\/393e8b0a7757cde1d197fb0c060af25f","name":"Nicolas Joyce","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/684508c19e959bb01da12a9dc741428f559e4e5df43fc41ed68efa7f2d3b2b9d?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/684508c19e959bb01da12a9dc741428f559e4e5df43fc41ed68efa7f2d3b2b9d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/684508c19e959bb01da12a9dc741428f559e4e5df43fc41ed68efa7f2d3b2b9d?s=96&d=mm&r=g","caption":"Nicolas Joyce"},"url":"https:\/\/analystprep.com\/study-notes\/author\/kajal\/"}]}},"_links":{"self":[{"href":"https:\/\/analystprep.com\/study-notes\/wp-json\/wp\/v2\/posts\/1275","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/analystprep.com\/study-notes\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/analystprep.com\/study-notes\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/analystprep.com\/study-notes\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/analystprep.com\/study-notes\/wp-json\/wp\/v2\/comments?post=1275"}],"version-history":[{"count":12,"href":"https:\/\/analystprep.com\/study-notes\/wp-json\/wp\/v2\/posts\/1275\/revisions"}],"predecessor-version":[{"id":7975,"href":"https:\/\/analystprep.com\/study-notes\/wp-json\/wp\/v2\/posts\/1275\/revisions\/7975"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/analystprep.com\/study-notes\/wp-json\/wp\/v2\/media\/1509"}],"wp:attachment":[{"href":"https:\/\/analystprep.com\/study-notes\/wp-json\/wp\/v2\/media?parent=1275"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/analystprep.com\/study-notes\/wp-json\/wp\/v2\/categories?post=1275"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/analystprep.com\/study-notes\/wp-json\/wp\/v2\/tags?post=1275"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}