A Comparative statistics of (trivariate) random event

AI Thread Summary
The discussion focuses on understanding the probability of a random event involving a trivariate random vector (X, Y, Z) with a specified normal distribution. The key point is that the partial derivative of the probability concerning a non-random parameter "a" shows non-monotonic behavior, initially increasing and then decreasing as "a" changes. Participants clarify the notation used for the joint distribution parameters and suggest simplifying the problem by considering uniform distributions for Y and Z to gain intuition. The conversation emphasizes the need to analyze the relationship between "a" and the probability through different cases based on the values of X. Overall, the thread seeks to deepen the understanding of the distributional implications of the random variables involved.
estebanox
Messages
26
Reaction score
0
Problem: I'm interested in studying the probability of an event involving a random vector.

Specifically, I'm interested in
(∂/∂a)Pr[X>( (Y-a)/Z )]

Where "a" is a non-random parameter and the random vector {X,Y,Z} is distributed Normal( µ, Σ)
for µ={0,0,0}
and Σ= {{1, 0.5, 0.5}, {0.5, 1, 0}, {0.5, 0, 1}}

What I know: Simulations tell me that the above partial derivative is non-monotonic, i.e. increasing the value of "a" first increases the probability of the event, and then decreases it. Attached is a simulation for a∈[0,3].

I can see that this is likely coming from the fact that Z takes value along the real line, so the effect of "a" flips with the sign of Z.

Question: I struggle to understand exactly what is going on here from a distributional point of view. What determines the point of inflection? I don't need an analytical solution – just some intuition.
 

Attachments

  • Screen Shot 2017-02-09 at 09.00.48.png
    Screen Shot 2017-02-09 at 09.00.48.png
    5.4 KB · Views: 344
Last edited:
Physics news on Phys.org
estebanox said:
Specifically, I'm interested in
(∂/∂a)Pr[X>( (Y-a)/Z )]

What's your definition of the relation "##>##" when we are comparing two vectors ?
 
Each of X, Y and Z are random variables. I refer to random vector when talking about (X,Y,Z)
 
Then I don't understand the notation:
for µ={0,0,0}
and Σ= {{1, 0.5, 0.5}, {0.5, 1, 0}, {0.5, 0, 1}}

Does this indicate we are considering 3 different situations for the standard deviations or ##3^3## different situations ?

What I know: Simulations tell me that the above partial derivative is non-monotonic, i.e. increasing the value of "a" first increases the probability of the event, and then decreases it. Attached is a simulation for x∈[0,3].
Did you mean "for ##a\in [0,3]##" ?
 
Stephen Tashi said:
Then I don't understand the notation:Does this indicate we are considering 3 different situations for the standard deviations or ##3^3## different situations ?Did you mean "for ##a\in [0,3]##" ?

Oh, yes, typo! I'll fix it. Thanks.
 
estebanox said:
Oh, yes, typo! I'll fix it. Thanks.

The vector μ and the matrix Σ refer to the parameters of the joint distribution of (X,Y,Z). The simulation is fixing all of these parameters, and tracing the probability for different values of "a".
 
I suggest we start by seeing if we can get intuition for a much simpler situation!

Let ##Y## and ##Z## each be uniformly distributed on the interval [-1,1]. Let ##x## be a number instead of a random variable. How does ##P(x > (Y- a)/Z## vary with ##a## ?. Maybe we need to consider two cases: ## x< 0## and ##x > 0##.

It might be simpler to ask about ##P(x < (Y-a)/Z)## since that's a question about a cumulative distribution.
 
Back
Top