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

  • Thread starter Thread starter proaction
  • Start date Start date
Click For Summary
SUMMARY

The discussion focuses on calculating the covariance COV(A,B) for a coin throw experiment where a biased coin has a probability of 2/3 for landing on 1 and 1/3 for landing on 0. The variables A and B represent the number of times 0 and 1 are obtained, respectively, over N trials. The distributions for A and B are defined 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 expected values E[A] = N*2/3 and E[B] = N*1/3, leading to E[A]E[B] = (N^2) * (2/9).

PREREQUISITES
  • Understanding of binomial distributions
  • Familiarity with covariance and expected value calculations
  • Knowledge of probability theory, particularly with biased coins
  • Basic statistical notation and terminology
NEXT STEPS
  • Study the properties of binomial distributions in depth
  • Learn about conditional expectation and its applications
  • Explore advanced topics in probability theory, such as joint distributions
  • Investigate real-world applications of covariance in statistics
USEFUL FOR

Statisticians, data analysts, students studying probability theory, and anyone interested in understanding covariance in the context of binomial experiments.

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.
 

Similar threads

Replies
4
Views
5K
Replies
4
Views
3K
Replies
4
Views
3K
Replies
3
Views
3K
  • · Replies 34 ·
2
Replies
34
Views
8K
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
12
Views
5K
Replies
7
Views
4K