RSS Amplifier

PuzzledQuant’s Substack · Mar 26, 2024

Regression Coefficients

0
Sign in to vote or save

PuzzledQuant · PuzzledQuant’s Substack

Suppose that we have two datasets X and Y with Var(X) = 10 and Var(Y) = 20. We perform the linear regression

\( y \sim \alpha_x + \beta_x x \)

and obtain beta_x = 1

\(beta_x = 1 \)

Suppose now that we perform the regression

\( x \sim \alpha_y + \beta_y y \)

Find beta_y.

Try to solve this problem yourself before moving on to the solution below

.
.
.

.

.

.

Let r be the Pearson Correlation Coefficient of X and Y. Then

\( \beta_x = \frac{\sigma_y}{\sigma_x} \)

\(\beta_y = r \frac{\sigma_x}{\sigma_y} \)

Therefore

\( \beta_y = \frac{\sigma_x^2}{\beta_x \sigma_y^2} \Longrightarrow \beta_y = \beta_x \frac{\sigma_x^2}{\sigma_y^2} \)

Putting in the values we get

\(\beta_y = 1 \cdot \frac{10}{20} = \frac{1}{2}\)

.

.

😃 Over to you: Were you able to solve this?

👉 If you liked this post, don’t forget to leave a like ❤️. It helps more people discover this newsletter on Substack and tells us that you appreciate solving these weekly questions. The button is located towards the bottom of this email.

👉 If you love reading this newsletter, feel free to share it with friends!

Share PuzzledQuant’s Substack

No posts

Read the original on puzzledquant.substack.com

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.