χ 2 Test for Frequencies January 15, 2019 Contents

Size: px
Start display at page:

Download "χ 2 Test for Frequencies January 15, 2019 Contents"

Transcription

1 χ 2 Test for Frequencies January 15, 2019 Contents Chi squared (χ 2 ) test for frequencies Example 1: left vs right handers in our class The χ 2 distribution One or two tailed? Example 2: Birthdays by month Using R to run a hypothesis test for frequencies Questions Answers Happy birthday to Sara Mikaela Heller! Chi squared (χ 2 ) test for frequencies This is a hypothesis test on the frequency of samples that fall into different discrete categories For example, are the number of left and right-handed people in our class distributed like you d expect from the population? Or, is the freqency distribution of birthdays by month for the students in our class distributed evenly across months? For these tests the dependent measure is a frequency, not a mean Here s how to get to the χ 2 test for frequencies with the flow chart: 1

2 START HERE Test for = 0 Ch number of correlations correlation (r) measurement scale frequency number of variables 1 2 test frequency Ch Test for 1 = 2 Ch 174 Means 2 test independence Ch 199 z-test Ch 131 Yes Do you know? 1 number of means More than 2 number of 2 factors 2-factor ANOVA Ch 21 No 1 one sample t-test Ch factor ANOVA Ch 20 independent measures t-test Ch 156 Yes independent samples? No dependent measures t-test Ch 164 Let s start with a simple example: Example 1: left vs right handers in our class According to Wikipedia, 10 percent of the population is left handed For our class, 7 students reported that they are left handed, while 89 reported right handedness A χ 2 test determines if the frequency of our sampled observations are significantly different than the frequencies that you d expect from the population Specifically, the null hypothesis is that our observed frequencies are drawn from a population that has some expected proportions, and our alternative hypothesis is that we re drawing from a population that does not have these expected proportions Like all statistical tests, the χ 2 test involves calculating a statistic that measures how far our observations are from those expected under the null hypothesis The first step is to calculate the frequencies expected from the null hypothesis This is simply done by multiplying the total sample size by each of the expected proportions Since there are 96 students in the class, then we expect (96)(01) = 96 students to be left handed and (96)(09) = 864 to be right handed Expected frequencies do not have to be rounded to the nearest whole number, even though frequencies are whole numbers This is because we should think of these expected frequencies as the average frequency for each category over the long run - and averages don t have to be whole numbers 2

3 The next step is to measure how far our observed frequencies are from the expected frequencies Here s the formula, where χ 2 is pronounced Chi-squared χ 2 = (fo fe) 2 fe Where fo are the observed frequencies and fe are the expected frequencies For our example, fo is 7 and 89 and fe is 96 and 864: χ 2 = (7 96) (89 864)2 864 = = 078 This measure, χ 2, is close to zero when the observed frequencies match the expected frequencies Therefore, large values of χ 2 can be considered evidence against the null hypothesis The χ 2 distribution Just like the z and t distributions, the χ 2 distribution has a known shape and therefore has its own table in the book and page in the Excel spreadsheet (Table I) Also, like the t-distribution, the χ 2 distribution is actually a family of distributions, with a different distribution for different degrees of freedom The χ 2 distribution for k degrees of freedom is the distribution you d get if you draw k values from the standard normal distribution (the z-distribution), square them, and add them up Here s what the probability distributions look like for different degrees of freedom: 3

4 df Notice how the shape of the distributions spread out and change shape with increasing degrees of freedom This is because as we increase df, and therefore the number of squared z-scores, the sum will on average increase too Since the χ 2 distribution is known we can calculate the probability of obtaining our observed value of χ 2 if null hypothesis is true The degrees of freedom is the number of categories minus one For this example, df = 2-1 = 1 The critical value is found with Table I in our book and also in the Excel spreadsheet All we do is look up the critical value for χ 2 for our df and value of α Let s use α = 005: df

5 The table tells us that with df = 1 and α = 005, the critical value for χ 2 is 384 If you re interested, the χ 2 distribution has a funny shape, especially for small degrees of freedom Here s what the distribution looks like for df = 1 Shown also is the critical value of χ 2 for which 5% of the curve lies above Also shown is the observed value of χ 2 (078) 078 area = (1) You can see that our observed χ 2 value (078) falls below the critical value (384) We therefore fail to reject the null hypothesis that our observations were drawn from the null hypothesis distribution Just like for the t-table, the χ 2 table is not useful for calculating p-values Instead we can use the χ 2 -calculator on the same page in the Excel spreadsheet, which gives us a p-value of 03771: α to χ 2 df α χ χ 2 to α df χ 2 α Using APA format, we d state: The number of left handers in our class is not significantly different from 10 percent χ 2 (1, N = 96) = 078, p =

6 One or two tailed? A common question for χ 2 tests is whether it is a one or a two tailed test Actually it s kind of both It s a two-tailed test since we ll reject the null hypothesis if our observed values differ from the null hypothesis in either direction (too many or too few lefties) On the other hand, it s like a one-tailed test because we reject the null hypothesis only for large values of χ 2 Importantly, they re all done the same way, so it doesn t really matter what we call it 6

7 Example 2: Birthdays by month Let s see if the birthdays in this class are evenly distributed across months, or if there are some months for which students have significantly more birthdays than others For simplictity, we ll assume that all months have equal probability, even though they vary in length We ll ruun a χ 2 test using an alpha value of 005 Here s a table showing the number of birthdays for each month for all 96 students: observed frequencies of birthdays Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec It looks kind of uneven A natural way to visualize this distribution is with a bar graph: Frequency Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec Birthday Month To see if this distribution is significantly uneven we calculate the expected frequencies under the null hypothesis Here we expect equal frequencies of 96/12 = 8 birthdays per month Note equal frequencies assumes that each month has an equal number of days This assump- 7

8 tion is close enough for this example, but how would you correct the expected frequencies to account for this? Using our χ 2 formula: χ 2 = (fo fe) 2 fe We find that χ 2 values are: χ 2 for each cell Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec So χ2 = (11 8)2 8 + (12 8) (10 8)2 8 = = 1125 Using the table, the critical value of χ 2 for df = 12-1 = 11 and α = 005 is 1968 df Here is what the χ 2 distribution looks like for 11 degrees of freedom Note how different it is from the first example with df = 1 8

9 1125 area = (11) You can see that our observed χ 2 value (1125) falls below the critical value (1968) We therefore fail to reject the null hypothesis that our observations were drawn from the null hypothesis distribution Using the χ 2 -calculator gives us a p-value of 04226: α to χ 2 df α χ χ 2 to α df χ 2 α Using APA format, we d state: The distribution of birthdays across months in our class is not significantly different from an even distribution, χ 2 (11, N = 96) = 1125, p = Using R to run a hypothesis test for frequencies The following R script covers how to run a Chi 2 test for frequencies for the examples in this tutorial The R commands shown below can be found here: Chi2TestFrequenciesR # Chi-squared test for frequencies # # R s chisqtest provides a p-value for the chi-squared test for frequencies # by taking in a table of frequencies and an optional list of expected frequencies 9

10 # Here we ll run the two examples in the chi_2_test_frequencies_tutorial # Load in the survey data survey <-readcsv(" # Example 1: left vs right handers in our class, compared to 10% left handers fo <- table(survey$hand) # observed frequencies fe = c(1,9) # expected frequencies # run the chi-squared test: out <- chisqtest(fo,p=fe) # The chi-squared statistic is: out$statistic X-squared # The degrees of freedom is: out$parameter df 1 # And the p-value is: out$pvalue [1] # Writing in APA format can be done like this: sprintf( Chi-Squared(%d,N=%d) = %52f, p = %54f,out$parameter,sum(fo),out$statistic,out$pvalue [1] "Chi-Squared(1,N=96) = 078, p = 03764" # Plot the results: barplot(fo) # Example 2: Birthdays by month fo <- table(survey$month) # Run the chi-squared test If we don t specify the expected frequency the # test assumes that expected frequencies are equal across categories out <- chisqtest(fo) # result in APA format: sprintf( Chi-Squared(%d,N=%d) = %52f, p = %54f,out$parameter,sum(fo),out$statistic,out$pvalue [1] "Chi-Squared(11,N=96) = 1125, p = 04226" # Plotting: first rearrange months in order fo <- fo[c(5,4,8,1,9,7,6,2,12,11,10,3)] # Then plot: barplot(fo) # If you only have the chi-squared statistic and degrees of freedom # you can use the pchisq function to get the p-value We use # lowertail = FALSE to reject H0 for large values of chi-squared: chisquared <- out$statistic df <- out$parameter pvalue <- pchisq(chisquared,df,lowertail = FALSE) 10

11 pvalue X-squared

12 Questions Your turn Here are 10 random practice questions followed by their answers For all questions test the null hypothesis that there is an equal distribution of frequencies across categories 1) Suppose teams come in 2 varieties: penitent and adhoc Suppose you find 57 teams and count how many fall into each variety This generates the following table: observed frequencies of teams penitent adhoc Make a table of the expected frequencies Using an alpha value of α = 005 test the null hypothesis that the 57 teams are distributed evenly across the 2 varieties of penitent and adhoc 2) Suppose facial expressions come in 5 varieties: highfalutin, big, seemly, null and embarrassed I find 65 facial expressions and count how many fall into each variety This generates the following table: observed frequencies of facial expressions highfalutin big seemly null embarrassed Make a bar graph showing the frequencies for each variety of facial expressions Make a table of the expected frequencies Using an alpha value of α = 001 test the null hypothesis that the 65 facial expressions are distributed evenly across the 5 varieties of highfalutin, big, seemly, null and embarrassed 3) Suppose grandmothers come in 5 varieties: happy, able, cool, bawdy and furtive In your spare time you find 183 grandmothers and count how many fall into each variety This generates the following table: observed frequencies of grandmothers happy able cool bawdy furtive Make a table of the expected frequencies Using an alpha value of α = 005 test the null hypothesis that the 183 grandmothers are distributed evenly across the 5 varieties of happy, able, cool, bawdy and furtive 4) Suppose brains come in 3 varieties: dapper, powerful and momentous We decide to find 56 brains and count how many fall into each variety This generates the following table: 12

13 observed frequencies of brains dapper powerful momentous Make a table of the expected frequencies Using an alpha value of α = 001 test the null hypothesis that the 56 brains are distributed evenly across the 3 varieties of dapper, powerful and momentous 5) Suppose examples come in 2 varieties: noisy and overconfident For some reason you find 24 examples and count how many fall into each variety This generates the following table: observed frequencies of examples noisy 9 15 overconfident Make a bar graph showing the frequencies for each variety of examples Make a table of the expected frequencies Using an alpha value of α = 005 test the null hypothesis that the 24 examples are distributed evenly across the 2 varieties of noisy and overconfident 6) Suppose women come in 5 varieties: dirty, hard-to-find, modern, thoughtful and large We decide to find 105 women and count how many fall into each variety This generates the following table: observed frequencies of women dirty hard-to-find modern thoughtful large Make a bar graph showing the frequencies for each variety of women Make a table of the expected frequencies Using an alpha value of α = 001 test the null hypothesis that the 105 women are distributed evenly across the 5 varieties of dirty, hard-to-find, modern, thoughtful and large 7) Suppose brains come in 2 varieties: shallow and messy You find 26 brains and count how many fall into each variety This generates the following table: observed frequencies of brains shallow 8 18 messy Make a table of the expected frequencies Using an alpha value of α = 001 test the null hypothesis that the 26 brains are distributed evenly across the 2 varieties of shallow and messy 8) Suppose brains come in 3 varieties: second, fast and broad Your friend gets you 13

14 to find 47 brains and count how many fall into each variety This generates the following table: observed frequencies of brains second fast broad Make a bar graph showing the frequencies for each variety of brains Make a table of the expected frequencies Using an alpha value of α = 005 test the null hypothesis that the 47 brains are distributed evenly across the 3 varieties of second, fast and broad 9) Suppose elections come in 3 varieties: standing, superb and tasteless Your advsor asks you to find 51 elections and count how many fall into each variety This generates the following table: observed frequencies of elections standing superb tasteless Make a bar graph showing the frequencies for each variety of elections Make a table of the expected frequencies Using an alpha value of α = 001 test the null hypothesis that the 51 elections are distributed evenly across the 3 varieties of standing, superb and tasteless 10) Suppose mountains come in 5 varieties: best, secret, rough, separate and available Your boss makes you find 107 mountains and count how many fall into each variety This generates the following table: observed frequencies of mountains best secret rough separate available Make a table of the expected frequencies Using an alpha value of α = 001 test the null hypothesis that the 107 mountains are distributed evenly across the 5 varieties of best, secret, rough, separate and available 14

15 Answers 1) The frequencies of 2 kinds of teams fe = χ2 = (32 285)2 285 = 57 2 = (25 285)2 285 = = penitent χ 2 for each cell adhoc df = (2-1) = 1 χ 2 crit = 384 We fail to reject H 0 The frequency of 57 teams is distributed as expected across the 2 varieties of penitent and adhoc, χ 2 (1, N=57)= 086, p = # Using R: fo <- c( 32, 25) out <- chisqtest(fo) sprintf( Chi-Squared(%d,N=%d) = %52f, p = %54f,out$parameter,sum(fo),out$statistic,out$pvalue [1] "Chi-Squared(1,N=57) = 086, p = 03538" 15

16 2) The frequencies of 5 kinds of facial expressions fe = χ2 = (12 13) (14 13)2 13 = 65 5 = 13 + (7 13) (19 13) (13 13)2 13 = = χ 2 for each cell highfalutin big seemly null embarrassed df = (5-1) = 4 χ 2 crit = 1328 We fail to reject H 0 The frequency of 65 facial expressions is distributed as expected across the 5 varieties of highfalutin, big, seemly, null and embarrassed, χ 2 (4, N=65)= 569, p = Frequency of facial expressions highfalutin big seemly null embarrassed # Using R: fo <- c( 12, 14, 7, 19, 13) out <- chisqtest(fo) sprintf( Chi-Squared(%d,N=%d) = %52f, p = %54f,out$parameter,sum(fo),out$statistic,out$pvalue [1] "Chi-Squared(4,N=65) = 569, p = 02233" # Plotting: barplot(fo, 16

17 namesarg = c( "highfalutin", "big", "seemly", "null", "embarrassed"), ylab = Frequencies of facial expressions ) 17

18 3) The frequencies of 5 kinds of grandmothers fe = χ2 = (42 366) (37 366)2 366 = = (35 366) (22 366) (47 366)2 366 = = χ 2 for each cell happy able cool bawdy furtive df = (5-1) = 4 χ 2 crit = 949 We reject H 0 The frequency of 183 grandmothers is not distributed as expected across the 5 varieties of happy, able, cool, bawdy and furtive, χ 2 (4, N=183)= 965, p = # Using R: fo <- c( 42, 37, 35, 22, 47) out <- chisqtest(fo) sprintf( Chi-Squared(%d,N=%d) = %52f, p = %54f,out$parameter,sum(fo),out$statistic,out$pvalue [1] "Chi-Squared(4,N=183) = 965, p = 00467" 18

19 4) The frequencies of 3 kinds of brains fe = χ2 = ( ) = 56 3 = ( ) ( ) = = χ 2 for each cell dapper powerful momentous df = (3-1) = 2 χ 2 crit = 921 We fail to reject H 0 The frequency of 56 brains is distributed as expected across the 3 varieties of dapper, powerful and momentous, χ 2 (2, N=56)= 614, p = # Using R: fo <- c( 24, 22, 10) out <- chisqtest(fo) sprintf( Chi-Squared(%d,N=%d) = %52f, p = %54f,out$parameter,sum(fo),out$statistic,out$pvalue [1] "Chi-Squared(2,N=56) = 614, p = 00464" 19

20 5) The frequencies of 2 kinds of examples fe = χ2 = (9 12)2 12 = 24 2 = 12 + (15 12)2 12 = = 15 noisy χ 2 for each cell df = (2-1) = 1 χ 2 crit = 384 We fail to reject H 0 overconfident The frequency of 24 examples is distributed as expected across the 2 varieties of noisy and overconfident, χ 2 (1, N=24)= 150, p = Frequency of examples noisy overconfident # Using R: fo <- c( 9, 15) out <- chisqtest(fo) sprintf( Chi-Squared(%d,N=%d) = %52f, p = %54f,out$parameter,sum(fo),out$statistic,out$pvalue [1] "Chi-Squared(1,N=24) = 150, p = 02207" # Plotting: barplot(fo, 20

21 namesarg = c( "noisy", "overconfident"), ylab = Frequencies of examples ) 21

22 6) The frequencies of 5 kinds of women fe = χ2 = (19 21) (33 21)2 21 = = 21 + (22 21) (21 21) (10 21)2 21 = = dirty hard-tofind χ 2 for each cell modern thoughtful large df = (5-1) = 4 χ 2 crit = 1328 We fail to reject H 0 The frequency of 105 women is distributed as expected across the 5 varieties of dirty, hard-to-find, modern, thoughtful and large, χ 2 (4, N=105)=1286, p = Frequency of women dirty hard-to-find modern thoughtful large # Using R: fo <- c( 19, 33, 22, 21, 10) out <- chisqtest(fo) sprintf( Chi-Squared(%d,N=%d) = %52f, p = %54f,out$parameter,sum(fo),out$statistic,out$pvalue [1] "Chi-Squared(4,N=105) = 1286, p = 00120" # Plotting: 22

23 barplot(fo, namesarg = c( "dirty", "hard-to-find", "modern", "thoughtful", "large"), ylab = Frequencies of women ) 23

24 7) The frequencies of 2 kinds of brains fe = χ2 = (8 13)2 13 = 26 2 = 13 + (18 13)2 13 = = shallow χ 2 for each cell messy df = (2-1) = 1 χ 2 crit = 663 We fail to reject H 0 The frequency of 26 brains is distributed as expected across the 2 varieties of shallow and messy, χ 2 (1, N=26)= 385, p = # Using R: fo <- c( 8, 18) out <- chisqtest(fo) sprintf( Chi-Squared(%d,N=%d) = %52f, p = %54f,out$parameter,sum(fo),out$statistic,out$pvalue [1] "Chi-Squared(1,N=26) = 385, p = 00499" 24

25 8) The frequencies of 3 kinds of brains fe = χ2 = ( ) = 47 3 = ( ) ( ) = = χ 2 for each cell second fast broad df = (3-1) = 2 χ 2 crit = 599 We reject H 0 The frequency of 47 brains is not distributed as expected across the 3 varieties of second, fast and broad, χ 2 (2, N=47)=1702, p = Frequency of brains second fast broad # Using R: fo <- c( 9, 29, 9) out <- chisqtest(fo) sprintf( Chi-Squared(%d,N=%d) = %52f, p = %54f,out$parameter,sum(fo),out$statistic,out$pvalue [1] "Chi-Squared(2,N=47) = 1702, p = 00002" # Plotting: barplot(fo, 25

26 namesarg = c( "second", "fast", "broad"), ylab = Frequencies of brains ) 26

27 9) The frequencies of 3 kinds of elections fe = χ2 = (15 17)2 17 = 51 3 = 17 + (12 17) (24 17)2 17 = = χ 2 for each cell standing superb tasteless df = (3-1) = 2 χ 2 crit = 921 We fail to reject H 0 The frequency of 51 elections is distributed as expected across the 3 varieties of standing, superb and tasteless, χ 2 (2, N=51)= 459, p = Frequency of elections standing superb tasteless # Using R: fo <- c( 15, 12, 24) out <- chisqtest(fo) sprintf( Chi-Squared(%d,N=%d) = %52f, p = %54f,out$parameter,sum(fo),out$statistic,out$pvalue [1] "Chi-Squared(2,N=51) = 459, p = 01009" # Plotting: barplot(fo, 27

28 namesarg = c( "standing", "superb", "tasteless"), ylab = Frequencies of elections ) 28

29 10) The frequencies of 5 kinds of mountains fe = χ2 = (19 214) (27 214)2 214 = = (19 214) (29 214) (13 214)2 214 = = χ 2 for each cell best secret rough separate available df = (5-1) = 4 χ 2 crit = 1328 We fail to reject H 0 The frequency of 107 mountains is distributed as expected across the 5 varieties of best, secret, rough, separate and available, χ 2 (4, N=107)= 800, p = # Using R: fo <- c( 19, 27, 19, 29, 13) out <- chisqtest(fo) sprintf( Chi-Squared(%d,N=%d) = %52f, p = %54f,out$parameter,sum(fo),out$statistic,out$pvalue [1] "Chi-Squared(4,N=107) = 800, p = 00916" 29

February 5, 2018 START HERE. measurement scale. Means. number of means. independent measures t-test Ch dependent measures t-test Ch 16.

February 5, 2018 START HERE. measurement scale. Means. number of means. independent measures t-test Ch dependent measures t-test Ch 16. χ Test for Frequencies February 5, 018 Contents Chi squared (χ ) test for frequencies Example 1: left vs right handers in our class The χ distribution One or two tailed? Example : Birthdays by month Using

More information

T-tests for 2 Independent Means

T-tests for 2 Independent Means T-tests for 2 Independent Means January 15, 2019 Contents t-test for 2 independent means Tutorial Example 1: one-tailed test for independent means, equal sample sizes Error Bars Example 2: two-tailed test

More information

GAMINGRE 8/1/ of 7

GAMINGRE 8/1/ of 7 FYE 09/30/92 JULY 92 0.00 254,550.00 0.00 0 0 0 0 0 0 0 0 0 254,550.00 0.00 0.00 0.00 0.00 254,550.00 AUG 10,616,710.31 5,299.95 845,656.83 84,565.68 61,084.86 23,480.82 339,734.73 135,893.89 67,946.95

More information

Two Factor ANOVA. March 2, 2017

Two Factor ANOVA. March 2, 2017 Two Factor ANOVA March, 07 Contents Two Factor ANOVA Example : peanut butter and jelly Within-cell variance - the denominator of all three F-tests Main effects for rows: Does peanut butter affect taste

More information

T-tests for 2 Independent Means

T-tests for 2 Independent Means T-tests for 2 Independent Means February 22, 208 Contents t-test for 2 independent means Tutorial Example : one-tailed test for independent means, equal sample sizes Error Bars Example 2: two-tailed test

More information

Statistics for IT Managers

Statistics for IT Managers Statistics for IT Managers 95-796, Fall 2012 Module 2: Hypothesis Testing and Statistical Inference (5 lectures) Reading: Statistics for Business and Economics, Ch. 5-7 Confidence intervals Given the sample

More information

WHEN IS IT EVER GOING TO RAIN? Table of Average Annual Rainfall and Rainfall For Selected Arizona Cities

WHEN IS IT EVER GOING TO RAIN? Table of Average Annual Rainfall and Rainfall For Selected Arizona Cities WHEN IS IT EVER GOING TO RAIN? Table of Average Annual Rainfall and 2001-2002 Rainfall For Selected Arizona Cities Phoenix Tucson Flagstaff Avg. 2001-2002 Avg. 2001-2002 Avg. 2001-2002 October 0.7 0.0

More information

HYPOTHESIS TESTING: THE CHI-SQUARE STATISTIC

HYPOTHESIS TESTING: THE CHI-SQUARE STATISTIC 1 HYPOTHESIS TESTING: THE CHI-SQUARE STATISTIC 7 steps of Hypothesis Testing 1. State the hypotheses 2. Identify level of significant 3. Identify the critical values 4. Calculate test statistics 5. Compare

More information

Psych 230. Psychological Measurement and Statistics

Psych 230. Psychological Measurement and Statistics Psych 230 Psychological Measurement and Statistics Pedro Wolf December 9, 2009 This Time. Non-Parametric statistics Chi-Square test One-way Two-way Statistical Testing 1. Decide which test to use 2. State

More information

Power. January 12, 2019

Power. January 12, 2019 Power January 12, 2019 Contents Definition of power Z-test example If H 0 is true If H 0 is false The 2x2 matrix of All Things That Can Happen Pr(Type I error) = α Pr(Type II error) = β power = 1 β Things

More information

Quantitative Analysis and Empirical Methods

Quantitative Analysis and Empirical Methods Hypothesis testing Sciences Po, Paris, CEE / LIEPP Introduction Hypotheses Procedure of hypothesis testing Two-tailed and one-tailed tests Statistical tests with categorical variables A hypothesis A testable

More information

In this activity, students will compare weather data from to determine if there is a warming trend in their community.

In this activity, students will compare weather data from to determine if there is a warming trend in their community. Overview: In this activity, students will compare weather data from 1910-2000 to determine if there is a warming trend in their community. Objectives: The student will: use the Internet to locate scientific

More information

Descriptive Statistics-I. Dr Mahmoud Alhussami

Descriptive Statistics-I. Dr Mahmoud Alhussami Descriptive Statistics-I Dr Mahmoud Alhussami Biostatistics What is the biostatistics? A branch of applied math. that deals with collecting, organizing and interpreting data using well-defined procedures.

More information

Sampling Distributions: Central Limit Theorem

Sampling Distributions: Central Limit Theorem Review for Exam 2 Sampling Distributions: Central Limit Theorem Conceptually, we can break up the theorem into three parts: 1. The mean (µ M ) of a population of sample means (M) is equal to the mean (µ)

More information

Using SPSS for One Way Analysis of Variance

Using SPSS for One Way Analysis of Variance Using SPSS for One Way Analysis of Variance This tutorial will show you how to use SPSS version 12 to perform a one-way, between- subjects analysis of variance and related post-hoc tests. This tutorial

More information

2. Graphing Practice. Warm Up

2. Graphing Practice. Warm Up 2. Graphing Practice In this worksheet you will practice graphing and use your graphs to interpret and analyze data. The first three questions are warm-up questions; complete this section before moving

More information

The goodness-of-fit test Having discussed how to make comparisons between two proportions, we now consider comparisons of multiple proportions.

The goodness-of-fit test Having discussed how to make comparisons between two proportions, we now consider comparisons of multiple proportions. The goodness-of-fit test Having discussed how to make comparisons between two proportions, we now consider comparisons of multiple proportions. A common problem of this type is concerned with determining

More information

Department of Economics. Business Statistics. Chapter 12 Chi-square test of independence & Analysis of Variance ECON 509. Dr.

Department of Economics. Business Statistics. Chapter 12 Chi-square test of independence & Analysis of Variance ECON 509. Dr. Department of Economics Business Statistics Chapter 1 Chi-square test of independence & Analysis of Variance ECON 509 Dr. Mohammad Zainal Chapter Goals After completing this chapter, you should be able

More information

Computing & Telecommunications Services Monthly Report January CaTS Help Desk. Wright State University (937)

Computing & Telecommunications Services Monthly Report January CaTS Help Desk. Wright State University (937) January 215 Monthly Report Computing & Telecommunications Services Monthly Report January 215 CaTS Help Desk (937) 775-4827 1-888-775-4827 25 Library Annex helpdesk@wright.edu www.wright.edu/cats/ Last

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

Statistics for Managers Using Microsoft Excel

Statistics for Managers Using Microsoft Excel Statistics for Managers Using Microsoft Excel 7 th Edition Chapter 1 Chi-Square Tests and Nonparametric Tests Statistics for Managers Using Microsoft Excel 7e Copyright 014 Pearson Education, Inc. Chap

More information

TOPIC: Descriptive Statistics Single Variable

TOPIC: Descriptive Statistics Single Variable TOPIC: Descriptive Statistics Single Variable I. Numerical data summary measurements A. Measures of Location. Measures of central tendency Mean; Median; Mode. Quantiles - measures of noncentral tendency

More information

The science of learning from data.

The science of learning from data. STATISTICS (PART 1) The science of learning from data. Numerical facts Collection of methods for planning experiments, obtaining data and organizing, analyzing, interpreting and drawing the conclusions

More information

Lesson 8: Variability in a Data Distribution

Lesson 8: Variability in a Data Distribution Classwork Example 1: Comparing Two Distributions Robert s family is planning to move to either New York City or San Francisco. Robert has a cousin in San Francisco and asked her how she likes living in

More information

Mr. XYZ. Stock Market Trading and Investment Astrology Report. Report Duration: 12 months. Type: Both Stocks and Option. Date: Apr 12, 2011

Mr. XYZ. Stock Market Trading and Investment Astrology Report. Report Duration: 12 months. Type: Both Stocks and Option. Date: Apr 12, 2011 Mr. XYZ Stock Market Trading and Investment Astrology Report Report Duration: 12 months Type: Both Stocks and Option Date: Apr 12, 2011 KT Astrologer Website: http://www.softwareandfinance.com/magazine/astrology/kt_astrologer.php

More information

Chapter 8 Student Lecture Notes 8-1. Department of Economics. Business Statistics. Chapter 12 Chi-square test of independence & Analysis of Variance

Chapter 8 Student Lecture Notes 8-1. Department of Economics. Business Statistics. Chapter 12 Chi-square test of independence & Analysis of Variance Chapter 8 Student Lecture Notes 8-1 Department of Economics Business Statistics Chapter 1 Chi-square test of independence & Analysis of Variance ECON 509 Dr. Mohammad Zainal Chapter Goals After completing

More information

Hypothesis testing: Steps

Hypothesis testing: Steps Review for Exam 2 Hypothesis testing: Steps Repeated-Measures ANOVA 1. Determine appropriate test and hypotheses 2. Use distribution table to find critical statistic value(s) representing rejection region

More information

DAILY QUESTIONS 28 TH JUNE 18 REASONING - CALENDAR

DAILY QUESTIONS 28 TH JUNE 18 REASONING - CALENDAR DAILY QUESTIONS 28 TH JUNE 18 REASONING - CALENDAR LEAP AND NON-LEAP YEAR *A non-leap year has 365 days whereas a leap year has 366 days. (as February has 29 days). *Every year which is divisible by 4

More information

Chi Square Analysis M&M Statistics. Name Period Date

Chi Square Analysis M&M Statistics. Name Period Date Chi Square Analysis M&M Statistics Name Period Date Have you ever wondered why the package of M&Ms you just bought never seems to have enough of your favorite color? Or, why is it that you always seem

More information

Third Grade Math and Science DBQ Weather and Climate/Representing and Interpreting Charts and Data

Third Grade Math and Science DBQ Weather and Climate/Representing and Interpreting Charts and Data Third Grade Math and Science DBQ Weather and Climate/Representing and Interpreting Charts and Data A document based question (DBQ) is an authentic assessment where students interact with content related

More information

CHAPTER 17 CHI-SQUARE AND OTHER NONPARAMETRIC TESTS FROM: PAGANO, R. R. (2007)

CHAPTER 17 CHI-SQUARE AND OTHER NONPARAMETRIC TESTS FROM: PAGANO, R. R. (2007) FROM: PAGANO, R. R. (007) I. INTRODUCTION: DISTINCTION BETWEEN PARAMETRIC AND NON-PARAMETRIC TESTS Statistical inference tests are often classified as to whether they are parametric or nonparametric Parameter

More information

Hypothesis testing: Steps

Hypothesis testing: Steps Review for Exam 2 Hypothesis testing: Steps Exam 2 Review 1. Determine appropriate test and hypotheses 2. Use distribution table to find critical statistic value(s) representing rejection region 3. Compute

More information

Computing & Telecommunications Services

Computing & Telecommunications Services Computing & Telecommunications Services Monthly Report September 214 CaTS Help Desk (937) 775-4827 1-888-775-4827 25 Library Annex helpdesk@wright.edu www.wright.edu/cats/ Table of Contents HEAT Ticket

More information

Z-tables. January 12, This tutorial covers how to find areas under normal distributions using a z-table.

Z-tables. January 12, This tutorial covers how to find areas under normal distributions using a z-table. Z-tables January 12, 2019 Contents The standard normal distribution Areas above Areas below the mean Areas between two values of Finding -scores from areas Z tables in R: Questions This tutorial covers

More information

Lecture 41 Sections Mon, Apr 7, 2008

Lecture 41 Sections Mon, Apr 7, 2008 Lecture 41 Sections 14.1-14.3 Hampden-Sydney College Mon, Apr 7, 2008 Outline 1 2 3 4 5 one-proportion test that we just studied allows us to test a hypothesis concerning one proportion, or two categories,

More information

Inferential statistics

Inferential statistics Inferential statistics Inference involves making a Generalization about a larger group of individuals on the basis of a subset or sample. Ahmed-Refat-ZU Null and alternative hypotheses In hypotheses testing,

More information

How are adding integers and subtracting integers related? Work with a partner. Use integer counters to find 4 2. Remove 2 positive counters.

How are adding integers and subtracting integers related? Work with a partner. Use integer counters to find 4 2. Remove 2 positive counters. . How are adding integers and subtracting integers related? ACTIVITY: Work with a partner. Use integer counters to find 4. Start with 4 positive counters. Remove positive counters. What is the total number

More information

Go to Grade 6 Everyday Mathematics Sample Lesson

Go to Grade 6 Everyday Mathematics Sample Lesson McGraw-Hill makes no representations or warranties as to the accuracy of any information contained in this McGraw-Hill Material, including any warranties of merchantability or fitness for a particular

More information

Statistical Analysis for QBIC Genetics Adapted by Ellen G. Dow 2017

Statistical Analysis for QBIC Genetics Adapted by Ellen G. Dow 2017 Statistical Analysis for QBIC Genetics Adapted by Ellen G. Dow 2017 I. χ 2 or chi-square test Objectives: Compare how close an experimentally derived value agrees with an expected value. One method to

More information

79 Wyner Math Academy I Spring 2016

79 Wyner Math Academy I Spring 2016 79 Wyner Math Academy I Spring 2016 CHAPTER NINE: HYPOTHESIS TESTING Review May 11 Test May 17 Research requires an understanding of underlying mathematical distributions as well as of the research methods

More information

Candidate Number. General Certificate of Secondary Education Higher Tier June 2012

Candidate Number. General Certificate of Secondary Education Higher Tier June 2012 Centre Number Surname Candidate Number For Examiner s Use Other Names Candidate Signature Examiner s Initials General Certificate of Secondary Education Higher Tier June 2012 Pages 2 3 4 5 Mark Mathematics

More information

PSY 305. Module 3. Page Title. Introduction to Hypothesis Testing Z-tests. Five steps in hypothesis testing

PSY 305. Module 3. Page Title. Introduction to Hypothesis Testing Z-tests. Five steps in hypothesis testing Page Title PSY 305 Module 3 Introduction to Hypothesis Testing Z-tests Five steps in hypothesis testing State the research and null hypothesis Determine characteristics of comparison distribution Five

More information

GRADE 6 GEOGRAPHY TERM 1 LATITUDE AND LONGITUDE (degrees)

GRADE 6 GEOGRAPHY TERM 1 LATITUDE AND LONGITUDE (degrees) 1 GRADE 6 GEOGRAPHY TERM 1 LATITUDE AND LONGITUDE (degrees) Contents Lines of Latitude... 2 Lines of Longitude... 3 The hemispheres of The Earth... 4 Finding countries and cities on a map using latitude

More information

AMS7: WEEK 7. CLASS 1. More on Hypothesis Testing Monday May 11th, 2015

AMS7: WEEK 7. CLASS 1. More on Hypothesis Testing Monday May 11th, 2015 AMS7: WEEK 7. CLASS 1 More on Hypothesis Testing Monday May 11th, 2015 Testing a Claim about a Standard Deviation or a Variance We want to test claims about or 2 Example: Newborn babies from mothers taking

More information

Funding provided by NOAA Sectoral Applications Research Project CLIMATE. Basic Climatology Colorado Climate Center

Funding provided by NOAA Sectoral Applications Research Project CLIMATE. Basic Climatology Colorado Climate Center Funding provided by NOAA Sectoral Applications Research Project CLIMATE Basic Climatology Colorado Climate Center Remember These? Factor 1: Our Energy Source Factor 2: Revolution & Tilt Factor 3: Rotation!

More information

An Analysis of College Algebra Exam Scores December 14, James D Jones Math Section 01

An Analysis of College Algebra Exam Scores December 14, James D Jones Math Section 01 An Analysis of College Algebra Exam s December, 000 James D Jones Math - Section 0 An Analysis of College Algebra Exam s Introduction Students often complain about a test being too difficult. Are there

More information

Your World is not Red or Green. Good Practice in Data Display and Dashboard Design

Your World is not Red or Green. Good Practice in Data Display and Dashboard Design Your World is not Red or Green Good Practice in Data Display and Dashboard Design References Tufte, E. R. (2). The visual display of quantitative information (2nd Ed.). Cheshire, CT: Graphics Press. Few,

More information

Chapter 10. Chapter 10. Multinomial Experiments and. Multinomial Experiments and Contingency Tables. Contingency Tables.

Chapter 10. Chapter 10. Multinomial Experiments and. Multinomial Experiments and Contingency Tables. Contingency Tables. Chapter 10 Multinomial Experiments and Contingency Tables 1 Chapter 10 Multinomial Experiments and Contingency Tables 10-1 1 Overview 10-2 2 Multinomial Experiments: of-fitfit 10-3 3 Contingency Tables:

More information

CAVE CLIMATE COMPARISON ACTIVITY BETWEEN THE SURFACE AND THE CAVERN

CAVE CLIMATE COMPARISON ACTIVITY BETWEEN THE SURFACE AND THE CAVERN CAVE CLIMATE COMPARISON ACTIVITY BETWEEN THE SURFACE AND THE CAVERN Created by Ray Bowers For the Virtual Center for the Environment (VCE) A part of the Institute of Natural Resources Analysis and Management

More information

REPORT ON LABOUR FORECASTING FOR CONSTRUCTION

REPORT ON LABOUR FORECASTING FOR CONSTRUCTION REPORT ON LABOUR FORECASTING FOR CONSTRUCTION For: Project: XYZ Local Authority New Sample Project Contact us: Construction Skills & Whole Life Consultants Limited Dundee University Incubator James Lindsay

More information

HYPOTHESIS TESTING. Hypothesis Testing

HYPOTHESIS TESTING. Hypothesis Testing MBA 605 Business Analytics Don Conant, PhD. HYPOTHESIS TESTING Hypothesis testing involves making inferences about the nature of the population on the basis of observations of a sample drawn from the population.

More information

Do students sleep the recommended 8 hours a night on average?

Do students sleep the recommended 8 hours a night on average? BIEB100. Professor Rifkin. Notes on Section 2.2, lecture of 27 January 2014. Do students sleep the recommended 8 hours a night on average? We first set up our null and alternative hypotheses: H0: μ= 8

More information

Ch. 7. One sample hypothesis tests for µ and σ

Ch. 7. One sample hypothesis tests for µ and σ Ch. 7. One sample hypothesis tests for µ and σ Prof. Tesler Math 18 Winter 2019 Prof. Tesler Ch. 7: One sample hypoth. tests for µ, σ Math 18 / Winter 2019 1 / 23 Introduction Data Consider the SAT math

More information

Review of Statistics 101

Review of Statistics 101 Review of Statistics 101 We review some important themes from the course 1. Introduction Statistics- Set of methods for collecting/analyzing data (the art and science of learning from data). Provides methods

More information

10/31/2012. One-Way ANOVA F-test

10/31/2012. One-Way ANOVA F-test PSY 511: Advanced Statistics for Psychological and Behavioral Research 1 1. Situation/hypotheses 2. Test statistic 3.Distribution 4. Assumptions One-Way ANOVA F-test One factor J>2 independent samples

More information

Section VII. Chi-square test for comparing proportions and frequencies. F test for means

Section VII. Chi-square test for comparing proportions and frequencies. F test for means Section VII Chi-square test for comparing proportions and frequencies F test for means 0 proportions: chi-square test Z test for comparing proportions between two independent groups Z = P 1 P 2 SE d SE

More information

16.3 One-Way ANOVA: The Procedure

16.3 One-Way ANOVA: The Procedure 16.3 One-Way ANOVA: The Procedure Tom Lewis Fall Term 2009 Tom Lewis () 16.3 One-Way ANOVA: The Procedure Fall Term 2009 1 / 10 Outline 1 The background 2 Computing formulas 3 The ANOVA Identity 4 Tom

More information

Module 5 Practice problem and Homework answers

Module 5 Practice problem and Homework answers Module 5 Practice problem and Homework answers Practice problem What is the mean for the before period? Answer: 5.3 x = 74.1 14 = 5.3 What is the mean for the after period? Answer: 6.8 x = 95.3 14 = 6.8

More information

Mock Exam - 2 hours - use of basic (non-programmable) calculator is allowed - all exercises carry the same marks - exam is strictly individual

Mock Exam - 2 hours - use of basic (non-programmable) calculator is allowed - all exercises carry the same marks - exam is strictly individual Mock Exam - 2 hours - use of basic (non-programmable) calculator is allowed - all exercises carry the same marks - exam is strictly individual Question 1. Suppose you want to estimate the percentage of

More information

Average temperature ( F) World Climate Zones. very cold all year with permanent ice and snow. very cold winters, cold summers, and little rain or snow

Average temperature ( F) World Climate Zones. very cold all year with permanent ice and snow. very cold winters, cold summers, and little rain or snow P r e v i e w Look carefully at the climagraph of Mumbai, India. What is the wettest month (or months) in Mumbai? What is the driest month (or months) in Mumbai? What effects might this city s climate

More information

Day Length Web Activity

Day Length Web Activity Day Length We Activity SAMPLE Name: Follow the directions for each section and type your answers on a separate sheet of paper. Use TI-Graph Link or TI Inter Active! to present your data and models you

More information

Third Grade Math and Science DBQ Weather and Climate/Representing and Interpreting Charts and Data - Teacher s Guide

Third Grade Math and Science DBQ Weather and Climate/Representing and Interpreting Charts and Data - Teacher s Guide Third Grade Math and Science DBQ Weather and Climate/Representing and Interpreting Charts and Data - Teacher s Guide A document based question (DBQ) is an authentic assessment where students interact with

More information

What is the difference between Weather and Climate?

What is the difference between Weather and Climate? What is the difference between Weather and Climate? Objective Many people are confused about the difference between weather and climate. This makes understanding the difference between weather forecasts

More information

Background to Statistics

Background to Statistics FACT SHEET Background to Statistics Introduction Statistics include a broad range of methods for manipulating, presenting and interpreting data. Professional scientists of all kinds need to be proficient

More information

Jayalath Ekanayake Jonas Tappolet Harald Gall Abraham Bernstein. Time variance and defect prediction in software projects: additional figures

Jayalath Ekanayake Jonas Tappolet Harald Gall Abraham Bernstein. Time variance and defect prediction in software projects: additional figures Jayalath Ekanayake Jonas Tappolet Harald Gall Abraham Bernstein TECHNICAL REPORT No. IFI-2.4 Time variance and defect prediction in software projects: additional figures 2 University of Zurich Department

More information

INTERVAL ESTIMATION AND HYPOTHESES TESTING

INTERVAL ESTIMATION AND HYPOTHESES TESTING INTERVAL ESTIMATION AND HYPOTHESES TESTING 1. IDEA An interval rather than a point estimate is often of interest. Confidence intervals are thus important in empirical work. To construct interval estimates,

More information

Practice Test Chapter 8 Sinusoidal Functions

Practice Test Chapter 8 Sinusoidal Functions FOM 12 Practice Test Chapter 8 Sinusoidal Functions Name: Multiple Choice Identify the choice that best completes the statement or answers the question. Block: _ 1. Convert 120 into radians. A. 2" 3 B.

More information

Module 7 Practice problem and Homework answers

Module 7 Practice problem and Homework answers Module 7 Practice problem and Homework answers Practice problem, page 1 Is the research hypothesis one-tailed or two-tailed? Answer: one tailed In the set up for the problem, we predicted a specific outcome

More information

Business Statistics. Lecture 10: Course Review

Business Statistics. Lecture 10: Course Review Business Statistics Lecture 10: Course Review 1 Descriptive Statistics for Continuous Data Numerical Summaries Location: mean, median Spread or variability: variance, standard deviation, range, percentiles,

More information

Visual Display of Information

Visual Display of Information Visual Display of Information XKCD Edward Tufte Charles Joseph Minard s dramatic account of Napoleon's Russian campaign of 1812 (drawn in 1861) 1, men arrived in Moscow 422, men started the journey to

More information

Technical note on seasonal adjustment for M0

Technical note on seasonal adjustment for M0 Technical note on seasonal adjustment for M0 July 1, 2013 Contents 1 M0 2 2 Steps in the seasonal adjustment procedure 3 2.1 Pre-adjustment analysis............................... 3 2.2 Seasonal adjustment.................................

More information

Confidence Interval Estimation

Confidence Interval Estimation Department of Psychology and Human Development Vanderbilt University 1 Introduction 2 3 4 5 Relationship to the 2-Tailed Hypothesis Test Relationship to the 1-Tailed Hypothesis Test 6 7 Introduction In

More information

Pre-Calc Chapter 1 Sample Test. D) slope: 3 4

Pre-Calc Chapter 1 Sample Test. D) slope: 3 4 Pre-Calc Chapter 1 Sample Test 1. Use the graphs of f and g to evaluate the function. f( x) gx ( ) (f o g)(-0.5) 1 1 0 4. Plot the points and find the slope of the line passing through the pair of points.

More information

Understanding p Values

Understanding p Values Understanding p Values James H. Steiger Vanderbilt University James H. Steiger Vanderbilt University Understanding p Values 1 / 29 Introduction Introduction In this module, we introduce the notion of a

More information

Science Standard 1: Students analyze monthly precipitation and temperature records, displayed in bar charts, collected in metric units (mm).

Science Standard 1: Students analyze monthly precipitation and temperature records, displayed in bar charts, collected in metric units (mm). Title: Precipitation Patterns across the Globe NSF GK-12 Fellow: Terry Legg Type of Lesson: STEM Grade Level(s): 4 th - 7 th grade This activity can be tailored to older, more advanced students by having

More information

The Difference in Proportions Test

The Difference in Proportions Test Overview The Difference in Proportions Test Dr Tom Ilvento Department of Food and Resource Economics A Difference of Proportions test is based on large sample only Same strategy as for the mean We calculate

More information

Basic Business Statistics, 10/e

Basic Business Statistics, 10/e Chapter 1 1-1 Basic Business Statistics 11 th Edition Chapter 1 Chi-Square Tests and Nonparametric Tests Basic Business Statistics, 11e 009 Prentice-Hall, Inc. Chap 1-1 Learning Objectives In this chapter,

More information

" M A #M B. Standard deviation of the population (Greek lowercase letter sigma) σ 2

 M A #M B. Standard deviation of the population (Greek lowercase letter sigma) σ 2 Notation and Equations for Final Exam Symbol Definition X The variable we measure in a scientific study n The size of the sample N The size of the population M The mean of the sample µ The mean of the

More information

Ch. 16: Correlation and Regression

Ch. 16: Correlation and Regression Ch. 1: Correlation and Regression With the shift to correlational analyses, we change the very nature of the question we are asking of our data. Heretofore, we were asking if a difference was likely to

More information

TILT, DAYLIGHT AND SEASONS WORKSHEET

TILT, DAYLIGHT AND SEASONS WORKSHEET TILT, DAYLIGHT AND SEASONS WORKSHEET Activity Description: Students will use a data table to make a graph for the length of day and average high temperature in Utah. They will then answer questions based

More information

Mathematics (Linear) 43651F. (JUN F01) WMP/Jun12/43651F. General Certificate of Secondary Education Foundation Tier June 2012.

Mathematics (Linear) 43651F. (JUN F01) WMP/Jun12/43651F. General Certificate of Secondary Education Foundation Tier June 2012. Centre Number Surname Candidate Number For Examiner s Use Other Names Candidate Signature Examiner s Initials General Certificate of Secondary Education Foundation Tier June 2012 Pages 2 3 4 5 Mark Mathematics

More information

Chapter 10: Analysis of variance (ANOVA)

Chapter 10: Analysis of variance (ANOVA) Chapter 10: Analysis of variance (ANOVA) ANOVA (Analysis of variance) is a collection of techniques for dealing with more general experiments than the previous one-sample or two-sample tests. We first

More information

BAYESIAN PROCESSOR OF ENSEMBLE (BPE): PRIOR DISTRIBUTION FUNCTION

BAYESIAN PROCESSOR OF ENSEMBLE (BPE): PRIOR DISTRIBUTION FUNCTION BAYESIAN PROCESSOR OF ENSEMBLE (BPE): PRIOR DISTRIBUTION FUNCTION Parametric Models and Estimation Procedures Tested on Temperature Data By Roman Krzysztofowicz and Nah Youn Lee University of Virginia

More information

Chi square test of independence

Chi square test of independence Chi square test of independence We can eyeball differences between percentages to determine whether they seem large enough to be important Better: Are differences in percentages statistically significant?

More information

General Certificate of Education Advanced Level Examination June 2013

General Certificate of Education Advanced Level Examination June 2013 General Certificate of Education Advanced Level Examination June 2013 Human Biology HBI6T/P13/task Unit 6T A2 Investigative Skills Assignment Task Sheet Investigation into whether reaction time is different

More information

Chapter 7 Comparison of two independent samples

Chapter 7 Comparison of two independent samples Chapter 7 Comparison of two independent samples 7.1 Introduction Population 1 µ σ 1 1 N 1 Sample 1 y s 1 1 n 1 Population µ σ N Sample y s n 1, : population means 1, : population standard deviations N

More information

Lecture 9. Selected material from: Ch. 12 The analysis of categorical data and goodness of fit tests

Lecture 9. Selected material from: Ch. 12 The analysis of categorical data and goodness of fit tests Lecture 9 Selected material from: Ch. 12 The analysis of categorical data and goodness of fit tests Univariate categorical data Univariate categorical data are best summarized in a one way frequency table.

More information

LAB 3: THE SUN AND CLIMATE NAME: LAB PARTNER(S):

LAB 3: THE SUN AND CLIMATE NAME: LAB PARTNER(S): GEOG 101L PHYSICAL GEOGRAPHY LAB SAN DIEGO CITY COLLEGE SELKIN 1 LAB 3: THE SUN AND CLIMATE NAME: LAB PARTNER(S): The main objective of today s lab is for you to be able to visualize the sun s position

More information

Tracking Accuracy: An Essential Step to Improve Your Forecasting Process

Tracking Accuracy: An Essential Step to Improve Your Forecasting Process Tracking Accuracy: An Essential Step to Improve Your Forecasting Process Presented by Eric Stellwagen President & Co-founder Business Forecast Systems, Inc. estellwagen@forecastpro.com Business Forecast

More information

In Centre, Online Classroom Live and Online Classroom Programme Prices

In Centre, Online Classroom Live and Online Classroom Programme Prices In Centre, and Online Classroom Programme Prices In Centre Online Classroom Foundation Certificate Bookkeeping Transactions 430 325 300 Bookkeeping Controls 320 245 225 Elements of Costing 320 245 225

More information

Choosing an Appropriate Display

Choosing an Appropriate Display Practice A Choosing an Appropriate Display 1. The table shows the average high temperatures in San Diego for six months of one year. Which graph would be more appropriate to show the data a line graph

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

Physical Features of Monsoon Asia. 192 Unit 7 Teachers Curriculum Institute 60 N 130 E 140 E 150 E 60 E 50 N 160 E 40 N 30 N 150 E.

Physical Features of Monsoon Asia. 192 Unit 7 Teachers Curriculum Institute 60 N 130 E 140 E 150 E 60 E 50 N 160 E 40 N 30 N 150 E. 50 N 60 E 70 E 80 E 90 E 100 E 60 N 110 E 120 E 130 E 140 E 150 E 50 N 160 E 40 N 40 N 30 N 60 E 30 N 150 E Tropic of Cancer 20 N Tropic of Cancer 20 N 10 N 10 N 0 Equator 0 Equator 10 S 10 S 0 500 1,000

More information

Sampling Distributions

Sampling Distributions Sampling Distributions Sampling Distribution of the Mean & Hypothesis Testing Remember sampling? Sampling Part 1 of definition Selecting a subset of the population to create a sample Generally random sampling

More information

Two sided, two sample t-tests. a) IQ = 100 b) Average height for men = c) Average number of white blood cells per cubic millimeter is 7,000.

Two sided, two sample t-tests. a) IQ = 100 b) Average height for men = c) Average number of white blood cells per cubic millimeter is 7,000. Two sided, two sample t-tests. I. Brief review: 1) We are interested in how a sample compares to some pre-conceived notion. For example: a) IQ = 100 b) Average height for men = 5 10. c) Average number

More information

Section 9.4. Notation. Requirements. Definition. Inferences About Two Means (Matched Pairs) Examples

Section 9.4. Notation. Requirements. Definition. Inferences About Two Means (Matched Pairs) Examples Objective Section 9.4 Inferences About Two Means (Matched Pairs) Compare of two matched-paired means using two samples from each population. Hypothesis Tests and Confidence Intervals of two dependent means

More information

PRACTICE FOR PLACEMENT EXAM PART A

PRACTICE FOR PLACEMENT EXAM PART A PRACTICE FOR PLACEMENT EXAM PART A For students trying to place into: MAT 099, Intermediate Algebra MAT 000, Mathematics in Today s World MAT 00, Algebra with Trigonometry Problems - are based on Arithmetic

More information

Lesson Adaptation Activity: Analyzing and Interpreting Data

Lesson Adaptation Activity: Analyzing and Interpreting Data Lesson Adaptation Activity: Analyzing and Interpreting Data Related MA STE Framework Standard: 3-ESS2-1. Use graphs and tables of local weather data to describe and predict typical weather during a particular

More information

The Chi-Square Distributions

The Chi-Square Distributions MATH 183 The Chi-Square Distributions Dr. Neal, WKU The chi-square distributions can be used in statistics to analyze the standard deviation σ of a normally distributed measurement and to test the goodness

More information

ENGINE SERIAL NUMBERS

ENGINE SERIAL NUMBERS ENGINE SERIAL NUMBERS The engine number was also the serial number of the car. Engines were numbered when they were completed, and for the most part went into a chassis within a day or so. However, some

More information