Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

solve it using MATLAB 3. Perform the following experiment by writing a MATLAB program to simulate tossing a fair coin. (You may want to use

image text in transcribedsolve it using MATLAB
3. Perform the following experiment by writing a MATLAB program to simulate tossing a fair coin. (You may want to use the MATLAB command rand or randi in order to produce random outputs.) Simulate flipping the coin five times and observe the number of heads. Then, repeat this experiment (that is, flipping the fair coin five times and counting the number of heads) 10 times. Using the equation* in Problem 1, determine the probability for each of k=0,1,2,3,4,5 heads. Based on this theoretical result, what is the number of heads that is most probable for a single experiment? In your 10 experiments which number of heads appeared most often? For 1000 repetitions of the experiment, what is the simulated probability of obtaining four heads in five coin tosses? Compare your result to that obtained using the equation* (Problem 3 is an example of a Monte Carlo simulation, a computational simulation of a random experiment repeated many times to estimate the probability distribution of the experimental outcomes. In this example, you performed the experiment 10 times and then 1000 times. How many repetitions is "enough"? If you were performing such an experiment in a real-world setting in which you did not know the theoretical probability distribution before beginning the experiment, how might you determine whether you have performed "enough" repetitions to uncover the true distribution?) 3. Perform the following experiment by writing a MATLAB program to simulate tossing a fair coin. (You may want to use the MATLAB command rand or randi in order to produce random outputs.) Simulate flipping the coin five times and observe the number of heads. Then, repeat this experiment (that is, flipping the fair coin five times and counting the number of heads) 10 times. Using the equation* in Problem 1, determine the probability for each of k=0,1,2,3,4,5 heads. Based on this theoretical result, what is the number of heads that is most probable for a single experiment? In your 10 experiments which number of heads appeared most often? For 1000 repetitions of the experiment, what is the simulated probability of obtaining four heads in five coin tosses? Compare your result to that obtained using the equation* (Problem 3 is an example of a Monte Carlo simulation, a computational simulation of a random experiment repeated many times to estimate the probability distribution of the experimental outcomes. In this example, you performed the experiment 10 times and then 1000 times. How many repetitions is "enough"? If you were performing such an experiment in a real-world setting in which you did not know the theoretical probability distribution before beginning the experiment, how might you determine whether you have performed "enough" repetitions to uncover the true distribution?)

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Concepts of Database Management

Authors: Philip J. Pratt, Mary Z. Last

8th edition

1285427106, 978-1285427102

More Books

Students also viewed these Databases questions

Question

What is the Definition for Third Normal Form?

Answered: 1 week ago

Question

Provide two examples of a One-To-Many relationship.

Answered: 1 week ago