Calculating COV(A,B) for a Coin Throw Experiment

  • Thread starter Thread starter proaction
  • Start date Start date
AI Thread Summary
The discussion revolves around calculating the covariance COV(A,B) for a coin toss experiment where a coin has a 2/3 probability of landing on 1 and a 1/3 probability of landing on 0. A is defined as the number of times 0 is obtained, while B is the number of times 1 is obtained over N trials. The distributions for A and B are identified as A ~ Binomial(N, 2/3) and B ~ Binomial(N, 1/3). The covariance is calculated using the formula Cov(A,B) = E[AB] - E[A]E[B], with E[A] and E[B] determined as N*2/3 and N*1/3, respectively. The discussion highlights the importance of understanding binomial distributions and conditional expectations in calculating covariance.
proaction
Messages
1
Reaction score
0
I have a problem with this question
can anyone help me please ..

We throw a coin with two sides, one has 1 on it and the other has 0 on it, the probability of getting 1 is 2/3 and 0 is 1/3 .

now we throw the coin N times , let A be the number of turns we got 0 on them , and be the number of turns we get 1 on them, what's the COV(A,B) ?

thanks
 
Physics news on Phys.org
proaction said:
I have a problem with this question
can anyone help me please ..

We throw a coin with two sides, one has 1 on it and the other has 0 on it, the probability of getting 1 is 2/3 and 0 is 1/3 .

now we throw the coin N times , let A be the number of turns we got 0 on them , and be the number of turns we get 1 on them, what's the COV(A,B) ?

thanks

Hey there.

Looking at your problem you have a binomial distribution with p = 1/3 and N being the number of trials.

So basically X ~ Binomial(N,1/3)

Then we are given A = number of turns we get a 0 and B is number of turns we get a 1.

For N trials we have 2^N possibilities.

The distribution is going to range from having 0 matches to having N matches.

For distribution A we will use the parameter p = 2/3 which corresponds to the probability function being NCk (2/3)^(N-k) * (1/3)^k where k is the number of '0's we get.

B is simply a binomial distribution with p = 1/3 which corresponds to the probability function being NCk (1/3)^(N-k) * (2/3)^k.

So A ~ Binomial(N,2/3) and B ~ Binomial(N,1/3)

The definition of covariance is defined to be Cov(A,B) = E[AB] - E[A]E.

We know that E[A] = N*2/3 and E = N*1/3 so E[A]E = (N^2) * (2/9)

As for E[AB] we can use we formula for conditional expectation.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top