Multivariate Normal conditional tail Expextation

In summary, Alon is seeking help with an expression involving multiple variables. The variables are dependent and a covariance matrix can be calculated. Alon is unsure how to deal with the multiple conditions of the expectation and is looking for a closed solution like in the bi-variate case. Alon is also considering using limits for the expectation and is wondering if there is a numerical multi-variable integral calculation that could help. The expert advises Alon to find a random variable that corresponds to the constraints and take the conditional expectation using that variable. Otherwise, the calculations may be incorrect and not make sense.
  • #1
alondo
4
0
Hi all,
I need help regarding the following expression:
E(x1|X>K)
where:
x1 is a one dimension normal rv
X is multivariate normal rv with n components: x1, x2,..., x_n
K is a n dimension constant vector with n components: k1,k2,...,k_n
X>K <==> x1>k1,x2>k2,...,x_n>k_n

I know there is a closed form for the Bi-variate case. Is there one for this too?

Thanks a lot!

Alon
 
Physics news on Phys.org
  • #2
Hey alondo and welcome to the forums.

Are your variables independent or do they have some kind other relationship that involves a generic covariance matrix?
 
  • #3
Hi and thanks for your reply,
The variables are dependent, and the covariance matrix can be calculated.
However, I am not sure how to deal with the multiple conditions of the expectation:
E(x1|X>K)=E(x1|x1>k1,x2,k2,...,x_n>k_n)

Thanks, and hope you can help.
Alon

chiro said:
Hey alondo and welcome to the forums.

Are your variables independent or do they have some kind other relationship that involves a generic covariance matrix?
 
  • #4
In your multiple integral, what kinds of limits were you thinking about using?

The expectation is simply going to be x1*P(x1 = x|X>k) (with the right limits).

If you expand the conditional probability, it means you are going to get something that is complex, since you have dependencies between your variables.

We know that P(x1 = x and x1 > k) = P(x1 > k) (Since x1 > k is a proper subset of the event corresponding to x1).

With that said, what you are actually doing is censoring part of the variable, since you are considering a subset of the entire state-space as opposed to the entire state-space.

If you are finding the expectation of this subset, you need to treat this as one proper random variable with the Kolmogorov axioms holding for this random variable and that means that you will have to normalize this new subset random variable.

If your variables though are dependent on each other, you will need to calculate the right limits corresponding to your inequalities and if your limits are basically "entangled" (which they will be for dependency based situations for multivariate joint distributions), then you will need to use some really nice algorithms to do this.

But if you can do all this, then find a random variable that has a proper PDF and then take the expectation of that new variable.
 
  • #6
The example of E[X1|X2 > z] is a lot different than what you have.

You wrote E[X1|X > k] by the X includes X1. Did you mean this or did you make a mistake?

The reason is that if this was not a mistake, then it means you are conditioning on something with respect to a subset on X1 and not X1 itself, which means you will need to find a new random variable and take the expectation of that.

If you want to find something like E[X1|X > K] where X does not include X1 and you have the joint distribution for X1,X2,..,XN, then this is simply a matter of finding the limits for X2 up to XN by solving the region of integration given the structure of the limits and then plugging those into a computer program which will do a numerical multi-variable integral calculation and give you a number that corresponds to the expectation.

The routine to calculate the expectation is easy once you have the limits, but getting the limits require that you solve the region in the same way that you solve regions for double integrals when you have entangled limits, except that due to there being multiple variables, you can't rely on the geometric intuition that you had for double integrals so you need to use an algebraic approach, or (which I recommend) an algorithm that someone has coded up.
 
  • #7
It was not a mistake, but the bi-variate case: E[X1|X2 > z] still holds when X2 is correlated to X1.
 
  • #8
In that case you need to first find a random variable that corresponds to your constraints where X1 > k1 so that you have a PDF where X1 is restricted to that region where this new subset has a PDF that fits the axioms.

If you don't do this, your computations and calculations will be wrong and won't make sense.

So figure out the subset and the PDF corresponding to X1 > k1 first so that you get a new variable X1* corresponding to the new X1 and then take the conditional expectation E[X1*|(X2* > k2, X3* > k3, ... Xn* > kn)].

It does not make sense mathematically or intuitively to do an expectation on a probability space where the integral or summation of that space does not equal 1 and if you don't do the above, you'll get something that just doesn't make sense.
 

Related to Multivariate Normal conditional tail Expextation

1. What is the Multivariate Normal conditional tail expectation?

The Multivariate Normal conditional tail expectation is a statistical concept that measures the expected value of a multivariate normal distribution's upper or lower tail, given that the values are above or below a certain threshold. It is used to estimate the extreme values of a multivariate normal distribution.

2. How is the Multivariate Normal conditional tail expectation calculated?

The Multivariate Normal conditional tail expectation can be calculated using the conditional expectation formula, which is the integral of the tail distribution multiplied by the conditional density function. This calculation can be done using mathematical software or by hand using the properties of the multivariate normal distribution.

3. What is the significance of the Multivariate Normal conditional tail expectation?

The Multivariate Normal conditional tail expectation is important in risk management and financial modeling. It is used to estimate the probability of extreme events, which can help in making decisions related to investments, insurance, and other financial activities.

4. How does the Multivariate Normal conditional tail expectation differ from the univariate case?

The Multivariate Normal conditional tail expectation is an extension of the univariate case, where only one variable is considered. In the multivariate case, multiple variables are taken into account, and the conditional tail expectation is calculated for each variable separately. This allows for a more accurate estimation of extreme values in a multivariate distribution.

5. What are some applications of the Multivariate Normal conditional tail expectation?

The Multivariate Normal conditional tail expectation has various applications in finance, insurance, and risk management. It is used in portfolio optimization, credit risk modeling, and extreme value analysis. It is also used in environmental studies to estimate the probability of extreme weather events.

Similar threads

  • Set Theory, Logic, Probability, Statistics
Replies
1
Views
1K
  • Engineering and Comp Sci Homework Help
Replies
7
Views
919
  • Programming and Computer Science
Replies
15
Views
2K
  • Set Theory, Logic, Probability, Statistics
Replies
2
Views
1K
  • Atomic and Condensed Matter
Replies
3
Views
941
  • Set Theory, Logic, Probability, Statistics
Replies
6
Views
2K
  • Advanced Physics Homework Help
Replies
3
Views
2K
  • Set Theory, Logic, Probability, Statistics
Replies
3
Views
5K
Replies
4
Views
2K
  • Differential Equations
Replies
1
Views
4K
Back
Top