Math 145 January 29, 2008
Outline 1. Recap 2. Sampling Designs 3. Graphical methods
Statistics is the science of collecting, analyzing, interpreting, and presenting data. is the science of collecting, analyzing, interpreting, and presenting data. Two kinds of Statistics: 1. Descriptive Statistics. 2. Inferential Statistics. A statistical inference is an estimate, prediction, or some other generalization about a population based on information contained in the sample. representative sample
Methods of Acquiring Information 1. Census 2. Sampling 3. Experimentation
Sampling Designs Simple Random Sampling. Systematic Random Sampling. Cluster Sampling. Stratified Random Sampling with Proportional Allocation.
Simple Random Sampling A sampling procedure for which each possible sample of a given size has the same chance of being selected. Population of 5 objects: {A, B, C, D, E} Take a sample of size 2. Possible samples: {(A,B), (A,C), (A,D), (A,E), (B,C), (B,D), (B,E), (C,D), (C,E), (D,E)} Random number generators
Systematic Random Sampling Step 1. Divide the population size by the sample size and round the result down to the nearest number, m. Step 2. Use a random-number generator to obtain a number k, between 1 and m. Step 3. Select for the sample those numbers of the population that are numbered k, k+m, k+2m, … Expected number of customers = 1000 Sample size of 30 m = 1000/30 = 33 Suppose k = 5. Then select {5, 5+33, 5+66, …}
Cluster Sampling Step 1. Divide the population into groups (clusters). Step 2. Obtain a simple random sample of clusters. Step 3. Use all the members of the clusters in step 2 as the sample.
Stratified Random Sampling with Proportional Allocation Step 1. Divide the population into subpopulations (strata). Step 2. From each stratum, obtain a simple random sample of size proportional to the size of the stratum. Step 3. Use all the members obtained in Step 2 as the sample. Population of 9,000 with 60% females and 40% males Sample of size 80. 48 females (from 5,400) and 32 males (from 3,600).
Homework 1. Submit the practice worksheet 2. (pp ) #1, 2, and 10.
Thank you!