Finding expectation and 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
2 replies · 4K views
kensaurus
Messages
9
Reaction score
0
So for example, if I have a random variable X, take it to be normally distributed.
How do you find the expectation and variance of the random variable e^X in terms of μ and σ?

Integrating the entire normal function with the f(x) is it?
 
Physics news on Phys.org
Do you mean "mean" rather than "expectation"? In order to talk about "expectation", you have to say of what function of the random variable. The mean is the expectation of the function x- [itex]\int_{-\infty}^\infty xN(x,\mu,\sigma)dx[/itex]. The variation is the expectation of the function [itex](x- mean)^2[/itex], equal to [itex]\int_{-\infty}^\infty (x- mean)^2N(x,\mu,\sigma)dx[/itex].
 
kensaurus said:
So for example, if I have a random variable X, take it to be normally distributed.
How do you find the expectation and variance of the random variable e^X in terms of μ and σ?

Integrating the entire normal function with the f(x) is it?

Yes. However, it is best to find once and for all the expectation of exp(k*Z), where k is a constant and Z is a standard normal. Then, a general X has the form X = μ + σZ, so finding E[exp(X)] as exp(μ) * E[exp(σZ)] will be straightforward. As to Var(X): the easiest way is to use the standard theorem which that states that Var(Y) = E[Y2] - (EY)2 and apply it to Y = exp(X) (with, of course, Y2 = exp(2X)).

RGV