Write a simulator in which one round of simulation involves

Assignment Help Computer Engineering
Reference no: EM132107910

Programming in C Biased Coin Problem

Write a simulator in which one round of simulation involves flipping a set of ten unfair coins (or the same unfair coin ten times) in which there is a fixed likelihood of any given flip coming up heads.

The result of each round is the number of times that a head appeared, so if in a particular round there were four heads, the result for that round would be four.

You will ask the user for the bias (the percentage chance that a coin will come up heads) and for the number of rounds to perform.

After running the simulation you will report how many times each outcome resulted as well as the percentage of the time it occurred.

Your output should look very similar to the following (in particular, it should be well formatted):

What is the coin bias (percent chance of coming up heads)? 75

How many rounds? 1000000

COINS..... 10
BIAS...... 75.00%
ROUNDS.... 1000000

SUM ROUNDS PERCENTAGE
0    0             ( 0.00% )
1       24            ( 0.00% )
2      360           ( 0.04% )
3     3187          ( 0.32% )
4    16221         ( 1.62% )
5    58108         ( 5.81% )
6   146347        ( 14.63% )
7   249823        ( 24.98% )
8   281878        ( 28.19% )
9   187655        ( 18.77% )
10 56397          ( 5.64% )

Add a histogram to the output.

Following each line in the report you will print out a line of asterisks whose length is proportional to the percentage of the time that result came up. If the frequency was less than 1%, do not print any asterisks.

Then print an additional asterisk for each additional two percentage points (so the boundaries should be odd percentage points).

What happens should an amount fall exactly on the boundary (say 53% exactly) is not important as far as whether a new asterisk is added or not.

The output should now look something like:

What is the coin bias (percent chance of coming up heads)? 63.4

How many rounds? 10000

COINS..... 10
BIAS...... 63.40%
ROUNDS.... 10000

SUM ROUNDS PERCENTAGE
0       0               ( 0.00% )
1       7               ( 0.07% )
2      57              ( 0.57% )
3     261             ( 2.61% )   *
4     822             ( 8.22% )   ****
5     1765           ( 17.65% ) *********
6     2436           ( 24.36% ) ************
7     2372           ( 23.72% ) ************
8    1604            ( 16.04% ) ********
9     572               ( 5.72% ) ***
10   104               ( 1.04% ) *

Reference no: EM132107910

Questions Cloud

Compute a factorial that can fit within an unsigned 16 bit : You will use your newfound looping knowledge to compute a factorial that can fit within an unsigned 16 bit integer.
What is the fair price of one afa bond to the nearest cent : Given the risk of AFA and its recent credit downgrade to CC, the required return on these bonds is now 17.5%.
Write a program that prints all numbers from 1 to n : Use the for statement in a program that prints all the numbers from n1 to n2, where n1 and n2 are two numbers specified by the user.
What is the current value of bank bills : If the current 180-day bill rate is 6.9% p.a., what is the current value of these bank bills to the nearest dollar?
Write a simulator in which one round of simulation involves : Write a simulator in which one round of simulation involves flipping a set of ten unfair coins in which there is a fixed likelihood.
Report the number of guesses made and terminate execution : Imagine that the user will write down a positive integer x on a piece of paper and your program will repeatedly ask questions in order to guess what x is.
Implement a recursive quicksort algorithm : For this lab, you will first populate an array with integer values provided by a user and then you will sort the array.
Track and manage the approval of teaching staff : ICT701 Relational Database Systems - ABC TechTraining need a database that will help us track and manage the approval of teaching staff
Define a function named bico : Define a function, named bico, that returns, from the ith expansion of the quantity (x + y), the jth coefficient.

Reviews

Write a Review

Computer Engineering Questions & Answers

  What was fingerprint generated with kleopatra certificate

What was the fingerprint generated with your Kleopatra certificate? What key type was used to create the certificate on Kleopatra? What other types of encryption key types are possible?

  Write a program to display any specified cubic curve

Write a program to display any specified cubic curve using forward differences to calculate points along the curve path.

  Design a set of powerpoint slides explaining

Jim and Tim are brothers who have a love of robots. They started a home based business known as 'RoboBoys' where they custom build robots for fun, gifts, competition and decoration.

  Create a game that displays a three-by-three grid

Create a game that displays a three-by-three grid containing the digits 1 through 9, similar to the first window shown in Figure 8-15.

  What smallest number of stack frames required by superpowers

ACTIVITY: Questions for superpowers. What's the best case? I.e., for a given n, what's the smallest number of stack frames required by superpowers

  Draw a diagram to show the general idea behind the protocols

Draw a diagram to show the general idea behind the three protocols discussed in this chapter for zero-knowledge authentication.

  Give the reasons based on real life programming scenarios

The two most important design issues that are specific to character string types are the following: Should strings be simply a special type of character array or a primitive type.

  Modify the program so that the balance after each year

How many years does it take for the investment to triple? Modify the program so that the balance after each year is printed. How did you do that?

  What is the latest status of the fire wire standard

What is the latest status of the Fire Wire standard? Is it going to succumb to the USB standard? Explain your response.

  Write c language program that will measure period of pulse

Assume PIC18F4321. Write a C language program that will measure the period of a periodic pulse train on the CCP1 pin using the capture mode.

  Develop a program to implement the scan-line algorithm

Develop a program to implement the scan-line algorithm for displaying the visible surfaces of a given polyhedron.

  Write m8c assembly code to add the 24-bit value

Write M8C assembly code to add the 24-bit value 0x123456 to the 24-bit value 0x020304 stored in memory locations 0x11-0x13 (MSB in 0x11).

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd