Transcription of Chapter 3
{{id}} {{{paragraph}}}
Chapter 3 Linear RegressionOnce we ve acquired data with multiple variables, one very important question is how thevariables are related. For example, we could ask for the relationship between people s weightsand heights, or study time and test scores, or two animal a setof techniques for estimating relationships, and we ll focus on them for the next two this Chapter , we ll focus on finding one of the simplest type of relationship: linear. Thisprocess is unsurprisingly calledlinear regression, and it has many applications. For exam-ple, we can relate the force for stretching a spring and the distance that the spring stretches(Hooke s law, shown in Figure ), or explain how many transistors the semiconductorindustry can pack into a circuit over time (Moore s law, shown in Figure ).Despite its simplicity, linear regression is an incredibly powerful tool for analyzing we ll focus on the basics in this Chapter , the next Chapter will show how just a fewsmall tweaks and extensions can enable more complex +35 x, r2 = on spring (Newtons)Amount of stretch (mm)(a) In classical mechanics, one could empiri-cally verify Hooke s law by dangling a masswith a spring and seeing how much the springis stretched.
in the details of the equations, but instead focus on understanding how they t in to the big picture. 3.1 Simple linear regression We’re going to t a line y = 0 + 1xto our data. Here, xis called the independent variable or predictor variable, and yis called the …
Domain:
Source:
Link to this page:
Please notify us if you found a problem with this document:
{{id}} {{{paragraph}}}