Conditional expcetation of a function of multivarite normal random variables
up vote
1
down vote
favorite
Say we have some function of bivariate standard normal random variables $f(x_1,x_2)$ which we approximate with first 2 terms of its Taylor series,
$$z = f(x_1,x_2) approx f(0,0) + f_1(0,0)x_1 + f_2(0,0)x_2 + 0.5f_{1,1}(0,0)x_1^2 + 0.5f_{2,2}(0,0)x_2^2 + f_{1,2}(0,0)x_1x_2$$
The unconditional expectation of this approximation can be computed using Isserlis' theorem (which is more relevant for when higher terms are retained in the Taylor series and the function depend on more than 2 normals) as
$$E[z] approx f(0,0) + 0.5f_{1,1}(0,0) + 0.5f_{2,2}(0,0) + f_{1,2}(0,0)rho .$$
But how does one compute a conditional expectation
$$E[z | z in A] space approx space ?.$$
Can this be done without having to work-out the explicit from of the pdf for $z$? Or perhaps there is already a known closed form expression for the distribution of a linear combination of monomials of multivariate normal rvs?
Generally, the function will depend on a multivariate normal and higher order of the Taylor series may be kept.
Add 1
What might be possible to do is to workout the first $m$ moments (using Isserlis' theorem to calculate expectations of various monomials), then convert them into cumulants, and then use Edgeworth series approximation (or something like that) to construct approximate "distribution function" for $z$, and then calculate the conditional expectation. It seems rather convoluted however. Also, since conditioning could be on event in the tail, it might require quite a few terms in the approximation.
probability normal-distribution conditional-expectation
add a comment |
up vote
1
down vote
favorite
Say we have some function of bivariate standard normal random variables $f(x_1,x_2)$ which we approximate with first 2 terms of its Taylor series,
$$z = f(x_1,x_2) approx f(0,0) + f_1(0,0)x_1 + f_2(0,0)x_2 + 0.5f_{1,1}(0,0)x_1^2 + 0.5f_{2,2}(0,0)x_2^2 + f_{1,2}(0,0)x_1x_2$$
The unconditional expectation of this approximation can be computed using Isserlis' theorem (which is more relevant for when higher terms are retained in the Taylor series and the function depend on more than 2 normals) as
$$E[z] approx f(0,0) + 0.5f_{1,1}(0,0) + 0.5f_{2,2}(0,0) + f_{1,2}(0,0)rho .$$
But how does one compute a conditional expectation
$$E[z | z in A] space approx space ?.$$
Can this be done without having to work-out the explicit from of the pdf for $z$? Or perhaps there is already a known closed form expression for the distribution of a linear combination of monomials of multivariate normal rvs?
Generally, the function will depend on a multivariate normal and higher order of the Taylor series may be kept.
Add 1
What might be possible to do is to workout the first $m$ moments (using Isserlis' theorem to calculate expectations of various monomials), then convert them into cumulants, and then use Edgeworth series approximation (or something like that) to construct approximate "distribution function" for $z$, and then calculate the conditional expectation. It seems rather convoluted however. Also, since conditioning could be on event in the tail, it might require quite a few terms in the approximation.
probability normal-distribution conditional-expectation
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
Say we have some function of bivariate standard normal random variables $f(x_1,x_2)$ which we approximate with first 2 terms of its Taylor series,
$$z = f(x_1,x_2) approx f(0,0) + f_1(0,0)x_1 + f_2(0,0)x_2 + 0.5f_{1,1}(0,0)x_1^2 + 0.5f_{2,2}(0,0)x_2^2 + f_{1,2}(0,0)x_1x_2$$
The unconditional expectation of this approximation can be computed using Isserlis' theorem (which is more relevant for when higher terms are retained in the Taylor series and the function depend on more than 2 normals) as
$$E[z] approx f(0,0) + 0.5f_{1,1}(0,0) + 0.5f_{2,2}(0,0) + f_{1,2}(0,0)rho .$$
But how does one compute a conditional expectation
$$E[z | z in A] space approx space ?.$$
Can this be done without having to work-out the explicit from of the pdf for $z$? Or perhaps there is already a known closed form expression for the distribution of a linear combination of monomials of multivariate normal rvs?
Generally, the function will depend on a multivariate normal and higher order of the Taylor series may be kept.
Add 1
What might be possible to do is to workout the first $m$ moments (using Isserlis' theorem to calculate expectations of various monomials), then convert them into cumulants, and then use Edgeworth series approximation (or something like that) to construct approximate "distribution function" for $z$, and then calculate the conditional expectation. It seems rather convoluted however. Also, since conditioning could be on event in the tail, it might require quite a few terms in the approximation.
probability normal-distribution conditional-expectation
Say we have some function of bivariate standard normal random variables $f(x_1,x_2)$ which we approximate with first 2 terms of its Taylor series,
$$z = f(x_1,x_2) approx f(0,0) + f_1(0,0)x_1 + f_2(0,0)x_2 + 0.5f_{1,1}(0,0)x_1^2 + 0.5f_{2,2}(0,0)x_2^2 + f_{1,2}(0,0)x_1x_2$$
The unconditional expectation of this approximation can be computed using Isserlis' theorem (which is more relevant for when higher terms are retained in the Taylor series and the function depend on more than 2 normals) as
$$E[z] approx f(0,0) + 0.5f_{1,1}(0,0) + 0.5f_{2,2}(0,0) + f_{1,2}(0,0)rho .$$
But how does one compute a conditional expectation
$$E[z | z in A] space approx space ?.$$
Can this be done without having to work-out the explicit from of the pdf for $z$? Or perhaps there is already a known closed form expression for the distribution of a linear combination of monomials of multivariate normal rvs?
Generally, the function will depend on a multivariate normal and higher order of the Taylor series may be kept.
Add 1
What might be possible to do is to workout the first $m$ moments (using Isserlis' theorem to calculate expectations of various monomials), then convert them into cumulants, and then use Edgeworth series approximation (or something like that) to construct approximate "distribution function" for $z$, and then calculate the conditional expectation. It seems rather convoluted however. Also, since conditioning could be on event in the tail, it might require quite a few terms in the approximation.
probability normal-distribution conditional-expectation
probability normal-distribution conditional-expectation
edited Nov 16 at 18:32
asked Nov 14 at 13:33
Confounded
1408
1408
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f2998276%2fconditional-expcetation-of-a-function-of-multivarite-normal-random-variables%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