infk
- 21
- 0
Hello
Let's say we have some continuous i.i.d random variables X_1, \ldots X_n from a known distribution with some parameter \theta
We then place them in ascending order X_{(1)}, \ldots X_{(n)} such that X_{(i)}, < X_{(i+1)}.
We call this operation T(\mathbf{X}) where \mathbf{X} is our vector X_1, \ldots X_n.
Now let's say we are interested in finding out whether P(\mathbf{X} = X| T(\mathbf{X}) = t) where t and x are both vectors (and outcomes), depends on \theta.
By definition of conditional probability, we have:
P(\mathbf{X} = X| T(\mathbf{X}) = t) = \frac{P(\mathbf{X} = X, T(\mathbf{X}) = t)}{P(T(\mathbf{X}) = t)}
Trying to find these 2 probabilities:
P(T(\mathbf{X}) = t), this is the probability that my ascending ordering X_{(1)}, \ldots X_{(n)} is a certain vector. This probability should simply be
\prod^{n}_{i=1}f(x_i), since we already know that they are ordered.
P(\mathbf{X} = X, T(\mathbf{X}) = t), this is the probability that my random vector \mathbf{X} attains a certain (vector)value while the ordering attains a certain (vector)value. But this should also be equal to \prod^{n}_{i=1}f(x_i).
So
P(\mathbf{X} = X| T(\mathbf{X}) = t) = \frac{P(\mathbf{X} = X, T(\mathbf{X}) = t)}{P(T(\mathbf{X}) = t)} = 1. If this is correct, what does it mean that the probability is 1? Is it wrong? why?
Let's say we have some continuous i.i.d random variables X_1, \ldots X_n from a known distribution with some parameter \theta
We then place them in ascending order X_{(1)}, \ldots X_{(n)} such that X_{(i)}, < X_{(i+1)}.
We call this operation T(\mathbf{X}) where \mathbf{X} is our vector X_1, \ldots X_n.
Now let's say we are interested in finding out whether P(\mathbf{X} = X| T(\mathbf{X}) = t) where t and x are both vectors (and outcomes), depends on \theta.
By definition of conditional probability, we have:
P(\mathbf{X} = X| T(\mathbf{X}) = t) = \frac{P(\mathbf{X} = X, T(\mathbf{X}) = t)}{P(T(\mathbf{X}) = t)}
Trying to find these 2 probabilities:
P(T(\mathbf{X}) = t), this is the probability that my ascending ordering X_{(1)}, \ldots X_{(n)} is a certain vector. This probability should simply be
\prod^{n}_{i=1}f(x_i), since we already know that they are ordered.
P(\mathbf{X} = X, T(\mathbf{X}) = t), this is the probability that my random vector \mathbf{X} attains a certain (vector)value while the ordering attains a certain (vector)value. But this should also be equal to \prod^{n}_{i=1}f(x_i).
So
P(\mathbf{X} = X| T(\mathbf{X}) = t) = \frac{P(\mathbf{X} = X, T(\mathbf{X}) = t)}{P(T(\mathbf{X}) = t)} = 1. If this is correct, what does it mean that the probability is 1? Is it wrong? why?