Analytic determination of Expectation, variance

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
4 replies · 2K views
Eren10
Messages
17
Reaction score
0
Hi,

I want to proof what the distribution will be when I apply a normal distributed x to a linear function y = a*x + b. What will be the mean and the variance of y ?

The expectations can be calculated than with this formula ( probably with this formula what i want can be proofed with substitution):

E_x [y] = integral ( y(x)*rho_x(x)dx) , x is the randomly event , normal distributed, y = a*x+b.

After this I want to proof that for n - dimensional parameter the variance [tex]\sigma = \sum\sigma^2[/tex]

for example I want also proof that the sum of normal distributed parameters X and Y is also normal distributed.

can someone at least advice which book I need to see how this kind of things are proofed.
 
Last edited:
Physics news on Phys.org
Eren10 said:
Hi,


After this I want to proof that for n - dimensional parameter the variance [tex]\sigma = \sum\sigma^2[/tex]

Can you tell me what these means? A standard deviation is not defined this way. Did you mean [tex]\sigma^{2}[/tex] for the left side term? If so it needs a subscript to distinguish it from the right side.
 
mathman said:
These are elementary probability calculations. E(y)=aE(x)+b, V(y)=a2V(x)

x+y=(a+1)*x + b, so the above can be used with a+1 replacing a.

Thank you for your reply. I am reading now google book about elementary probability. For simple cases I have to show how they came to that relation and this will help me to understand the idea behind it better.

SW VandeCarr said:
Can you tell me what these means? A standard deviation is not defined this way. Did you mean [tex]\sigma^{2}[/tex] for the left side term? If so it needs a subscript to distinguish it from the right side.
Thank you for your reply. I made there a mistake. assume a function f(X,Y,X) , X,Y,Z are randomly variables normal distribution. What I will do is: apply the random variables to f separately and then find the variance of f , thus for each variable. and hereafter the variances will be summed. the total variance is:

[tex]\sigma^{2}_{total} = \Sigma\sigma^{2}_{i}[/tex] I want to show this by applying the basic principles and than I will apply it at an experiment.
 
Last edited:
Eren10 said:
Hi,

I want to proof what the distribution will be when I apply a normal distributed x to a linear function y = a*x + b. What will be the mean and the variance of y ?

The expectations can be calculated than with this formula ( probably with this formula what i want can be proofed with substitution):

E_x [y] = integral ( y(x)*rho_x(x)dx) , x is the randomly event , normal distributed, y = a*x+b.

After this I want to proof that for n - dimensional parameter the variance [tex]\sigma = \sum\sigma^2[/tex]

for example I want also proof that the sum of normal distributed parameters X and Y is also normal distributed.

can someone at least advice which book I need to see how this kind of things are proofed.

I don't know if this is what you want but with moment generating functions you can prove that the sum of two normal distributions is another normal distribution. In fact you can use MGF's to show what a lot of different types of added distributions are (like say Poisson + Poisson or Gamma + Gamma etc).