Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Fundamentals of Statistics Project This project will verify the randomness of the calculator's random number generator. The calculator comes with a feature that lets it

Fundamentals of Statistics Project

This project will verify the randomness of the calculator's random number generator. The calculator comes with a feature that lets it generate a random number. Your goal is verify if the calculator will generate numbers randomly when asked to generate a number from 1 through 5. If it is truly random, it should follow a uniform distribution (meaning all numbers have equal chance of showing). We will check the number of times the calculator generates the number 3. To do this we will:

1-Generate a sample from the calculator

  1. 1-Hit [prb]
  2. Go to RAND
  3. Pick option 2: randint(
  4. Enter in [1] [2nd] [ . ] 5
  5. Press enter to generate data.
  6. Record which attempt you are on and the value the calculator generated.
  7. i.e.: 1(first attempt): 3(what calculator generated)

7.Keep pressing enter to generate more data. Record 100 values this way from the calculator.

2-Analyzing Binomial Distribution

1- Calculate the probability of getting a 3 in one attempt. Recall what numbers the calculator can generate.

2-Calculate the expected value (mean of binomial) for the numbers 3's we should expect to get:

1.For a sample size of 50

2.For a sample size of 100

3-Calculate the standard deviation

1.For sample size 50

2.For sample size 100

4-Calculate the interval of normal values (for getting a 3)

  1. For sample size 50
  2. For sample size 100

3-Confidence Intervals (based on your sample

Create confidence intervals based on the different sample sizes and confidence levels based on the proportion of times you got 3's in your sample.

1.Confidence interval based on sample size 50, Confidence level 90%

  1. Confidence interval based on sample size 50, Confidence level 99%

3-Confidence interval based on sample size 100, Confidence level 90%

4-Confidence interval based on sample size 100, Confidence level 99%

4- Making conclusions based on our analysis.

1 .Compare the two margin of errors for sample size of 50 with the two margin of errors for sample size 100.

Restate the 2 margins of errors for sample size 50 and the two margins of errors for sample size 100.

1.What did you notice about the of margins of errors as the sample size went up? Are the margins of errors for sample size 50 bigger or are the margins of errors for sample size 100 bigger?

2.Which version is the better version? The ones margins of errors for sample size 50 or for sample size 100? Explain why it is better.

2.Did the number of 3's in your sample fall in the interval of normal values based on the binomial distribution? Restate the IoNV and the number of 3's you had. Followed by - Yes\No

1.For sample size 50

2.For sample size 100

3.Did each confidence interval do their job in containing the expected proportion (this is the probability of getting one 3 in one attempt that we calculated in part 1 of binomial distribution)?

Restate each confidence interval along with what sample size and what confidence level was used. Followed by -Yes\No.

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

Basic College Mathematics

Authors: Elayn El Martin Gay

5th Edition

0321983173, 9780321983176

More Books

Students also viewed these Mathematics questions

Question

2. In what way can we say that method affects the result we get?

Answered: 1 week ago