Question

3. An experiment generated 1200 random numbers in the interval [0, 1] using a uniform distribution....

3. An experiment generated 1200 random numbers in the interval [0, 1] using a uniform distribution. Then several mathematical transformations were used to convert these numbers into a set of 1200 values between 0 and 9. Here is a frequency table of the digits in the dataset: 0 1 2 3 4 5 6 7 8 9 115 128 106 116 121 102 119 105 156 132 Run a statistical test to verify if these digit frequencies appear with equal probability. Explain why you support or not support an equal probability assertion. Show your work using R studio

Homework Answers

Answer #1

This is a test of goodness of fit.

H0: All digits occur with probability 1/10

H1: All digits do not occur with probability 1/10

Chi square test statistic= 19.1, df = 9,

p-value = 0.02436

Since p value is less than .05, evidence is enough to reject the null H0 at 5% level.

R Program

chisq.test(c(115 ,128 ,106 ,116 ,121 ,102, 119 ,105 ,156 ,132),p=rep(1/10,10))

R OUTPUT

Chi-squared test for given probabilities

data: c(115, 128, 106, 116, 121, 102, 119, 105, 156, 132)
X-squared = 19.1, df = 9, p-value = 0.02436

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
please write the code in java so it can run on jGRASP import java.util.Scanner; 2 import...
please write the code in java so it can run on jGRASP import java.util.Scanner; 2 import java.io.*; //This imports input and output (io) classes that we use 3 //to read and write to files. The * is the wildcard that will 4 //make all of the io classes available if I need them 5 //It saves me from having to import each io class separately. 6 /** 7 This program reads numbers from a file, calculates the 8 mean (average)...
A loan made on March 14 is due September 13 of the following year. Find the...
A loan made on March 14 is due September 13 of the following year. Find the exact time for the loan in a​ non-leap year and a leap year. days. The exact time in a​ non-leap year is ? days The exact time in a leap year is ? days. Data Table Sequential Numbers for Dates of the Year Day of Month Jan. Feb. Mar. Apr. May June July Aug. Sept. Oct. Nov. Dec. 1 1 32 60 91 121...
A physiological experiment was concluded to study the effect of various factors on a pulse rate....
A physiological experiment was concluded to study the effect of various factors on a pulse rate. The participants took their own pulse. They then were asked to flip a coin. If their coin came up head, they were to run in place for 1 minute. Then everyone took their own pulse again. The dataset pulse.txt, available from Moodle, contains the following variables: ROW- id numbers, from 1 to 92; PULSE1- first pulse rate; PULSE2- second pulse rate; RAN-1=ran in place,...
Bivariate Data & Probability After completing the calculation by hand in Q1 you can use Excel...
Bivariate Data & Probability After completing the calculation by hand in Q1 you can use Excel to check your answers before submitting. Q2 assesses your general understanding of probability and linear associations using Excel to analyse a large dataset. Question 1       Covariance and Correlation The table below shows a set of sample bivariate data. Calculate the covariance and correlation coefficient by completing the below table. Show all working. X Y (X - ) (Y - ) (X - )(Y -...
While job opportunities for men and women are considerably more balanced than they were 40 years...
While job opportunities for men and women are considerably more balanced than they were 40 years ago, the career aspirations may still differ. Is there a difference in majors chosen by men and women? Using the sample of 200 MBA students (in the data file), conduct a Chi Square Test of Independence to determine if one's choice of major is independent of their gender. Use a .05 significance level. ID Gender Major Employ Age MBA_GPA BS GPA Hrs_Studying Works FT...
Historically, the MBA program at Whatsamattu U. has about 40% of their students choose a Leadership...
Historically, the MBA program at Whatsamattu U. has about 40% of their students choose a Leadership major, 30% choose a Finance major, 20% choose a Marketing major, and 10% choose no major. Does the most recent class of 200 MBA students fit that same pattern or has there been a shift in the choice of majors. Using the sample of 200 students (in the data file), conduct a Chi Square Goodness of Fit test to determine if the current distribution...
Your firm works in construction and buys ASTM A325M8S bolts in very large numbers. You are...
Your firm works in construction and buys ASTM A325M8S bolts in very large numbers. You are interested in purchasing bolts from different suppliers and have obtained and tested samples of 200 bolts from three suppliers: Allnutt, Boltzman, Coachers.You have tested these in your new bolt testing machine, purchased after you had discovered your old bolt testing machine was performing erratically. (For the purposes of this question, you are safe to assume that the new machine works perfectly and that its...
4) In order to determine the best-selling style of tennis rackets that are sold in State...
4) In order to determine the best-selling style of tennis rackets that are sold in State College, you have collected data from all sporting goods stores in town. A tennis racket is classified by both its head size and grip size. The Excel sheet “Sales Data Tennis Rackets” in Module 3 contains the data you collected for sales of tennis rackets. Each entry in the Excel sheet represents the sale of one tennis racket. You will have to separate your...
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT