Question

In: Statistics and Probability

i) Plot a cumulative probability distribution similar to the one in the coin toss experiment, but...

i) Plot a cumulative probability distribution similar to the one in the coin

toss experiment, but for the probability of the number of sixes rolled in 10

rolls of a die (a die has 6 sides!).

ii) If we observe four sixes in 10 rolls, is this die likely to be loaded? If we observe a six four times out ten what is a 95% confidence interval on the underlying probability of rolling a six?

iii) Say instead we had rolled 40 sixes out of 100. Is the die likely to be loaded? What is a 95% confidence interval on the probability of rolling a six?

iv) Say instead we had rolled 400 sixes out of 1000. Is the die likely to be loaded? What is a 95% confidence interval on the probability of rolling a six? Hint: use binom.test() for parts ii-iv.

Work needs to be done in Rstudio

Solutions

Expert Solution

i)

Binomial Probability Distribution
n = 10
p = 0.1667
k P( x = k )
0 0.1615
1 0.3230
2 0.2907
3 0.1550
4 0.0543
5 0.0130
6 0.0022
7 0.0002
8 0.0000
9 0.0000
10 0.0000

ii)


# ii

binom.test(4,10,p=1/6)

# iii
binom.test(40,100,p=1/6)

# iv
binom.test(400,1000,p=1/6)

95% confidence interval is in output for each case

Please give me a thumbs-up if this helps you out. Thank you! :)


Related Solutions

6. Create a probability distribution for a coin flipping game. That is, toss a coin at...
6. Create a probability distribution for a coin flipping game. That is, toss a coin at least 25 times and keep up with the number of heads and the number of tails. (8 points for each part) a. Compile your data into a probability distribution. Be sure to show that your distribution meets the properties for a probability distribution. RESULTS Trial 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19...
Choose a binomial probability experiment. You could flip a coin, or toss a basketball from the...
Choose a binomial probability experiment. You could flip a coin, or toss a basketball from the free throw line and see if you make the shot or miss, or choose another experiment where the outcome is a success or failure (only two possible outcomes.)   1) Make a guess about the probability of success before doing the experiment. 2) Repeat the experiment 50 times, and record the results. 3) Calculate the empirical probability of success, and compare it to your original...
Choose a binomial probability experiment. You could flip a coin, or toss a basketball from the...
Choose a binomial probability experiment. You could flip a coin, or toss a basketball from the free throw line and see if you make the shot or miss, or choose another experiment where the outcome is a success or failure (only two possible outcomes.) 1) Make a guess about the probability of success before doing the experiment. 2) Repeat the experiment 50 times, and record the results. 3) Calculate the empirical probability of success, and compare it to your original...
I toss a fair coin 20 times. (a) Calculate the probability of tossing 18 or more...
I toss a fair coin 20 times. (a) Calculate the probability of tossing 18 or more heads exactly. (b) Now perform the same calculation, approximating the actual binomial distribution with a normal distribution, picking a proper random variable, and using the correct mean and variance. (c) Do the results reasonably agree?
Consider an experiment where you toss a coin as often as necessary to turn up one...
Consider an experiment where you toss a coin as often as necessary to turn up one head.Suppose that the probability of having a tail is p(obviously probability of a head is 1−p).Assume independence between tosses.a) State the sample space. b) Let X be the number of tosses needed to get one head. What is the support (possible values ofX)? c) FindP(X= 1),P(X= 2) andP(X= 3). d) Deduce the pmf of X from part c).
Coin toss experiment In this experiment, determine the number of heads and tails after flipping a...
Coin toss experiment In this experiment, determine the number of heads and tails after flipping a coin for 1000 times. Use two different methods to find number of heads and tails Use for loops Use vectors in MATLAB. Repeat this experiment to find running average of flipping a coin for 200 and 2000 times. Plot the running average for two experiments using subplot functions
Coin toss experiment In this experiment, determine the number of heads and tails after flipping a...
Coin toss experiment In this experiment, determine the number of heads and tails after flipping a coin for 1000 times. Use two different methods to find number of heads and tails: Use for loops. Use vectors in MATLAB. Repeat this experiment to find running average of flipping a coin for 200 and 2000 times. Plot the running average for two experiments using subplot functions.
Plot the probability mass function (PMF) and the cumulative distribution function (CDF) of 3 random variables...
Plot the probability mass function (PMF) and the cumulative distribution function (CDF) of 3 random variables following (1) binomial distribution [p,n], (2) a geometric distribution [p], and (3) Poisson distribution [?]. You have to consider two sets of parameters per distribution which can be chosen arbitrarily. The following steps can be followed: Setp1: Establish two sets of parameters of the distribution: For Geometric and Poisson distributions take two values of p (p1 and p2) and take two values of [?],...
Plot the probability mass function (PMF) and the cumulative distribution function (CDF) of 3 random variables...
Plot the probability mass function (PMF) and the cumulative distribution function (CDF) of 3 random variables following (1) binomial distribution [p,n], (2) a geometric distribution [p], and (3) Poisson distribution [?]. You have to consider two sets of parameters per distribution which can be chosen arbitrarily. The following steps can be followed
using excel   Plot the probability mass function (PMF) and the cumulative distribution function (CDF) of 3...
using excel   Plot the probability mass function (PMF) and the cumulative distribution function (CDF) of 3 random variables following (1) binomial distribution [p,n], (2) a geometric distribution [p], and (3) Poisson distribution [?]. You have to consider two sets of parameters per distribution which can be chosen arbitrarily. The following steps can be followed: Setp1: Establish two sets of parameters of the distribution: For Geometric and Poisson distributions take two values of p (p1 and p2) and take two values...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT