File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -553,8 +553,8 @@ $$\text{house sale price} = \beta_0 + \beta_1\cdot(\text{house size}) + \beta_2\
553
553
where:
554
554
555
555
- $\beta_0$ is the * vertical intercept* of the hyperplane (the price when both house size and number of bedrooms are 0)
556
- - $\beta_1$ is the * slope* for the first predictor (how quickly the price increases as you increase house size)
557
- - $\beta_2$ is the * slope* for the second predictor (how quickly the price increases as you increase the number of bedrooms)
556
+ - $\beta_1$ is the * slope* for the first predictor (how quickly the price changes as you increase house size holding number of bedrooms constant )
557
+ - $\beta_2$ is the * slope* for the second predictor (how quickly the price changes as you increase the number of bedrooms holding house size constant )
558
558
559
559
Finally, we can fill in the values for $\beta_0$, $\beta_1$ and $\beta_2$ from the model output above
560
560
to create the equation of the plane of best fit to the data:
You can’t perform that action at this time.
0 commit comments