Skip to main content
Statistics LibreTexts

10.3: Modelling Linear Relationships with Randomness Present

  • Page ID
    544
    • Anonymous
    • LibreTexts
    \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \) \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}} \)\(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\) \(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\)\(\newcommand{\AA}{\unicode[.8,0]{x212B}}\)

    Learning Objectives
    • To learn the framework in which the statistical analysis of the linear relationship between two variables \(x\) and \(y\) will be done

    In this chapter we are dealing with a population for which we can associate to each element two measurements, \(x\) and \(y\). We are interested in situations in which the value of \(x\) can be used to draw conclusions about the value of \(y\), such as predicting the resale value \(y\) of a residential house based on its size \(x\). Since the relationship between \(x\) and \(y\) is not deterministic, statistical procedures must be applied. For any statistical procedures, given in this book or elsewhere, the associated formulas are valid only under specific assumptions. The set of assumptions in simple linear regression are a mathematical description of the relationship between \(x\) and \(y\). Such a set of assumptions is known as a model.

    For each fixed value of \(x\), a sub-population of the full population is determined, such as the collection of all houses with \(2,100\) square feet of living space. For each element of that sub-population there is a measurement \(y\), such as the value of any \(2,100\)-square-foot house. Let \(E(y)\) denote the mean of all the \(y\)-values for each particular value of \(x\). \(E(y)\) can change from \(x\)-value to \(x\)-value, such as the mean value of all \(2,100\)-square-foot houses, the (different) mean value for all \(2,500\)-square foot-houses, and so on.

    Our first assumption is that the relationship between \(x\) and the mean of the \(y\)-values in the sub-population determined by \(x\) is linear. This means that there exist numbers such that

    \[ y = \beta_1 x+\beta_0 \nonumber \]

    This linear relationship is the reason for the word “linear” in “simple linear regression” below. (The word “simple” means that \(y\) depends on only one other variable and not two or more.)

    Our next assumption is that for each value of \(x\) the \(y\)-values scatter about the mean \(E(y)\) according to a normal distribution centered at \(E(y)\) and with a standard deviation \(σ\) that is the same for every value of \(x\). This is the same as saying that there exists a normally distributed random variable \(ε\) with mean \(0\) and standard deviation \(σ\) so that the relationship between \(x\) and \(y\) in the whole population is

    \[ y = \beta_1 x+\beta_0 + \epsilon \nonumber \]

    Our last assumption is that the random deviations associated with different observations are independent.

    In summary, the model is:

    Simple Linear Regression Model

    For each point \((x,y)\) in data set the \(y\)-value is an independent observation of

    \[y=β_1x+β_0+ε \nonumber \]

    where \(β_1\) and \(β_0\) are fixed parameters and \(ε\) is a normally distributed random variable with mean \(0\) and an unknown standard deviation \(σ\).

    The line with equation

    \[y=β_1x + β_0 \nonumber \]

    is called the population regression line.

    The Simple Linear Model Concept
    Figure \(\PageIndex{1}\): The Simple Linear Model Concept

    It is conceptually important to view the model as a sum of two parts:

    \[ y = \underbrace{ \beta_1 x+\beta_0}_{\text{Deterministic}} + \underbrace{\epsilon}_{\text{Random}} \nonumber \]

    • Deterministic Part. The first part \(0\) is the equation that describes the trend in \(y\) as \(x\) increases. The line that we seem to see when we look at the scatter diagram is an approximation of the line \[ y = \beta_1 x+\beta_0. \nonumber \]There is nothing random in this part, and therefore it is called the deterministic part of the model.
    • Random Part. The second part \(ε\) is a random variable, often called the error term or the noise. This part explains why the actual observed values of \(y\) are not exactly on but fluctuate near a line. Information about this term is important since only when one knows how much noise there is in the data can one know how trustworthy the detected trend is.

    There are procedures for checking the validity of the three assumptions, but for us it will be sufficient to visually verify the linear trend in the data. If the data set is large then the points in the scatter diagram will form a band about an apparent straight line. The normality of \(ε\) with a constant standard deviation corresponds graphically to the band being of roughly constant width, and with most points concentrated near the middle of the band.

    Fortunately, the three assumptions do not need to hold exactly in order for the procedures and analysis developed in this chapter to be useful.

    Key Takeaway

    • Statistical procedures are valid only when certain assumptions are valid. The assumptions underlying the analyses done in this chapter are graphically summarized in Figure \(\PageIndex{1}\).

    This page titled 10.3: Modelling Linear Relationships with Randomness Present is shared under a CC BY-NC-SA 3.0 license and was authored, remixed, and/or curated by Anonymous via source content that was edited to the style and standards of the LibreTexts platform; a detailed edit history is available upon request.