Simple Random Sampling

Slides:



Advertisements
Similar presentations
While opening master data will appear. Fill the name, Select the heads and click on next for going to computatin page Click here to go to Computation Click.
Advertisements

This presentation contains the following: -the availability and need menu options -the add option Mark Smith.
Unit 1 Section 1.3 – Day : Sampling Techniques  Sample – a part of a population used in statistical studies.  An unbiased sample is one where.
POPULATION- the entire group of individuals that we want information about SAMPLE- the part of the population that we actually examine in order to gather.
Section 5.1 What is Probability? 5.1 / 1. Probability Probability is a numerical measurement of likelihood of an event. The probability of any event is.
Chapter 2: Sampling and Surveys Section 2.1: Samples, Good and Bad.
Microsoft Office Excel Lesson An introduction to the basic use of Excel By: Samantha Simons.
1-3 Data Collection and Sampling Techniques Surveys are the most common method of collecting data. Three methods of surveying are: 1) Telephone surveys.
Excel Chapters -5,6. Pivot Table  When you have a lot of data, it can sometimes be difficult to analyze all of the information in your worksheet.  PivotTables.
If you have your Parent Letter signed, please return the bottom portion. Scissors are on my desk. Grab the handout at the front. Complete the front. Wait.
Chapter 5 Section 1 – Part 2. Samples: Good & Bad What makes a sample bad? What type of “bad” sampling did we discuss previously?
Confidence Interval Estimation for a Population Proportion Lecture 31 Section 9.4 Wed, Nov 17, 2004.
A simple random sample of n measurements from a population is one selected in such a manner that 1. every sample of size n from the population has equal.
Investigation 1- IB2 Random sampling and Quadrats (G.1.3)
Testing Hypotheses about a Population Proportion Lecture 30 Sections 9.3 Wed, Oct 24, 2007.
Simulating Experiments on the TI Section Starter Use the random integer generator in your calculator to choose an SRS of 5 students from.
Section 5.1.  Three ways to answer this question: 1. Actually carry out an experiment 2. Develop a probability model 3. Start with a model, and then.
Systematic Sampling Lecture 9 – Part 1 Sections 2.8 Wed, Jan 30, 2008.
Confidence Interval Estimation for a Population Mean Lecture 46 Section 10.3 Wed, Apr 14, 2004.
Stratified Sampling Lecture 8 Section 2.6 Wed, Jan 28, 2004.
Random numbers. Using Random Number Table 1.Randomly select in the table a 1-digit number. Describe the position of that number (e.g. 5 th row, 13 th.
HAWKES LEARNING SYSTEMS Students Matter. Success Counts. Copyright © 2013 by Hawkes Learning Systems/Quant Systems, Inc. All rights reserved. Chapter 1.
Slope (b) = Correlation (r) = Slope (b) = Correlation (r) = WARM UP 1.Perform a Linear Regression on the following points and.
Custom Report Generator Part One - Basic
Statistics – Chapter 1 Data Collection
ICT Essential Skills.
Unit 1 Section 1.3.
Section 4.2 Random Sampling.
Unit 1 Day 6: Simulations.
Continuous Random Variables
Testing Hypotheses about a Population Proportion
Chapter 1 Data Collection.
Day 6: Simulations Unit 1: Statistics.
Probability and Statistics
Section 3-4 Permutations
Confidence Interval Estimation for a Population Proportion
Random Sampling and Combinations
Simple Random Sampling
Calculations with Lists
Statistics Section 1.2 Identify different methods for selecting a sample Simulate a random process Review: quantitative and qualitative variables, population.
The Standard Normal Distribution
Creating a graph on Excel
1) A bicycle safety organization claims that fatal bicycle accidents are uniformly distributed throughout the week. The table shows the day of the week.
Independent Samples: Comparing Proportions
Technology ICT Core: Spreadsheets.
Simulating experiments
WARM – UP Use LINE 5 of the random digit table. 30. The World Series.
Use your Chapter 1 notes to complete the following warm-up.
Designing Samples Section 5.1.
Sampling Distribution of a Sample Proportion
Lecture 37 Section 14.4 Wed, Nov 29, 2006
WARM UP: Solve the equation for height for an age of 25.
Testing Hypotheses about a Population Proportion
Continuous Random Variables
Day 6: Simulations Unit 1: Statistics.

Introduction to Graphs
Mr Watson’s Introduction to Spreadsheets
Simple Random Sampling
Testing Hypotheses about a Population Proportion
Sampling.
By the end of the lesson, I want you to be able to say…
Chapter One Data Collection
Testing Hypotheses about a Population Proportion
Spreadsheet Basics
Continuous Random Variables

Testing Hypotheses about a Population Proportion
Probability and Statistics
Other Sampling Methods
Presentation transcript:

Simple Random Sampling Lecture 7 Section 2.5 Tue, Jan 27, 2004

Simple Random Sample Simple Random Sample of size n – A sample of size n chosen in such a way that all possible samples of size n have the same chance of being selected.

Selecting a Simple Random Sample Given a population of size N, number the members from 1 to N. Then use a random number generator (such as on a calculator) to generate n random integers from 1 to N. If the sampling is done without replacement, then repetitions should be discarded.

Using a Random Number Table See the Random Number Table on page 85. Use it to select a random sample of size n = 10 from a population of size N = 100. Use it to select a random sample of size n = 10 from a population of size N = 133.

Using the TI-83 Press MATH. Use arrow keys to highlight PRB menu. Press 5 to select randInt (item #5). Enter randInt(1, 100) and press ENTER. A random number appears. Press ENTER repeatedly for more random numbers.

Setting the Seed A random number generator uses a "seed" value to get the next random number. (See p. 87.) Enter the desired seed, say, 33. Press STO. Press MATH, hightlight PRB, select rand (item #1). Press ENTER. The seed is set to 33.

Example See Example 2.14, p. 88.

Let's Do It! Let's do it! 2.4 – A Simple Random Sample of Companies. Let's do it! 2.5 – Simple Random Sampling. Divide the class into two groups. Change “proportion of women” to “proportion of freshmen.”

Using Excel Click in Cell A1. Type =rand(). Press ENTER. A random number appears. Click in Cell B1. Type =100*A1. Press ENTER.

Using Excel Click in Cell C1. Type =ceiling(B1,1). Press ENTER. An random integer from 1 to 100 appears. The functions rand() and ceiling() may be found under “Function…” in the Insert menu.

Using Excel Select the rectangle of cells A1 – C1 through A20 – C20. Press CTRL-D to “fill down.” Column C now contains 20 random numbers from 1 to 100.

Using Excel This could all be accomplished in one column by typing =ceiling(100*rand(), 1) in Cell A1 and filling down through Cell A20. Excel does not give you access to the seed.

Assignment Page 112: Exercises 16 – 21, 23 – 24.