Skip to content

Commit

Permalink
infographic spacing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jlooper committed Jun 19, 2021
1 parent 4ff6d40 commit 1dc662c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 2-Regression/3-Linear/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,13 @@ We do so since we want to model a line that has the least cumulative distance fr
> `X` is the 'explanatory variable'. `Y` is the 'dependent variable'. The slope of the line is `b` and `a` is the y-intercept, which refers to the value of `Y` when `X = 0`.
>
>![calculate the slope](images/slope.png)
>
> First, calculate the slope `b`. Infographic by [Jen Looper](https://twitter.com/jenlooper)
>
> In other words, and referring to our pumpkin data's original question: "predict the price of a pumpkin per bushel by month", `X` would refer to the price and `Y` would refer to the month of sale.
>
>![complete the equation](images/calculation.png)
>
> Calculate the value of Y. If you're paying around $4, it must be April! Infographic by [Jen Looper](https://twitter.com/jenlooper)
>
> The math that calculates the line must demonstrate the slope of the line, which is also dependent on the intercept, or where `Y` is situated when `X = 0`.
Expand Down

0 comments on commit 1dc662c

Please sign in to comment.