vault backup: 2023-12-15 13:19:23

This commit is contained in:
zleyyij 2023-12-15 13:19:23 -07:00
parent 139a665a12
commit 6019063f59

View File

@ -86,3 +86,4 @@ Given a scatter diagram where the average of each set lies on the point $(75, 70
- The regression line also goes through the point of averages
$$ slope = r(\frac{\sigma_y}{\sigma_x}) $$
- You can find the regression line by multiplying $\sigma_y$ by $r$, for the rise, then using $\sigma_x$ for the run from the point of averages.
$$ z_x = \frac{x-\bar{x}}{\sigma_x} * r * \sigma_y + \bar{y} $$