Name: SOLUTIONS Exam 01 (Midterm Part 2 take home, open everything)

Size: px
Start display at page:

Download "Name: SOLUTIONS Exam 01 (Midterm Part 2 take home, open everything)"

Transcription

1 Name: SOLUTIONS Exam 01 (Midterm Part 2 take home, open everything) To help you budget your time, questions are marked with *s. One * indicates a straightforward question testing foundational knowledge. Two ** indicate a more challenging question requiring use of several key concepts. Three *** indicate a challenging question requiring a clever use of key concepts and/or techniques not covered in class yet. Four **** indicates serious fun. Show your work on all problems. If you can t solve a question completely, set it up and solve it as far as you can. If you require a laptop to get your final solution, describe in detail what you would do to solve the problem. Recall our class s rules for playing Toss Up! You should be able to skim these rules, since they are the same rules we ve been using since the first class. Step 1: Write each player's name along the top of a piece of paper. This is your score sheet. Step 2: Decide who will go first. After the first player takes his turn, play continues clockwise. Step 3: To start your turn, roll 5 dice. (Note Toss Up! is usually played with 10 dice, but we will use 5 to simplify future calculations.) When you look at the dice, think of green for go, red for stop and yellow for caution. If you rolled any greens, slide them over to the side. Each green is worth 1 point at the end of your turn. Step 4: Decide if you want to continue your turn or stop. If you want to continue, you will roll all the remaining dice that did not turn up green on your previous roll. If you roll more greens, set them aside with the others. As long as you roll at least one green die, you may continue rolling as many times as you want. If you roll enough times so all 5 dice are green, you can start all over rolling the 5 dice and adding additional points to what you already scored. The number of points you can earn on a turn is unlimited. But if you roll at least one red and no greens, you have run a "red light" and your turn ends scoring 0 points for that turn, i.e. you lose all your points for that turn. If you roll all yellows, you have just passed a "yellow light" and nothing happens. After a yellow light, you can decide if you want to continue rolling or not. You don t lose any points just for running a yellow light. Step 5: Record each player's score at the end of their turn, and keep a running total. Step 6: Win the game by having the most points when the game ends. When someone finishes their turn with 100 points or more, each of the other plays gets one last turn. After everyone has finished their final turn, the player with the highest score wins the game. 1

2 A Toss Up! die is a fair, six sided die with one red side, two yellow sides, and three green sides. *1 2 pts) Let X = the points scored for a single roll of 5 Toss Up! dice. What is the sampling space for X? Hint: both a red light and a yellow light score 0 pts. S = {0,1,2,3,4,5} *2 3 pts) Referring to X in question 1, consider X = k, where k is a member of the sampling space of X. Write the probability of X = k. Hint: The distribution of X belongs to a class that is very familiar to you. P( X = k ) = choose(5,k) * (1/2) k * (1/2) (5 k) = choose(5,k) * (1/2) 5 *3 5 pts) Both a red light and a yellow light score 0 pts, though a red light is much worse because you lose all your points for that turn and your turn is over. What is the probability of running a red light for a single roll of 5 Toss Up! dice? Show your work and write your final solution to three accurate decimal places. Solution 1: P( run red ) = P( run red OR run yellow ) P( run yellow ) = P( X=0 ) P( run yellow ) = choose(5,0) * (1/2) 5 (2/6) 5 = 1/32 1/243 = = Solution 2: P( run red ) = P(5 reds) + P(4 reds and 1 yellow) + P(3 reds and 2 yellows) + P(2 reds and 3 yellows) + P(1 red and 4 yellows) = choose(5,5)*(1/6) 5 *(1/3) 0 + choose(5,4)*(1/6) 4 *(1/3) 1 + choose(5,3)*(1/6) 3 *(1/3) 2 + choose(5,2)*(1/6) 2 *(1/3) 3 + choose(5,1)*(1/6) 1 *(1/3) 4 = choose(5,5)*(1/6)^5*(1/3)^0 + choose(5,4)*(1/6)^4*(1/3)^1 + choose(5,3)*(1/6)^3*(1/3)^2 + choose(5,2)*(1/6)^2*(1/3)^3 + choose(5,1)*(1/6)^1*(1/3)^4 = = *4 5 pts) Referring to X in question 1, what is the probability of running a red light for a single roll of 5 Toss Up! dice given that roll scored 0 points, i.e. P( rolled a red light X=0 )? Show your work and write your final solution to three accurate decimal places. P( rolled a red light X=0 ) = (1/32 1/243) / (1/2)^5 = / = =

3 **5 8 pts) Consider a batch of 100 Toss Up! dice has 5 defective dice in it. The defective dice look identical to the fair dice, but the probability of rolling a yellow on the defective dice is 1/2 instead of the usual 1/3. Suppose you randomly selected one die and rolled it four times, rolling a yellow all four times. What is the probability that you had selected a defective die? Show your work and write your final solution to three accurate decimal places. P( defective ) = 5/100 = 1/20 P( not defective ) = 95/100 = 19/20 P( roll 4 yellows defective ) = 1/2^4 P( roll 4 yellows not defective ) = 1/3^4 P( defective roll 4 yellows ) = P( roll 4 yellows defective )*P( defective ) P( roll 4 yellows defective )*P( defective ) + P( roll 4 yellows not defective )*P( not defective ) = (1/2^4 * 1/20) / (1/2^4 * 1/20 + 1/3^4 * 19/20) = / = =

4 ***6 15 pts) Referring to the batch of dice in question 5, you design a test to detect defective dice. The test works as follows. You roll a die 5 times and if the die comes up yellow 4 or 5 times, then the test classifies the die as defective. If the die comes up yellow 0 to 3 times, the test classified the die as okay. What are the sensitivity, specificity, positive predictive value, and negative predictive value of this test? Write solutions to three accurate decimal places. sensitivity = P( 4 or 5 yellows die is defective ) = choose(5,4)*(1/2)^5 + choose(5,5)*(1/2)^5 = = specificity = P( 0, 1, 2, or 3 die is not defective ) = 1 P( 4 or 5 die is not defective ) = 1 ( choose(5,4)*(1/3)^4*(2/3)^1 + choose(5,5)*(1/3)^5 ) = = = positive predictive value = P( die is defective 4 or 5 yellows ) = sensitivity*prevalence / (sensitivity*prevalence+(1 specificity)*(1 prevalence)) = *0.05 / (0.1875*0.05+( )*0.95) = / = = negative predictive value = P( die is not defective 0, 1, 2, or 3 yellows ) = specificity*(1 prevalence) / (specificity*(1 prevalence)+(1 sensitivity)*prevalence) = *0.95 / ( *0.95+( )*0.05) = / = = Check my solution in R: Ndefectives = 10^7 Nworking = 19*Ndefectives YellowDefectives = ( rbinom( Ndefectives, 5, 1/2 ) > 3 ) YellowWorking = ( rbinom( Nworking, 5, 1/3 ) > 3 ) sensitivity = mean( YellowDefectives ) specificity = mean( 1 YellowWorking ) PPV = sum(yellowdefectives) / sum( c(yellowdefectives, YellowWorking) ) NPV = sum( (1 YellowWorking) ) / sum( (1 c(yellowdefectives, YellowWorking)) ) round( c(sensitivity, specificity, PPV, NPV), 3 ) 0.187, 0.955, 0.179,

5 *7 5 pts) To prepare for the midterm exam, Uche and Robert have been playing Toss Up! one on one. They ve played 14 games so far. Uche is up 9 wins to Robert s 5 wins. Create a 95% confidence interval for the probability of Uche winning when playing against Robert using the Wilson Interval (aka the plus four method). Show your work and write your final solution to three accurate decimal places. x = 9 n = 14 xt = 11 nt = 18 p = x/n pt = xt/nt critval = qnorm(0.025, lower.tail=f) lb = pt critval * sqrt(pt*(1 pt)/nt) ub = pt + critval * sqrt(pt*(1 pt)/nt) # pt and se c( pt, sqrt(pt*(1 pt)/nt) ) , # unrounded ci c(lb, ub) ( , ) # rounded ci round( c(lb, ub), 3 ) (0.386, 0.836) **8 6 pts) Consider the following random variables. Note ~ iid = independent identically distributed. B1, B2,, B100 ~ iid Binomial( n=100, θ=0.01 ) P1, P2,, P200 ~ iid Poisson( λ=2 ) H1, H2,, H300 ~ iid Hypergeometric( N=30, n=10, C=9 ) U1, U2,, U400 ~ iid Uniform( a=3, b=5 ) X = B1+B2+ +B100+P1+P2+ +P200+H1+H2+ +H300+U1+U2+ +U400 Find the expectation of Z, i.e. E[ X ]. Show your work and write your final solution to three accurate decimal places. 100*1+200*2+300*3+400*4 =

6 **9 8 pts) Referring to the variable X defined in question 8, find the variance of X, i.e. V[ X ]. Show your work and write your final solution to three accurate decimal places. V[Z] = 100*(100*0.01*0.99)+200*(2)+300*(9*(10/30)*(20/30)*(21/29))+400*(4/12) = SD[Z] = sqrt(100*(100*0.01*0.99)+200*(2)+300*(9*(10/30)*(20/30)*(21/29))+400*(4/12)) = **10 5 pts) Referring to the variable X defined in question 8, find the probability that X > , i.e. P( X > ). Show your work and write your final solution to three accurate decimal places. This is a large sum of independent random variables with a known sum and variance. Use the CLT. P( Z = ( )/ ) = The book only takes Z to two decimals so either of the following answers are acceptable: round( pnorm( , lower.tail=f), 3 ) = round( pnorm(1.70, lower.tail=f), 3 ) =

7 An elite Rubik s cube solver can solve a Rubik s cube in under 1 minute. Robert s personal goal is to average under 9 minutes. He s saved his last 30 solving times. They are as follows (sorted and in minutes). 3.9, 6.1, 6.3, 6.5, 6.5, 6.7, 6.7, 6.9, 7.1, 7.1, 7.3, 7.5, 7.9, 7.9, 8.5, 8.9, 8.9, 8.9, 9.1, 9.1, 9.3, 9.5, 9.9, 10.1, 10.3, 10.3, 11.5, 11.7, 12.1, 12.3 sample size, n = 30 sample mean, x_bar = sample standard deviation, s = *11 2 pts) Based on the Rubik s cube solving times above, write in standard mathematical notation the null hypothesis for a statistical test of whether Robert s true average cube solving time is different from his personal goal of 9 minutes. Ho: μ = 9 min *12 2 pts) Based on the Rubik s cube solving times above, write in standard mathematical notation the alternative hypothesis for a statistical test of whether Robert s true average cube solving time is different from his personal goal of 9 minutes. Ho: μ 9 min *13 3 pts) Referring to questions 11 and 12, write in standard mathematical notation the rejection region for the test with a Type I error rate, α = TS = xbar 9 / (s/sqrt(30)) > t 0.05,29 = qt( 0.05, 29, lower.tail=f ) = **14 6 pts) Referring to questions 11 and 12, calculate the appropriate test statistic. Show your work and write your final solution to three accurate decimal places. TS = / ( /sqrt(30)) = / = = Check my solution in R: x = c(3.9, 6.1, 6.3, 6.5, 6.5, 6.7, 6.7, 6.9, 7.1, 7.1, 7.3, 7.5, 7.9, 7.9, 8.5, 8.9, 8.9, 8.9, 9.1, 9.1, 9.3, 9.5, 9.9, 10.1, 10.3, 10.3, 11.5, 11.7, 12.1, 12.3) t.test( x, mu=9, conf.level=0.90 ) *15 3 pts) Referring to questions 11 through 14, write a brief conclusion for the hypothesis test. (For sake of time, do not include a confidence interval during the part 1 in class version of this exam.) While the observed average solution time is less than 9, the evidence is not sufficiently strong to conclude that the true average time is less than 9, i.e. we fail to reject the null hypothesis. A 90% confidence interval for the true average time is (7.87, 9.11). 7

8 To improve his cube solving times, Robert turns to performance enhancing substances. The following are his last 10 cube solving times under the influence of Red Bull (sorted and in minutes). 0.4, 3.3, 3.4, 4.6, 4.6, 6.5, 7.8, 10.1, 11.5, 12.8 sample size, n = 10 sample mean, x_bar = 6.50 sample standard deviation, s = *16 2 pts) Based on the substance enhanced times above and the unenhanced times from questions 11 15, write in standard mathematical notation the null hypothesis for a statistical test of whether Robert s true average enhanced time is different from his true average unenhanced time. Ho: μ enhanced μ unenhanced = 0 *17 2 pts) Referring to question 16, what would be the appropriate degrees of freedom for a t test that assumed equal variances for the two samples? df = = 38 **18 3 pts) Based specifically on the data referenced in questions 11 16, what would be the likely consequence of assuming equal variances for the t test? The unenhanced sample size is three times bigger, but it has a sample standard deviation that is roughly half as large as the enhanced sample. Thus if the equal variances assumption is false, it is likely this sample will be underestimating the true standard error of the difference in sample means. **19 6 pts) Referring to question 16, calculate the appropriate test statistic without assuming equal variances. Show your work and write your final solution to three accurate decimal places. TS = x bar.un x bar.en / sqrt( s un 2 /n un + s en 2 /n en ) = / sqrt( ^2/ ^2/10) = / = = **20 3 pts) Referring to question 16, estimate the appropriate p value from question 19. For the part 1 in class exam, you may write your estimate as an interval (lower bound < p value < upper bound). For the part 2 take home, solve for the p value to three decimal places. In class: (0.10 < p value < 0.20) Take home: x = c(3.9, 6.1, 6.3, 6.5, 6.5, 6.7, 6.7, 6.9, 7.1, 7.1, 7.3, 7.5, 7.9, 7.9, 8.5, 8.9, 8.9, 8.9, 9.1, 9.1, 9.3, 9.5, 9.9, 10.1, 10.3, 10.3, 11.5, 11.7, 12.1, 12.3) y = c(0.4, 3.3, 3.4, 4.6, 4.6, 6.5, 7.8, 10.1, 11.5, 12.8) t.test( x, y, var.equal=f ) p value =

9 **21 3 pts) The following two questions follow up on an interesting question posed during our class. Consider the two sample test where X and Y are normal with known variances: X ~ N( μ X, σ X = 1 ) and Y ~ N( μ Y, σ Y = 1 ) The researchers have funding to collect 100 samples from each of X and Y, i.e. N X = 100 and N Y = 100. They have the option of two testing procedures to test the hypothesis: Ho: μ X μ Y = 0 vs. Ha: μ X μ Y 0. Procedure A: Use a single Normal Z test with a Type I error rate = α A. Procedure B: Use two Normal Z tests based on the first half and the second half of the 100 data point collected, i.e. N X1 = N Y1 = 50 and N X2 = N Y2 = 50. To reject the null hypothesis in procedure B, both tests need to be rejected, with each test being rejected at a Type I error rate of λ. What is the Type I error rate of procedure B in terms of λ, i.e. solve for α B in terms of λ? Hint: this is actually pretty simple; it only gets two stars because you had to read through all the math speak. α B = λ 2 ***22 15 pts) Referring to question 21, let α A = α B = Let the smallest clinically interesting difference in means equal μ X μ Y = Compare the relative power of procedure A to procedure B, i.e. solve for (1 β A ) / (1 β B ). Power for procedure A = P( reject Ho Ho false ) = P( Z > μ X μ Y =0.20 ) = P( Z > μ X μ Y =0.20 ) = P( x bar y bar /sqrt(1/100+1/100) > μ X μ Y =0.20 ) Without loss of generality, = P( x bar y bar /sqrt(1/100+1/100) > μ X μ Y =0.20 ), i.e. call X the variable with the greater mean = P( (x bar y bar )/sqrt(1/50) > ) + P( (x bar y bar )/sqrt(1/50) > ), still given μ X μ Y =0.20 = P( (x bar y bar )/sqrt(1/50) > ) + P( (x bar y bar )/sqrt(1/50) < ), given μ X μ Y =0.20 = P( (x bar y bar 0.20)/sqrt(1/50) > ( *sqrt(1/50) 0.20)/sqrt(1/50) ) + P( (x bar y bar 0.20)/sqrt(1/50) < ( *sqrt(1/50) 0.20)/sqrt(1/50) ), given μ X μ Y =0.20 = P( Z > ) + P( Z < ) = pnorm( ,lower.tail=f)+pnorm( ,lower.tail=T) =

10 Power for one of the tests in procedure B = P( reject Ho Ho false ) = P( Z > μ X μ Y =0.20 ), Note λ = sqrt(0.1) and qnorm(sqrt(0.1)/2) = = P( Z > μ X μ Y =0.20 ) = P( x bar y bar /sqrt(1/50+1/50) > μ X μ Y =0.20 ) Without loss of generality, = P( x bar y bar /sqrt(1/50+1/50) > μ X μ Y =0.20 ), i.e. call X the variable with the greater mean = P( (x bar y bar )/sqrt(1/25) > ) + P( (x bar y bar )/sqrt(1/25) > ), still given μ X μ Y =0.20 = P( (x bar y bar )/sqrt(1/25) > ) + P( (x bar y bar )/sqrt(1/25) < ), given μ X μ Y =0.20 = P( (x bar y bar 0.20)/sqrt(1/25) > ( *sqrt(1/25) 0.20)/sqrt(1/25) ) + P( (x bar y bar 0.20)/sqrt(1/25) < ( *sqrt(1/25) 0.20)/sqrt(1/25) ), given μ X μ Y =0.20 = P( Z > ) + P( Z < ) = pnorm( ,lower.tail=f)+pnorm( ,lower.tail=T) = Power of procedure B = (Power of one test in procedure B) 2 = (pnorm( ,lower.tail=f)+pnorm( ,lower.tail=T))^2 = = Power of procedure A / Power of procedure B = / = = Aside 1: How does the power compare over a range of differences in means? If the difference in means = 0, the relative power should be 1 because the two procedures have the same Type I error rate. As the difference in means goes to infinity, the relative power should go to 1 because the power of both procedures will go to 100%. So we should see a upside down U shaped curve. Let delta = the true difference in means and without loss of generality, delta > 0. Power procedure A = P( (x bar y bar delta)/sqrt(1/50) > ( *sqrt(1/50) delta)/sqrt(1/50) ) + P( (x bar y bar delta)/sqrt(1/50) < ( *sqrt(1/50) delta)/sqrt(1/50) ), given μ X μ Y =delta = pnorm(( *sqrt(1/50) delta)/sqrt(1/50),lower.tail=f) + pnorm(( *sqrt(1/50) delta)/sqrt(1/50),lower.tail=t) 10

11 Power procedure B = P( (x bar y bar delta)/sqrt(1/25) > ( *sqrt(1/25) delta)/sqrt(1/25) ) + P( (x bar y bar delta)/sqrt(1/25) < ( *sqrt(1/25) delta)/sqrt(1/25) ), given μ X μ Y =delta = pnorm(( *sqrt(1/25) delta)/sqrt(1/25),lower.tail=f) + pnorm(( *sqrt(1/25) delta)/sqrt(1/25),lower.tail=t) Power curve for procedure A delta = seq(0,1,0.001) PowerA = pnorm(( *sqrt(1/50) delta)/sqrt(1/50),lower.tail=f) + pnorm(( *sqrt(1/50) delta)/sqrt(1/50),lower.tail=t) PowerB = ( pnorm(( *sqrt(1/25) delta)/sqrt(1/25),lower.tail=f) + pnorm(( *sqrt(1/25) delta)/sqrt(1/25),lower.tail=t) )^2 plot( delta, PowerA, col="blue", xlim=c(0,1), ylim=c(0,1.5), main="power of Procedure A (in blue) vs B (in red)\nand Relative Power (A/B in black)", ylab="power and Relative Power (A/B)" ) par(new=t) plot( delta, PowerB, col="red", xlim=c(0,1), ylim=c(0,1.5), main="", xlab="", ylab="" ) par(new=t) plot( delta, PowerA/PowerB, col="black", xlim=c(0,1), ylim=c(0,1.5), main="", xlab="", ylab="" ) lines(c( 1,2),c(0.1,0.1)) lines(c( 1,2),c(1,1)) Power of Procedure A (in blue) vs B (in red) and Relative Power (A/B in black) Power and Relative Power (A/B) delta 11

12 Aside 2: Can I confirm my arithmetic power calculations via a simulation study? # define true differences delta = seq(0,1,0.01) # number of loops to run, the precision of the estimates will depend on this loops = 10^5 # initialize matrices to save the hypothesis test results, each col will be for a given delta RejectA = matrix( NA, ncol=length(delta), nrow=loops ) RejectB = matrix( NA, ncol=length(delta), nrow=loops ) # store critical values crita = qnorm(0.1/2, lower.tail=f) critb = qnorm(sqrt(0.1)/2, lower.tail=f) for( j in 1:length(delta) ){ for( i in 1:loops ){ x1 = rnorm( 50, delta[j], 1 ) x2 = rnorm( 50, delta[j], 1 ) y1 = rnorm( 50, 0, 1 ) y2 = rnorm( 50, 0, 1 ) } } tsb1 = (mean(x1) mean(y1)) / sqrt(2/50) tsb2 = (mean(x2) mean(y2)) / sqrt(2/50) tsa = (mean(c(x1,x2)) mean(c(y1,y2))) / sqrt(2/100) if( abs(tsa) > crita ){ RejectA[i,j] = 1 } else { RejectA[i,j] = 0 } if( abs(tsb1) > critb && abs(tsb2) > critb ){ RejectB[i,j] = 1 } else { RejectB[i,j] = 0 } PowerA = apply( RejectA, 2, mean ) PowerB = apply( RejectB, 2, mean ) plot( delta, PowerA, col="blue", xlim=c(0,1), ylim=c(0,1.5), main="simulated Power of Procedure A (in blue)\nvs. B (in red) and Relative Power (A/B in black)", ylab="power and Relative Power (A/B)" ) par(new=t) plot( delta, PowerB, col="red", xlim=c(0,1), ylim=c(0,1.5), main="", xlab="", ylab="" ) par(new=t) plot( delta, PowerA/PowerB, col="black", xlim=c(0,1), ylim=c(0,1.5), main="", xlab="", ylab="" ) lines(c( 1,2),c(0.1,0.1)) lines(c( 1,2),c(1,1)) 12

13 Simulated Power of Procedure A (in blue) vs. B (in red) and Relative Power (A/B in black) Power and Relative Power (A/B) delta[21] = 0.2 PowerA[21] = PowerB[21] = PowerA[21]/PowerB[21] = delta 13

Solution E[sum of all eleven dice] = E[sum of ten d20] + E[one d6] = 10 * E[one d20] + E[one d6]

Solution E[sum of all eleven dice] = E[sum of ten d20] + E[one d6] = 10 * E[one d20] + E[one d6] Name: SOLUTIONS Midterm (take home version) To help you budget your time, questions are marked with *s. One * indicates a straight forward question testing foundational knowledge. Two ** indicate a more

More information

Ch 7 : One-Sample Test of Hypothesis

Ch 7 : One-Sample Test of Hypothesis Summer 2017 UAkron Dept. of Stats [3470 : 461/561] Applied Statistics Ch 7 : One-Sample Test of Hypothesis Contents 1 Preliminaries 3 1.1 Test of Hypothesis...............................................................

More information

Exam Applied Statistical Regression. Good Luck!

Exam Applied Statistical Regression. Good Luck! Dr. M. Dettling Summer 2011 Exam Applied Statistical Regression Approved: Tables: Note: Any written material, calculator (without communication facility). Attached. All tests have to be done at the 5%-level.

More information

18.05 Practice Final Exam

18.05 Practice Final Exam No calculators. 18.05 Practice Final Exam Number of problems 16 concept questions, 16 problems. Simplifying expressions Unless asked to explicitly, you don t need to simplify complicated expressions. For

More information

z and t tests for the mean of a normal distribution Confidence intervals for the mean Binomial tests

z and t tests for the mean of a normal distribution Confidence intervals for the mean Binomial tests z and t tests for the mean of a normal distribution Confidence intervals for the mean Binomial tests Chapters 3.5.1 3.5.2, 3.3.2 Prof. Tesler Math 283 Fall 2018 Prof. Tesler z and t tests for mean Math

More information

ph: 5.2, 5.6, 5.8, 6.4, 6.5, 6.8, 6.9, 7.2, 7.5 sample mean = sample sd = sample size, n = 9

ph: 5.2, 5.6, 5.8, 6.4, 6.5, 6.8, 6.9, 7.2, 7.5 sample mean = sample sd = sample size, n = 9 Name: SOLUTIONS Final Part 1 (100 pts) and Final Part 2 (120 pts) For all of the questions below, please show enough work that it is completely clear how your final solution was derived. Sit at least one

More information

Math 143: Introduction to Biostatistics

Math 143: Introduction to Biostatistics Math 143: Introduction to Biostatistics R Pruim Spring 2012 0.2 Last Modified: April 2, 2012 Math 143 : Spring 2012 : Pruim Contents 10 More About Random Variables 1 10.1 The Mean of a Random Variable....................................

More information

Blue Not Blue

Blue Not Blue Name: SOLUTIONS Final Exam (take home, open everything) One mouse study showed Brilliant Blue G, the food coloring used in blue M&Ms, accelerated healing of spinal injuries. Is the proportion of blue M&Ms

More information

Math 493 Final Exam December 01

Math 493 Final Exam December 01 Math 493 Final Exam December 01 NAME: ID NUMBER: Return your blue book to my office or the Math Department office by Noon on Tuesday 11 th. On all parts after the first show enough work in your exam booklet

More information

Gov Univariate Inference II: Interval Estimation and Testing

Gov Univariate Inference II: Interval Estimation and Testing Gov 2000-5. Univariate Inference II: Interval Estimation and Testing Matthew Blackwell October 13, 2015 1 / 68 Large Sample Confidence Intervals Confidence Intervals Example Hypothesis Tests Hypothesis

More information

Outline. Unit 3: Inferential Statistics for Continuous Data. Outline. Inferential statistics for continuous data. Inferential statistics Preliminaries

Outline. Unit 3: Inferential Statistics for Continuous Data. Outline. Inferential statistics for continuous data. Inferential statistics Preliminaries Unit 3: Inferential Statistics for Continuous Data Statistics for Linguists with R A SIGIL Course Designed by Marco Baroni 1 and Stefan Evert 1 Center for Mind/Brain Sciences (CIMeC) University of Trento,

More information

CS 361: Probability & Statistics

CS 361: Probability & Statistics February 19, 2018 CS 361: Probability & Statistics Random variables Markov s inequality This theorem says that for any random variable X and any value a, we have A random variable is unlikely to have an

More information

Exam III #1 Solutions

Exam III #1 Solutions Department of Mathematics University of Notre Dame Math 10120 Finite Math Fall 2017 Name: Instructors: Basit & Migliore Exam III #1 Solutions November 14, 2017 This exam is in two parts on 11 pages and

More information

6.041/6.431 Spring 2009 Quiz 1 Wednesday, March 11, 7:30-9:30 PM. SOLUTIONS

6.041/6.431 Spring 2009 Quiz 1 Wednesday, March 11, 7:30-9:30 PM. SOLUTIONS 6.0/6.3 Spring 009 Quiz Wednesday, March, 7:30-9:30 PM. SOLUTIONS Name: Recitation Instructor: Question Part Score Out of 0 all 0 a 5 b c 5 d 5 e 5 f 5 3 a b c d 5 e 5 f 5 g 5 h 5 Total 00 Write your solutions

More information

18.05 Final Exam. Good luck! Name. No calculators. Number of problems 16 concept questions, 16 problems, 21 pages

18.05 Final Exam. Good luck! Name. No calculators. Number of problems 16 concept questions, 16 problems, 21 pages Name No calculators. 18.05 Final Exam Number of problems 16 concept questions, 16 problems, 21 pages Extra paper If you need more space we will provide some blank paper. Indicate clearly that your solution

More information

Name: SOLUTIONS Final Part 1 (In class, solo work, open book and notes)

Name: SOLUTIONS Final Part 1 (In class, solo work, open book and notes) Name: SOLUTIONS Final Part 1 (In class, solo work, open book and notes) Throughout the exam, show your work and, unless specified otherwise, round all your final answers to 3 decimal places, e.g. 1.0015

More information

MATH 1553, SPRING 2018 SAMPLE MIDTERM 2 (VERSION B), 1.7 THROUGH 2.9

MATH 1553, SPRING 2018 SAMPLE MIDTERM 2 (VERSION B), 1.7 THROUGH 2.9 MATH 155, SPRING 218 SAMPLE MIDTERM 2 (VERSION B), 1.7 THROUGH 2.9 Name Section 1 2 4 5 Total Please read all instructions carefully before beginning. Each problem is worth 1 points. The maximum score

More information

Topic 15: Simple Hypotheses

Topic 15: Simple Hypotheses Topic 15: November 10, 2009 In the simplest set-up for a statistical hypothesis, we consider two values θ 0, θ 1 in the parameter space. We write the test as H 0 : θ = θ 0 versus H 1 : θ = θ 1. H 0 is

More information

Probability Methods in Civil Engineering Prof. Dr. Rajib Maity Department of Civil Engineering Indian Institution of Technology, Kharagpur

Probability Methods in Civil Engineering Prof. Dr. Rajib Maity Department of Civil Engineering Indian Institution of Technology, Kharagpur Probability Methods in Civil Engineering Prof. Dr. Rajib Maity Department of Civil Engineering Indian Institution of Technology, Kharagpur Lecture No. # 36 Sampling Distribution and Parameter Estimation

More information

Section I Questions with parts

Section I Questions with parts Name: SFU ID: Stat 201 Midterm Solutions page 1 Section I Questions with parts Most parts in these questions are related. For a part that you can t do, write Can t do -- suppose answer is and fill in some

More information

Open book and notes. 120 minutes. Covers Chapters 8 through 14 of Montgomery and Runger (fourth edition).

Open book and notes. 120 minutes. Covers Chapters 8 through 14 of Montgomery and Runger (fourth edition). IE 330 Seat # Open book and notes 10 minutes Covers Chapters 8 through 14 of Montgomery and Runger (fourth edition) Cover page and eight pages of exam No calculator ( points) I have, or will, complete

More information

Chapter 26: Comparing Counts (Chi Square)

Chapter 26: Comparing Counts (Chi Square) Chapter 6: Comparing Counts (Chi Square) We ve seen that you can turn a qualitative variable into a quantitative one (by counting the number of successes and failures), but that s a compromise it forces

More information

STAT 285 Fall Assignment 1 Solutions

STAT 285 Fall Assignment 1 Solutions STAT 285 Fall 2014 Assignment 1 Solutions 1. An environmental agency sets a standard of 200 ppb for the concentration of cadmium in a lake. The concentration of cadmium in one lake is measured 17 times.

More information

1 Hypothesis testing for a single mean

1 Hypothesis testing for a single mean This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike License. Your use of this material constitutes acceptance of that license and the conditions of use of materials on this

More information

This is a multiple choice and short answer practice exam. It does not count towards your grade. You may use the tables in your book.

This is a multiple choice and short answer practice exam. It does not count towards your grade. You may use the tables in your book. NAME (Please Print): HONOR PLEDGE (Please Sign): statistics 101 Practice Final Key This is a multiple choice and short answer practice exam. It does not count towards your grade. You may use the tables

More information

Math 70 Homework 8 Michael Downs. and, given n iid observations, has log-likelihood function: k i n (2) = 1 n

Math 70 Homework 8 Michael Downs. and, given n iid observations, has log-likelihood function: k i n (2) = 1 n 1. (a) The poisson distribution has density function f(k; λ) = λk e λ k! and, given n iid observations, has log-likelihood function: l(λ; k 1,..., k n ) = ln(λ) k i nλ ln(k i!) (1) and score equation:

More information

3. Shrink the vector you just created by removing the first element. One could also use the [] operators with a negative index to remove an element.

3. Shrink the vector you just created by removing the first element. One could also use the [] operators with a negative index to remove an element. BMI 713: Computational Statistical for Biomedical Sciences Assignment 1 September 9, 2010 (due Sept 16 for Part 1; Sept 23 for Part 2 and 3) 1 Basic 1. Use the : operator to create the vector (1, 2, 3,

More information

This exam contains 13 pages (including this cover page) and 10 questions. A Formulae sheet is provided with the exam.

This exam contains 13 pages (including this cover page) and 10 questions. A Formulae sheet is provided with the exam. Probability and Statistics FS 2017 Session Exam 22.08.2017 Time Limit: 180 Minutes Name: Student ID: This exam contains 13 pages (including this cover page) and 10 questions. A Formulae sheet is provided

More information

University of Chicago Graduate School of Business. Business 41000: Business Statistics

University of Chicago Graduate School of Business. Business 41000: Business Statistics Name: OUTLINE SOLUTION University of Chicago Graduate School of Business Business 41000: Business Statistics Special Notes: 1. This is a closed-book exam. You may use an 8 11 piece of paper for the formulas.

More information

# of 6s # of times Test the null hypthesis that the dice are fair at α =.01 significance

# of 6s # of times Test the null hypthesis that the dice are fair at α =.01 significance Practice Final Exam Statistical Methods and Models - Math 410, Fall 2011 December 4, 2011 You may use a calculator, and you may bring in one sheet (8.5 by 11 or A4) of notes. Otherwise closed book. The

More information

Midterm Exam Business Statistics Fall 2001 Russell

Midterm Exam Business Statistics Fall 2001 Russell Name Midterm Exam Business Statistics Fall 001 Russell Do not turn over this page until you are told to do so. You will have 1 hour and 0 minutes to complete the exam. There are a total of 100 points divided

More information

MATH 56A SPRING 2008 STOCHASTIC PROCESSES

MATH 56A SPRING 2008 STOCHASTIC PROCESSES MATH 56A SPRING 008 STOCHASTIC PROCESSES KIYOSHI IGUSA Contents 4. Optimal Stopping Time 95 4.1. Definitions 95 4.. The basic problem 95 4.3. Solutions to basic problem 97 4.4. Cost functions 101 4.5.

More information

Inference and Regression

Inference and Regression Inference and Regression Assignment 4 - Solutions Department of IOMS Professor William Greene Phone: 212.998.0876 Office: KMC 7-90 Home page:www.stern.nyu.edu/~wgreene Email: wgreene@stern.nyu.edu Course

More information

M(t) = 1 t. (1 t), 6 M (0) = 20 P (95. X i 110) i=1

M(t) = 1 t. (1 t), 6 M (0) = 20 P (95. X i 110) i=1 Math 66/566 - Midterm Solutions NOTE: These solutions are for both the 66 and 566 exam. The problems are the same until questions and 5. 1. The moment generating function of a random variable X is M(t)

More information

We're in interested in Pr{three sixes when throwing a single dice 8 times}. => Y has a binomial distribution, or in official notation, Y ~ BIN(n,p).

We're in interested in Pr{three sixes when throwing a single dice 8 times}. => Y has a binomial distribution, or in official notation, Y ~ BIN(n,p). Sampling distributions and estimation. 1) A brief review of distributions: We're in interested in Pr{three sixes when throwing a single dice 8 times}. => Y has a binomial distribution, or in official notation,

More information

Simultaneous Equations Solve for x and y (What are the values of x and y): Summation What is the value of the following given x = j + 1. x i.

Simultaneous Equations Solve for x and y (What are the values of x and y): Summation What is the value of the following given x = j + 1. x i. 1 Algebra Simultaneous Equations Solve for x and y (What are the values of x and y): x + 2y = 6 x - y = 3 Summation What is the value of the following given x = j + 1. Summation Calculate the following:

More information

MASSACHUSETTS INSTITUTE OF TECHNOLOGY Department of Electrical Engineering and Computer Science

MASSACHUSETTS INSTITUTE OF TECHNOLOGY Department of Electrical Engineering and Computer Science MASSACHUSETTS INSTITUTE OF TECHNOLOGY Department of Electrical Engineering and Computer Science 6.262 Discrete Stochastic Processes Midterm Quiz April 6, 2010 There are 5 questions, each with several parts.

More information

DSST Principles of Statistics

DSST Principles of Statistics DSST Principles of Statistics Time 10 Minutes 98 Questions Each incomplete statement is followed by four suggested completions. Select the one that is best in each case. 1. Which of the following variables

More information

The Multinomial Model

The Multinomial Model The Multinomial Model STA 312: Fall 2012 Contents 1 Multinomial Coefficients 1 2 Multinomial Distribution 2 3 Estimation 4 4 Hypothesis tests 8 5 Power 17 1 Multinomial Coefficients Multinomial coefficient

More information

CS 125 Section #12 (More) Probability and Randomized Algorithms 11/24/14. For random numbers X which only take on nonnegative integer values, E(X) =

CS 125 Section #12 (More) Probability and Randomized Algorithms 11/24/14. For random numbers X which only take on nonnegative integer values, E(X) = CS 125 Section #12 (More) Probability and Randomized Algorithms 11/24/14 1 Probability First, recall a couple useful facts from last time about probability: Linearity of expectation: E(aX + by ) = ae(x)

More information

University of Illinois ECE 313: Final Exam Fall 2014

University of Illinois ECE 313: Final Exam Fall 2014 University of Illinois ECE 313: Final Exam Fall 2014 Monday, December 15, 2014, 7:00 p.m. 10:00 p.m. Sect. B, names A-O, 1013 ECE, names P-Z, 1015 ECE; Section C, names A-L, 1015 ECE; all others 112 Gregory

More information

bivariate correlation bivariate regression multiple regression

bivariate correlation bivariate regression multiple regression bivariate correlation bivariate regression multiple regression Today Bivariate Correlation Pearson product-moment correlation (r) assesses nature and strength of the linear relationship between two continuous

More information

MAT 2377C FINAL EXAM PRACTICE

MAT 2377C FINAL EXAM PRACTICE Department of Mathematics and Statistics University of Ottawa MAT 2377C FINAL EXAM PRACTICE 10 December 2015 Professor: Rafal Kulik Time: 180 minutes Student Number: Family Name: First Name: This is a

More information

Stat 135, Fall 2006 A. Adhikari HOMEWORK 6 SOLUTIONS

Stat 135, Fall 2006 A. Adhikari HOMEWORK 6 SOLUTIONS Stat 135, Fall 2006 A. Adhikari HOMEWORK 6 SOLUTIONS 1a. Under the null hypothesis X has the binomial (100,.5) distribution with E(X) = 50 and SE(X) = 5. So P ( X 50 > 10) is (approximately) two tails

More information

Table of z values and probabilities for the standard normal distribution. z is the first column plus the top row. Each cell shows P(X z).

Table of z values and probabilities for the standard normal distribution. z is the first column plus the top row. Each cell shows P(X z). Table of z values and probabilities for the standard normal distribution. z is the first column plus the top row. Each cell shows P(X z). For example P(X.04) =.8508. For z < 0 subtract the value from,

More information

Probability theory and inference statistics! Dr. Paola Grosso! SNE research group!! (preferred!)!!

Probability theory and inference statistics! Dr. Paola Grosso! SNE research group!!  (preferred!)!! Probability theory and inference statistics Dr. Paola Grosso SNE research group p.grosso@uva.nl paola.grosso@os3.nl (preferred) Roadmap Lecture 1: Monday Sep. 22nd Collecting data Presenting data Descriptive

More information

Statistical inference

Statistical inference Statistical inference Contents 1. Main definitions 2. Estimation 3. Testing L. Trapani MSc Induction - Statistical inference 1 1 Introduction: definition and preliminary theory In this chapter, we shall

More information

GOV 2001/ 1002/ E-2001 Section 3 Theories of Inference

GOV 2001/ 1002/ E-2001 Section 3 Theories of Inference GOV 2001/ 1002/ E-2001 Section 3 Theories of Inference Solé Prillaman Harvard University February 11, 2015 1 / 48 LOGISTICS Reading Assignment- Unifying Political Methodology chs 2 and 4. Problem Set 3-

More information

Test 2 VERSION B STAT 3090 Spring 2017

Test 2 VERSION B STAT 3090 Spring 2017 Multiple Choice: (Questions 1 20) Answer the following questions on the scantron provided using a #2 pencil. Bubble the response that best answers the question. Each multiple choice correct response is

More information

On Assumptions. On Assumptions

On Assumptions. On Assumptions On Assumptions An overview Normality Independence Detection Stem-and-leaf plot Study design Normal scores plot Correction Transformation More complex models Nonparametric procedure e.g. time series Robustness

More information

HW3, for MATH441, STAT461, STAT561, due September 20th

HW3, for MATH441, STAT461, STAT561, due September 20th HW3, for MATH441, STAT461, STAT561, due September 20th 1. Suppose A and B are independent with 0 < P (A), P (B) < 1. Show that A c and B c are also independent. Solution. We know that P (AB) = P (A)P (B)

More information

mu_(x Y) = E[ X Y ] by definition. E[ X Y ] = E[ X ] E[ Y ], regardless of the independence of X & Y. = mu_x mu_y by definition.

mu_(x Y) = E[ X Y ] by definition. E[ X Y ] = E[ X ] E[ Y ], regardless of the independence of X & Y. = mu_x mu_y by definition. Your Full Name: SOLUTIONS Bios 311 Exam 2, final exam part 1 (100 pts) This quiz is open book, notes, and calculator; and closed laptop, cellphone, classmates, etc. Where necessary, work your solution

More information

Discrete distribution. Fitting probability models to frequency data. Hypotheses for! 2 test. ! 2 Goodness-of-fit test

Discrete distribution. Fitting probability models to frequency data. Hypotheses for! 2 test. ! 2 Goodness-of-fit test Discrete distribution Fitting probability models to frequency data A probability distribution describing a discrete numerical random variable For example,! Number of heads from 10 flips of a coin! Number

More information

Exam 2 Practice Questions, 18.05, Spring 2014

Exam 2 Practice Questions, 18.05, Spring 2014 Exam 2 Practice Questions, 18.05, Spring 2014 Note: This is a set of practice problems for exam 2. The actual exam will be much shorter. Within each section we ve arranged the problems roughly in order

More information

MATH 19B FINAL EXAM PROBABILITY REVIEW PROBLEMS SPRING, 2010

MATH 19B FINAL EXAM PROBABILITY REVIEW PROBLEMS SPRING, 2010 MATH 9B FINAL EXAM PROBABILITY REVIEW PROBLEMS SPRING, 00 This handout is meant to provide a collection of exercises that use the material from the probability and statistics portion of the course The

More information

(right tailed) or minus Z α. (left-tailed). For a two-tailed test the critical Z value is going to be.

(right tailed) or minus Z α. (left-tailed). For a two-tailed test the critical Z value is going to be. More Power Stuff What is the statistical power of a hypothesis test? Statistical power is the probability of rejecting the null conditional on the null being false. In mathematical terms it is ( reject

More information

Homework for 1/13 Due 1/22

Homework for 1/13 Due 1/22 Name: ID: Homework for 1/13 Due 1/22 1. [ 5-23] An irregularly shaped object of unknown area A is located in the unit square 0 x 1, 0 y 1. Consider a random point distributed uniformly over the square;

More information

Exercise I.1 I.2 I.3 I.4 II.1 II.2 III.1 III.2 III.3 IV.1 Question (1) (2) (3) (4) (5) (6) (7) (8) (9) (10) Answer

Exercise I.1 I.2 I.3 I.4 II.1 II.2 III.1 III.2 III.3 IV.1 Question (1) (2) (3) (4) (5) (6) (7) (8) (9) (10) Answer Solutions to Exam in 02402 December 2012 Exercise I.1 I.2 I.3 I.4 II.1 II.2 III.1 III.2 III.3 IV.1 Question (1) (2) (3) (4) (5) (6) (7) (8) (9) (10) Answer 3 1 5 2 5 2 3 5 1 3 Exercise IV.2 IV.3 IV.4 V.1

More information

(b). What is an expression for the exact value of P(X = 4)? 2. (a). Suppose that the moment generating function for X is M (t) = 2et +1 3

(b). What is an expression for the exact value of P(X = 4)? 2. (a). Suppose that the moment generating function for X is M (t) = 2et +1 3 Math 511 Exam #2 Show All Work 1. A package of 200 seeds contains 40 that are defective and will not grow (the rest are fine). Suppose that you choose a sample of 10 seeds from the box without replacement.

More information

Week 6, 9/24/12-9/28/12, Notes: Bernoulli, Binomial, Hypergeometric, and Poisson Random Variables

Week 6, 9/24/12-9/28/12, Notes: Bernoulli, Binomial, Hypergeometric, and Poisson Random Variables Week 6, 9/24/12-9/28/12, Notes: Bernoulli, Binomial, Hypergeometric, and Poisson Random Variables 1 Monday 9/24/12 on Bernoulli and Binomial R.V.s We are now discussing discrete random variables that have

More information

CSE 21 Practice Exam for Midterm 2 Fall 2017

CSE 21 Practice Exam for Midterm 2 Fall 2017 CSE 1 Practice Exam for Midterm Fall 017 These practice problems should help prepare you for the second midterm, which is on monday, November 11 This is longer than the actual exam will be, but good practice

More information

Final Exam. Math Su10. by Prof. Michael Cap Khoury

Final Exam. Math Su10. by Prof. Michael Cap Khoury Final Exam Math 45-0 Su0 by Prof. Michael Cap Khoury Name: Directions: Please print your name legibly in the box above. You have 0 minutes to complete this exam. You may use any type of conventional calculator,

More information

Math 494: Mathematical Statistics

Math 494: Mathematical Statistics Math 494: Mathematical Statistics Instructor: Jimin Ding jmding@wustl.edu Department of Mathematics Washington University in St. Louis Class materials are available on course website (www.math.wustl.edu/

More information

Math 20 Spring Discrete Probability. Midterm Exam

Math 20 Spring Discrete Probability. Midterm Exam Math 20 Spring 203 Discrete Probability Midterm Exam Thursday April 25, 5:00 7:00 PM Your name (please print): Instructions: This is a closed book, closed notes exam. Use of calculators is not permitted.

More information

Swarthmore Honors Exam 2012: Statistics

Swarthmore Honors Exam 2012: Statistics Swarthmore Honors Exam 2012: Statistics 1 Swarthmore Honors Exam 2012: Statistics John W. Emerson, Yale University NAME: Instructions: This is a closed-book three-hour exam having six questions. You may

More information

In Chapter 17, I delve into probability in a semiformal way, and introduce distributions

In Chapter 17, I delve into probability in a semiformal way, and introduce distributions IN THIS CHAPTER»» Understanding the beta version»» Pursuing Poisson»» Grappling with gamma»» Speaking eponentially Appendi A More About Probability In Chapter 7, I delve into probability in a semiformal

More information

Introductory Statistics with R: Simple Inferences for continuous data

Introductory Statistics with R: Simple Inferences for continuous data Introductory Statistics with R: Simple Inferences for continuous data Statistical Packages STAT 1301 / 2300, Fall 2014 Sungkyu Jung Department of Statistics University of Pittsburgh E-mail: sungkyu@pitt.edu

More information

Probability Experiments, Trials, Outcomes, Sample Spaces Example 1 Example 2

Probability Experiments, Trials, Outcomes, Sample Spaces Example 1 Example 2 Probability Probability is the study of uncertain events or outcomes. Games of chance that involve rolling dice or dealing cards are one obvious area of application. However, probability models underlie

More information

Ch. 7 Statistical Intervals Based on a Single Sample

Ch. 7 Statistical Intervals Based on a Single Sample Ch. 7 Statistical Intervals Based on a Single Sample Before discussing the topics in Ch. 7, we need to cover one important concept from Ch. 6. Standard error The standard error is the standard deviation

More information

Math 152. Rumbos Fall Solutions to Exam #2

Math 152. Rumbos Fall Solutions to Exam #2 Math 152. Rumbos Fall 2009 1 Solutions to Exam #2 1. Define the following terms: (a) Significance level of a hypothesis test. Answer: The significance level, α, of a hypothesis test is the largest probability

More information

Hypothesis testing I. - In particular, we are talking about statistical hypotheses. [get everyone s finger length!] n =

Hypothesis testing I. - In particular, we are talking about statistical hypotheses. [get everyone s finger length!] n = Hypothesis testing I I. What is hypothesis testing? [Note we re temporarily bouncing around in the book a lot! Things will settle down again in a week or so] - Exactly what it says. We develop a hypothesis,

More information

STAT 345 Spring 2018 Homework 4 - Discrete Probability Distributions

STAT 345 Spring 2018 Homework 4 - Discrete Probability Distributions STAT 345 Spring 2018 Homework 4 - Discrete Probability Distributions Name: Please adhere to the homework rules as given in the Syllabus. 1. Coin Flipping. Timothy and Jimothy are playing a betting game.

More information

DISCRETE VARIABLE PROBLEMS ONLY

DISCRETE VARIABLE PROBLEMS ONLY DISCRETE VARIABLE PROBLEMS ONLY. A biased die with four faces is used in a game. A player pays 0 counters to roll the die. The table below shows the possible scores on the die, the probability of each

More information

Find the value of n in order for the player to get an expected return of 9 counters per roll.

Find the value of n in order for the player to get an expected return of 9 counters per roll. . A biased die with four faces is used in a game. A player pays 0 counters to roll the die. The table below shows the possible scores on the die, the probability of each score and the number of counters

More information

Module 8 Probability

Module 8 Probability Module 8 Probability Probability is an important part of modern mathematics and modern life, since so many things involve randomness. The ClassWiz is helpful for calculating probabilities, especially those

More information

(Re)introduction to Statistics Dan Lizotte

(Re)introduction to Statistics Dan Lizotte (Re)introduction to Statistics Dan Lizotte 2017-01-17 Statistics The systematic collection and arrangement of numerical facts or data of any kind; (also) the branch of science or mathematics concerned

More information

Originality in the Arts and Sciences: Lecture 2: Probability and Statistics

Originality in the Arts and Sciences: Lecture 2: Probability and Statistics Originality in the Arts and Sciences: Lecture 2: Probability and Statistics Let s face it. Statistics has a really bad reputation. Why? 1. It is boring. 2. It doesn t make a lot of sense. Actually, the

More information

Computations - Show all your work. (30 pts)

Computations - Show all your work. (30 pts) Math 1012 Final Name: Computations - Show all your work. (30 pts) 1. Fractions. a. 1 7 + 1 5 b. 12 5 5 9 c. 6 8 2 16 d. 1 6 + 2 5 + 3 4 2.a Powers of ten. i. 10 3 10 2 ii. 10 2 10 6 iii. 10 0 iv. (10 5

More information

Sign test. Josemari Sarasola - Gizapedia. Statistics for Business. Josemari Sarasola - Gizapedia Sign test 1 / 13

Sign test. Josemari Sarasola - Gizapedia. Statistics for Business. Josemari Sarasola - Gizapedia Sign test 1 / 13 Josemari Sarasola - Gizapedia Statistics for Business Josemari Sarasola - Gizapedia 1 / 13 Definition is a non-parametric test, a special case for the binomial test with p = 1/2, with these applications:

More information

TEACHER GUIDE VOLUME 1. Larry Bradsby. Chapter 3, Objective 2

TEACHER GUIDE VOLUME 1. Larry Bradsby. Chapter 3, Objective 2 TEACHER GUIDE VOLUME Larry Bradsby Chapter 3, Objective 2 Solving Linear Equations In this chapter, students begin to solve basic linear equations using addition, subtraction, multiplication, division,

More information

Math 2311 TEST 2 REVIEW SHEET KEY

Math 2311 TEST 2 REVIEW SHEET KEY Math 2311 TEST 2 REVIEW SHEET KEY #1 25, Define the following: 1. Continuous random variable 2. Discrete random variable 3. Density curve 4. Uniform density curve 5. Normal distribution 6. Sampling distribution

More information

1 Probability Distributions

1 Probability Distributions 1 Probability Distributions A probability distribution describes how the values of a random variable are distributed. For example, the collection of all possible outcomes of a sequence of coin tossing

More information

COVENANT UNIVERSITY NIGERIA TUTORIAL KIT OMEGA SEMESTER PROGRAMME: ECONOMICS

COVENANT UNIVERSITY NIGERIA TUTORIAL KIT OMEGA SEMESTER PROGRAMME: ECONOMICS COVENANT UNIVERSITY NIGERIA TUTORIAL KIT OMEGA SEMESTER PROGRAMME: ECONOMICS COURSE: CBS 221 DISCLAIMER The contents of this document are intended for practice and leaning purposes at the undergraduate

More information

1 Basic continuous random variable problems

1 Basic continuous random variable problems Name M362K Final Here are problems concerning material from Chapters 5 and 6. To review the other chapters, look over previous practice sheets for the two exams, previous quizzes, previous homeworks and

More information

the law of large numbers & the CLT

the law of large numbers & the CLT the law of large numbers & the CLT Probability/Density 0.000 0.005 0.010 0.015 0.020 n = 4 0.0 0.2 0.4 0.6 0.8 1.0 x-bar 1 sums of random variables If X,Y are independent, what is the distribution of Z

More information

Probability & Statistics - FALL 2008 FINAL EXAM

Probability & Statistics - FALL 2008 FINAL EXAM 550.3 Probability & Statistics - FALL 008 FINAL EXAM NAME. An urn contains white marbles and 8 red marbles. A marble is drawn at random from the urn 00 times with replacement. Which of the following is

More information

Math 10 - Compilation of Sample Exam Questions + Answers

Math 10 - Compilation of Sample Exam Questions + Answers Math 10 - Compilation of Sample Exam Questions + Sample Exam Question 1 We have a population of size N. Let p be the independent probability of a person in the population developing a disease. Answer the

More information

Dealing with the assumption of independence between samples - introducing the paired design.

Dealing with the assumption of independence between samples - introducing the paired design. Dealing with the assumption of independence between samples - introducing the paired design. a) Suppose you deliberately collect one sample and measure something. Then you collect another sample in such

More information

MATH UN1201, Section 3 (11:40am 12:55pm) - Midterm 1 February 14, 2018 (75 minutes)

MATH UN1201, Section 3 (11:40am 12:55pm) - Midterm 1 February 14, 2018 (75 minutes) Name: Instructor: Shrenik Shah MATH UN1201, Section 3 (11:40am 12:55pm) - Midterm 1 February 14, 2018 (75 minutes) This examination booklet contains 6 problems plus an additional extra credit problem.

More information

STAT 516 Midterm Exam 2 Friday, March 7, 2008

STAT 516 Midterm Exam 2 Friday, March 7, 2008 STAT 516 Midterm Exam 2 Friday, March 7, 2008 Name Purdue student ID (10 digits) 1. The testing booklet contains 8 questions. 2. Permitted Texas Instruments calculators: BA-35 BA II Plus BA II Plus Professional

More information

GEOMETRIC -discrete A discrete random variable R counts number of times needed before an event occurs

GEOMETRIC -discrete A discrete random variable R counts number of times needed before an event occurs STATISTICS 4 Summary Notes. Geometric and Exponential Distributions GEOMETRIC -discrete A discrete random variable R counts number of times needed before an event occurs P(X = x) = ( p) x p x =,, 3,...

More information

The remains of the course

The remains of the course Math 10A November 30, 2017 This is the end This is the last week of classes. This is the last class. You may see Kate taking a few photos during this class. When we re through talking, we can line up on

More information

COSC 341 Human Computer Interaction. Dr. Bowen Hui University of British Columbia Okanagan

COSC 341 Human Computer Interaction. Dr. Bowen Hui University of British Columbia Okanagan COSC 341 Human Computer Interaction Dr. Bowen Hui University of British Columbia Okanagan 1 Last Topic Distribution of means When it is needed How to build one (from scratch) Determining the characteristics

More information

EXAM 3 Math 1342 Elementary Statistics 6-7

EXAM 3 Math 1342 Elementary Statistics 6-7 EXAM 3 Math 1342 Elementary Statistics 6-7 Name Date ********************************************************************************************************************************************** MULTIPLE

More information

We're in interested in Pr{three sixes when throwing a single dice 8 times}. => Y has a binomial distribution, or in official notation, Y ~ BIN(n,p).

We're in interested in Pr{three sixes when throwing a single dice 8 times}. => Y has a binomial distribution, or in official notation, Y ~ BIN(n,p). Sampling distributions and estimation. 1) A brief review of distributions: We're in interested in Pr{three sixes when throwing a single dice 8 times}. => Y has a binomial distribution, or in official notation,

More information

Smoking Habits. Moderate Smokers Heavy Smokers Total. Hypertension No Hypertension Total

Smoking Habits. Moderate Smokers Heavy Smokers Total. Hypertension No Hypertension Total Math 3070. Treibergs Final Exam Name: December 7, 00. In an experiment to see how hypertension is related to smoking habits, the following data was taken on individuals. Test the hypothesis that the proportions

More information

( ) P A B : Probability of A given B. Probability that A happens

( ) P A B : Probability of A given B. Probability that A happens A B A or B One or the other or both occurs At least one of A or B occurs Probability Review A B A and B Both A and B occur ( ) P A B : Probability of A given B. Probability that A happens given that B

More information

Statistics 224 Solution key to EXAM 2 FALL 2007 Friday 11/2/07 Professor Michael Iltis (Lecture 2)

Statistics 224 Solution key to EXAM 2 FALL 2007 Friday 11/2/07 Professor Michael Iltis (Lecture 2) NOTE : For the purpose of review, I have added some additional parts not found on the original exam. These parts are indicated with a ** beside them Statistics 224 Solution key to EXAM 2 FALL 2007 Friday

More information

Midterm Examination. Mth 136 = Sta 114. Wednesday, 2000 March 8, 2:20 3:35 pm

Midterm Examination. Mth 136 = Sta 114. Wednesday, 2000 March 8, 2:20 3:35 pm Midterm Examination Mth 136 = Sta 114 Wednesday, 2000 March 8, 2:20 3:35 pm This is a closed-book examination so please do not refer to your notes, the text, or to any other books. You may use a two-sided

More information

BINOMIAL DISTRIBUTION

BINOMIAL DISTRIBUTION BINOMIAL DISTRIBUTION The binomial distribution is a particular type of discrete pmf. It describes random variables which satisfy the following conditions: 1 You perform n identical experiments (called

More information