Question about book solution to estimate $E[e^{XY}]$ when $X$ and $Y$ are independent exponential RVs with...
up vote
1
down vote
favorite
Let $X$ and $Y$ be independent exponential random variables with mean 1. (a) Explain how we could use simulation to estimate $E[e^{XY}]$. (b) Show how to improve the estimation approach in part (a) by using a control variate.
The red box (see screenshot) in the book solution makes sense to me.
I don't understand the blue box. It seems to me the blue box estimator will not have the same expected value as $E[e^{XY}]$ and is missing a "$-c$" in the numerator because $E[X_i Y_i] = E[X_i] E[Y_i] = 1$
So I think the blue box should actually be
$$sum_{i=1}^n frac{e^{X_i Y_i} + c X_i Y_i - c}{n}$$
Will the blue box estimator have the same expected value as $E[e^{XY}]$? Thanks for your help I'm learning about control variates for the first time.
Book Solution
probability law-of-large-numbers expected-value
add a comment |
up vote
1
down vote
favorite
Let $X$ and $Y$ be independent exponential random variables with mean 1. (a) Explain how we could use simulation to estimate $E[e^{XY}]$. (b) Show how to improve the estimation approach in part (a) by using a control variate.
The red box (see screenshot) in the book solution makes sense to me.
I don't understand the blue box. It seems to me the blue box estimator will not have the same expected value as $E[e^{XY}]$ and is missing a "$-c$" in the numerator because $E[X_i Y_i] = E[X_i] E[Y_i] = 1$
So I think the blue box should actually be
$$sum_{i=1}^n frac{e^{X_i Y_i} + c X_i Y_i - c}{n}$$
Will the blue box estimator have the same expected value as $E[e^{XY}]$? Thanks for your help I'm learning about control variates for the first time.
Book Solution
probability law-of-large-numbers expected-value
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
Let $X$ and $Y$ be independent exponential random variables with mean 1. (a) Explain how we could use simulation to estimate $E[e^{XY}]$. (b) Show how to improve the estimation approach in part (a) by using a control variate.
The red box (see screenshot) in the book solution makes sense to me.
I don't understand the blue box. It seems to me the blue box estimator will not have the same expected value as $E[e^{XY}]$ and is missing a "$-c$" in the numerator because $E[X_i Y_i] = E[X_i] E[Y_i] = 1$
So I think the blue box should actually be
$$sum_{i=1}^n frac{e^{X_i Y_i} + c X_i Y_i - c}{n}$$
Will the blue box estimator have the same expected value as $E[e^{XY}]$? Thanks for your help I'm learning about control variates for the first time.
Book Solution
probability law-of-large-numbers expected-value
Let $X$ and $Y$ be independent exponential random variables with mean 1. (a) Explain how we could use simulation to estimate $E[e^{XY}]$. (b) Show how to improve the estimation approach in part (a) by using a control variate.
The red box (see screenshot) in the book solution makes sense to me.
I don't understand the blue box. It seems to me the blue box estimator will not have the same expected value as $E[e^{XY}]$ and is missing a "$-c$" in the numerator because $E[X_i Y_i] = E[X_i] E[Y_i] = 1$
So I think the blue box should actually be
$$sum_{i=1}^n frac{e^{X_i Y_i} + c X_i Y_i - c}{n}$$
Will the blue box estimator have the same expected value as $E[e^{XY}]$? Thanks for your help I'm learning about control variates for the first time.
Book Solution
probability law-of-large-numbers expected-value
probability law-of-large-numbers expected-value
asked Nov 17 at 18:41
HJ_beginner
855315
855315
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
1
down vote
accepted
Yes, for $c in mathbb{R}$ the first should be $$frac{1}{n}sum_{i=1}^n[e^{X_iY_i} + cunderbrace{(X_iY_i-1)}_{mbox{mean 0}}]$$ and also the second should be $$frac{1}{n}sum_{i=1}^n[e^{X_iY_i} + cunderbrace{(X_iY_i + X_i^2Y_i^2/2 - 3)}_{mbox{mean 0}}]$$
Using $c=-1$ seems to be a good choice for reducing variance.
Thanks for your help Michael! This was really bothering me, especially as it is the final question of the book that has taken me 2 years of self study to get through lol fml (fantastic book by Ross, I'm just slow)
– HJ_beginner
Nov 17 at 20:32
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
accepted
Yes, for $c in mathbb{R}$ the first should be $$frac{1}{n}sum_{i=1}^n[e^{X_iY_i} + cunderbrace{(X_iY_i-1)}_{mbox{mean 0}}]$$ and also the second should be $$frac{1}{n}sum_{i=1}^n[e^{X_iY_i} + cunderbrace{(X_iY_i + X_i^2Y_i^2/2 - 3)}_{mbox{mean 0}}]$$
Using $c=-1$ seems to be a good choice for reducing variance.
Thanks for your help Michael! This was really bothering me, especially as it is the final question of the book that has taken me 2 years of self study to get through lol fml (fantastic book by Ross, I'm just slow)
– HJ_beginner
Nov 17 at 20:32
add a comment |
up vote
1
down vote
accepted
Yes, for $c in mathbb{R}$ the first should be $$frac{1}{n}sum_{i=1}^n[e^{X_iY_i} + cunderbrace{(X_iY_i-1)}_{mbox{mean 0}}]$$ and also the second should be $$frac{1}{n}sum_{i=1}^n[e^{X_iY_i} + cunderbrace{(X_iY_i + X_i^2Y_i^2/2 - 3)}_{mbox{mean 0}}]$$
Using $c=-1$ seems to be a good choice for reducing variance.
Thanks for your help Michael! This was really bothering me, especially as it is the final question of the book that has taken me 2 years of self study to get through lol fml (fantastic book by Ross, I'm just slow)
– HJ_beginner
Nov 17 at 20:32
add a comment |
up vote
1
down vote
accepted
up vote
1
down vote
accepted
Yes, for $c in mathbb{R}$ the first should be $$frac{1}{n}sum_{i=1}^n[e^{X_iY_i} + cunderbrace{(X_iY_i-1)}_{mbox{mean 0}}]$$ and also the second should be $$frac{1}{n}sum_{i=1}^n[e^{X_iY_i} + cunderbrace{(X_iY_i + X_i^2Y_i^2/2 - 3)}_{mbox{mean 0}}]$$
Using $c=-1$ seems to be a good choice for reducing variance.
Yes, for $c in mathbb{R}$ the first should be $$frac{1}{n}sum_{i=1}^n[e^{X_iY_i} + cunderbrace{(X_iY_i-1)}_{mbox{mean 0}}]$$ and also the second should be $$frac{1}{n}sum_{i=1}^n[e^{X_iY_i} + cunderbrace{(X_iY_i + X_i^2Y_i^2/2 - 3)}_{mbox{mean 0}}]$$
Using $c=-1$ seems to be a good choice for reducing variance.
answered Nov 17 at 19:57
Michael
13.1k11325
13.1k11325
Thanks for your help Michael! This was really bothering me, especially as it is the final question of the book that has taken me 2 years of self study to get through lol fml (fantastic book by Ross, I'm just slow)
– HJ_beginner
Nov 17 at 20:32
add a comment |
Thanks for your help Michael! This was really bothering me, especially as it is the final question of the book that has taken me 2 years of self study to get through lol fml (fantastic book by Ross, I'm just slow)
– HJ_beginner
Nov 17 at 20:32
Thanks for your help Michael! This was really bothering me, especially as it is the final question of the book that has taken me 2 years of self study to get through lol fml (fantastic book by Ross, I'm just slow)
– HJ_beginner
Nov 17 at 20:32
Thanks for your help Michael! This was really bothering me, especially as it is the final question of the book that has taken me 2 years of self study to get through lol fml (fantastic book by Ross, I'm just slow)
– HJ_beginner
Nov 17 at 20:32
add a comment |
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3002674%2fquestion-about-book-solution-to-estimate-eexy-when-x-and-y-are-indepe%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown