Statistics - Finding a relationship?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 2K views
shamieh
Messages
538
Reaction score
0
let a and b be constants and let $$y_j = ax_j+b$$ for $$j = 1,2...n$$. What are the relationships between the means of y and x, and the standard deviations of y and x?

I'm not sure what they are wanting here?
 
Physics news on Phys.org
Let's look at the means first...we know:

$$\overline{y}=\frac{1}{n}\sum_{j=1}^n\left(y_j\right)$$

Can you use the definition of $y_j$ and the properties of sums to obtain a relationship between $\overline{y}$ and $\overline{y}$?

Once you have the above, then look at:

$$\sigma_y=\sqrt{\frac{\sum\limits_{j=1}^n\left(y_j-\overline{y}\right)^2}{n}}$$

Replace $y_j$ and $\overline{y}$ with the expressions in terms of $x_j$ and $\overline{x}$, and you should be able to establish a relationship between $\sigma_y$ and $\sigma_x$. :D
 
would it be that they are both squared?
 
I don't really understand. This is my first statistic class. is ybar supposed to be the symbol for the mean?
 
MarkFL said:
Let's look at the means first...we know:

$$\overline{y}=\frac{1}{n}\sum_{j=1}^n\left(y_j\right)$$

Can you use the definition of $y_j$ and the properties of sums to obtain a relationship between $\overline{y}$ and $\overline{y}$?

Once you have the above, then look at:

$$\sigma_y=\sqrt{\frac{\sum\limits_{j=1}^n\left(y_j-\overline{y}\right)^2}{n}}$$

Replace $y_j$ and $\overline{y}$ with the expressions in terms of $x_j$ and $\overline{x}$, and you should be able to establish a relationship between $\sigma_y$ and $\sigma_x$. :D

Sorry for multiple posts. I think I see it now. the deviation of the $i^{th}$ observation, $y_i$, from the sample mean $\overline{y}$ is the difference between them $y_i - \overline{y}$
 
Yes, the bar over a variable represents the mean.

This is what I was suggesting you do:

$$\overline{y}=\frac{1}{n}\sum_{j=1}^n\left(y_j\right)=\frac{1}{n}\sum_{j=1}^n\left(ax_j+b\right)=a\frac{1}{n}\sum_{j=1}^n\left(x_j\right)+\frac{1}{n}bn=a\overline{x}+b$$

Now for the deviation:

$$\sigma_y=\sqrt{\frac{\sum\limits_{j=1}^n\left(y_j-\overline{y}\right)^2}{n}}=\sqrt{\frac{\sum\limits_{j=1}^n\left(ax_j+b-a\overline{x}-b\right)^2}{n}}=a\sqrt{\frac{\sum\limits_{j=1}^n\left(x_j-\overline{x}\right)^2}{n}}=a\sigma_x$$

Both of these results should agree nicely with intuition too. :D