Probability question: random variables

Click For Summary
SUMMARY

This discussion addresses two probability questions involving random variables and their properties. The first question analyzes the random time of the first appearance of HT (head followed by tail) when tossing a fair coin, with calculations showing P(Y = 4) as 1/16, E[Y] as 2, and expected intervals for HT and TT both as 2. The second question focuses on estimating a random variable U with mean 2 and variance 5 based on noisy measurements Y1 and Y2, leading to a linear mean-squared error estimate of U as 0.25Y1 + 0.75Y2 and a minimum mean-squared error of 5.

PREREQUISITES
  • Understanding of random variables and probability distributions
  • Familiarity with concepts of expected value and variance
  • Knowledge of linear mean-squared error estimation
  • Basic principles of independence in probability
NEXT STEPS
  • Study the properties of Markov chains in relation to random sequences
  • Learn about the Central Limit Theorem and its applications in probability
  • Explore advanced topics in estimation theory, particularly Bayesian estimation
  • Investigate the implications of covariance in multivariate distributions
USEFUL FOR

Statisticians, data scientists, and anyone involved in probability theory or statistical estimation will benefit from reading this discussion.

jezse
Messages
5
Reaction score
0
I have two questions.. any insight into either of them is appreciated.

1) A fair coin is tossed repeatedly; the sequence of outcomes is recorded. Let Y be the random time of the first appearance of HT (a tail immediately following a head).
(a) Find P(Y = 4):
(b) Find E[Y] (the expected time to wait for the first HT).
(c) Find the expected length of the interval between successive appearances of HT.
(d) Same as (c) for TT.


2) U is a random variable having mean 2 and variance 5. Two noisy measurements of U are taken:
Y1 = U + Z1
Y2 = U + Z2:
where Z1; Z2; U are assumed pairwise uncorrelated, and where E[Z1] = E[Z2] = 0; Var(Z1) = 1; Var(Z2) = 2:
(a) Determine the linear mean-squared error (MMSE) estimate of U based on Y1 and Y2:
(b) Compute the resulting minimum mean-squared error.


Thank you.
 
Physics news on Phys.org
So what have you tried?
 


1) (a) P(Y = 4) = (1/2)^4 = 1/16, since the sequence of outcomes must be HTHH for Y = 4.
(b) E[Y] = 2, since the expected time to wait for HT is the same as the expected time to get a head, which is 2 tosses.
(c) The expected length of the interval between successive appearances of HT is also 2, since the probability of getting HT on any given toss is 1/2 and the sequence of outcomes is independent.
(d) Similarly, the expected length of the interval between successive appearances of TT is also 2, since the probability of getting TT on any given toss is 1/4 and the sequence of outcomes is independent.

2) (a) The linear mean-squared error estimate of U based on Y1 and Y2 is given by:
E[U|Y1,Y2] = aY1 + bY2, where a and b are constants.
To find these constants, we can use the fact that E[U|Y1,Y2] = U since U is the true value of U, and E[aY1 + bY2] = aE[Y1] + bE[Y2], where E[Y1] = E[Y2] = 2 (since E = 2) and E = 2.
Therefore, a + b = 1 and 2a + 2b = 2, which gives us a = 0.25 and b = 0.75.
So, the linear mean-squared error estimate of U based on Y1 and Y2 is 0.25Y1 + 0.75Y2.
(b) The resulting minimum mean-squared error is given by:
E[(U - E[U|Y1,Y2])^2] = Var(U) - Cov(U,Y1+Y2)^2/Var(Y1+Y2), where Var(U) = 5, Cov(U,Y1+Y2) = 0 (since U and Y1+Y2 are uncorrelated) and Var(Y1+Y2) = Var(Y1) + Var(Y2) = 1 + 2 = 3.
Therefore, the minimum mean-squared error is 5 - 0/3 = 5.
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 6 ·
Replies
6
Views
4K
  • · Replies 1 ·
Replies
1
Views
803
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 11 ·
Replies
11
Views
4K
  • · Replies 1 ·
Replies
1
Views
3K
Replies
7
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K