| New Reply |
Delta method fails. Any suggestions how to calculate E(Y)? |
Share Thread | Thread Tools |
| Mar31-12, 08:54 PM | #1 |
|
|
Delta method fails. Any suggestions how to calculate E(Y)?
Hi,
Let Z be a r.v. from N(0, σ^2) and let Y = Z^2*exp(Z)/(1 + exp(Z))^2. What is the exptected value of Y, E(Y)? The delta method (Taylor expansion) doesn't work since the errors seem to accumulate. Any suggestions? This is a non-standard problem related to my research and I am totally stuck with this one... // H |
| Mar31-12, 10:21 PM | #2 |
|
|
If it's hard to get an analytic answer for the distribution, you should do a simulation and then create a simulated distribution for Y in which you can can easily calculate E[Y]. I would use R to do this: it's free and it would take you probably ten minutes to get this result up on screen. The commands you need to use z = rnorm(10000,0,sd=whatever) and then y = z^2*exp(z)/(1 + exp(z))^2 and then mean(y). It should take only ten seconds or less to execute. |
| Apr1-12, 05:31 AM | #3 |
|
|
Thanks for your help. However, I am not looking for a numerical solution. I am aware of that no exact analytical solution exists, but maybe there is some approximation that is "good enough". If you plot the function in R, then it is clear that Y=f(Z) is a symmetric bimodal distribution. Perhaps it simplifies if we put a restriction and look at Y when Z>0. But anyway, I am stuck right now. Perhaps not solution exist. |
| Apr1-12, 05:48 AM | #4 |
|
|
Delta method fails. Any suggestions how to calculate E(Y)? |
| Apr1-12, 06:02 AM | #5 |
|
|
However, I am not sure how your suggestion in this case would help. What chi-square distribution and how many degrees of freedom? BTW, I tried doing a Padé Approximation instead of Taylor expansion, but that didn't help either. /H |
| Apr1-12, 08:30 AM | #6 |
|
|
Since Y(Z) = Y(-Z) and Z's distribution is symmetric about 0, doesn't this imply that E(Y) = 0?
|
| Apr1-12, 08:39 AM | #7 |
|
|
That is true. I think the assumption Y(Z)=Y(-Z) could be wrong however (even though they are very similar), since when I run simulations to check E(Y) then E(Y) ≠ 0. |
| Apr1-12, 09:09 AM | #8 |
|
|
|
| Apr1-12, 09:13 AM | #9 |
|
|
But thanks for you comment. |
| Apr1-12, 09:56 AM | #10 |
|
|
[edit] Oops... Although it's true that Y(Z) = Y(-Z), unfortunately that's not what you would need to get a mean of zero. For that you would need Y(Z) = -Y(Z). So please ignore what I wrote. [/edit] |
| New Reply |
| Thread Tools | |
Similar Threads for: Delta method fails. Any suggestions how to calculate E(Y)?
|
||||
| Thread | Forum | Replies | ||
| Calculate delta H for the combustion of 3-methylpentan-2-one. | Biology, Chemistry & Other Homework | 0 | ||
| I need a method to calculate ln(x) for small x, other than Taylor series method | General Math | 12 | ||
| delta-epsilon method | Calculus | 9 | ||
| Need help designing a lab to calculate delta H? | Biology, Chemistry & Other Homework | 1 | ||
| how do you calculate delta G | Chemistry | 2 | ||