104k views
5 votes
Show the relationship between Binomial and Normal Distribution for the case below. A fair coin is tossed 100 times. Mean of results of these 100 trials is 50 and the standard deviation of 5. n=100, p =1/2

Use the MATLAB disttool tool to show this for the pdf. Label your curves with Title (Ex.: Normal or Binomial), number of trials on x axis and pdf on the y axis.

1 Answer

4 votes

Final answer:

To show the relationship between the binomial and normal distribution for the given case, you can use MATLAB's disttool tool to plot the probability density functions (pdfs) for both distributions. The binomial distribution is labeled 'Binomial' and the normal distribution is labeled 'Normal'.

Step-by-step explanation:

In this case, we have a fair coin being tossed 100 times, with a mean of 50 and standard deviation of 5. To show the relationship between the binomial and normal distribution, we can use MATLAB's disttool tool to plot the probability density functions (pdfs) for both distributions. The binomial distribution is labeled 'Binomial' and the normal distribution is labeled 'Normal'. The x-axis represents the number of trials, and the y-axis represents the pdf.

User Peric
by
8.3k points