Key Statistical Terms
Site: | Saylor Academy |
Course: | CS250: Python for Data Science |
Book: | Key Statistical Terms |
Printed by: | Guest user |
Date: | Friday, 4 April 2025, 6:50 AM |
Description
Before delving into deeper topics, it is important to be clear about fundamental terms such as probability, statistics, data, and sampling. Additionally, you should master quantities derivable from empirical data, such as frequency, relative frequency, and cumulative frequency.
Definitions of Statistics, Probability, and Key Terms
The science of statistics deals with the collection, analysis, interpretation, and presentation of data. We see and use data in our everyday lives.
Collaborative Exercise
In your classroom, try this exercise. Have class members write down the average time - in hours, to the nearest half-hour - they sleep per night. Your instructor will record the data. Then create a simple graph, called a dot plot, of the data. A dot plot consists of a number line and dots, or points, positioned above the number line. For example, consider the following data:
5, 5.5, 6, 6, 6, 6.5, 6.5, 6.5, 6.5, 7, 7, 8, 8, 9.
The dot plot for this data would be as follows:
Figure 1.2
Does your dot plot look the same as or different from the example? Why? If you did the same example in an English class with the same number of students, do you think the results would be the same? Why or why not?
Where do your data appear to cluster? How might you interpret the clustering?
The questions above ask you to analyze and interpret your data. With this example, you have begun your study of statistics.
In this course, you will learn how to organize and summarize data. Organizing and summarizing data is called descriptive statistics. Two ways to summarize data are by graphing and by using numbers, for example, finding an average. After you have studied probability and probability distributions, you will use formal methods for drawing conclusions from good data. The formal methods are called inferential statistics. Statistical inference uses probability to determine how confident we can be that our conclusions are correct.
Effective interpretation of data, or inference, is based on good procedures for producing data and thoughtful examination of the data. You will encounter what will seem to be too many mathematical formulas for interpreting data. The goal of statistics is not to perform numerous calculations using the formulas, but to gain an understanding of your data. The calculations can be done using a calculator or a computer. The understanding must come from you. If you can thoroughly grasp the basics of statistics, you can be more confident in the decisions you make in life.
Statistical Models
Statistics, like all other branches of mathematics, uses mathematical models to describe phenomena that occur in the real world. Some mathematical models are deterministic. These models can be used when one value is precisely determined from another value. Examples of deterministic models are the quadratic equations that describe the acceleration of a car from rest or the differential equations that describe the transfer of heat from a stove to a pot. These models are quite accurate and can be used to answer questions and make predictions with a high degree of precision. Space agencies, for example, use deterministic models to predict the exact amount of thrust that a rocket needs to break away from Earth's gravity and achieve orbit.
However, life is not always precise. While scientists can predict to the minute the time that the sun will rise, they cannot say precisely where a hurricane will make landfall. Statistical models can be used to predict life's more uncertain situations. These special forms of mathematical models or functions are based on the idea that one value affects another value. Some statistical models are mathematical functions that are more precise - one set of values can predict or determine another set of values. Or some statistical models are mathematical functions in which a set of values do not precisely determine other values. Statistical models are very useful because they can describe the probability or likelihood of an event occurring and provide alternative outcomes if the event does not occur. For example, weather forecasts are examples of statistical models. Meteorologists cannot predict tomorrow's weather with certainty. However, they often use statistical models to tell you how likely it is to rain at any given time, and you can prepare yourself based on this probability.
Probability
Probability is a mathematical tool used to study randomness. It deals with the chance of an event occurring. For example, if you toss a fair coin four times, the outcomes may not be two heads and two tails. However, if you toss the same coin 4,000 times, the outcomes will be close to half heads and half tails. The expected theoretical probability of heads in any one toss is or .5. Even though the outcomes of a few repetitions are uncertain, there is a regular pattern of outcomes when there are many repetitions. After reading about the English statistician Karl Pearson who tossed a coin 24,000 times with a result of 12,012 heads, one of the authors tossed a coin 2,000 times. The results were 996 heads. The fraction
is equal to .498 which is very close to .5, the expected probability.
The theory of probability began with the study of games of chance such as poker. Predictions take the form of probabilities. To predict the likelihood of an earthquake, of rain, or whether you will get an A in this course, we use probabilities. Doctors use probability to determine the chance of a vaccination causing the disease the vaccination is supposed to prevent. A stockbroker uses probability to determine the rate of return on a client's investments.
Key Terms
In statistics, we generally want to study a population. You can think of a population as a collection of persons, things, or objects under study. To study the population, we select a sample. The idea of sampling is to select a portion, or subset, of the larger population and study that portion - the sample - to gain information about the population. Data are the result of sampling from a population.
Because it takes a lot of time and money to examine an entire population, sampling is a very practical technique. If you wished to compute the overall grade point average at your school, it would make sense to select a sample of students who attend the school. The data collected from the sample would be the students' grade point averages. In presidential elections, opinion poll samples of 1,000–2,000 people are taken. The opinion poll is supposed to represent the views of the people in the entire country. Manufacturers of canned carbonated drinks take samples to determine if a 16-ounce can contains 16 ounces of carbonated drink.
From the sample data, we can calculate a statistic. A statistic is a number that represents a property of the sample. For example, if we consider one math class as a sample of the population of all math classes, then the average number of points earned by students in that one math class at the end of the term is an example of a statistic. Since we do not have the data for all math classes, that statistic is our best estimate of the average for the entire population of math classes. If we happen to have data for all math classes, we can find the population parameter. A parameter is a numerical characteristic of the whole population that can be estimated by a statistic. Since we considered all math classes to be the population, then the average number of points earned per student over all the math classes is an example of a parameter.
One of the main concerns in the field of statistics is how accurately a statistic estimates a parameter. In order to have an accurate sample, it must contain the characteristics of the population in order to be a representative sample. We are interested in both the sample statistic and the population parameter in inferential statistics. In a later chapter, we will use the sample statistic to test the validity of the established population parameter.
A variable, usually notated by capital letters such as X and Y, is a characteristic or measurement that can be determined for each member of a population. Variables may describe values like weight in pounds or favorite subject in school. Numerical variables take on values with equal units such as weight in pounds and time in hours. Categorical variables place the person or thing into a category. If we let X equal the number of points earned by one math student at the end of a term, then X is a numerical variable. If we let Y be a person's party affiliation, then some examples of Y include Republican, Democrat, and Independent. Y is a categorical variable. We could do some math with values of X - calculate the average number of points earned, for example - but it makes no sense to do math with values of Y - calculating an average party affiliation makes no sense.
Data are the actual values of the variable. They may be numbers or they may be words. Datum is a single value.
Two words that come up often in statistics are mean and proportion. If you were to take three exams in your math classes and obtain scores of 86, 75, and 92, you would calculate your mean score by adding the three exam scores and dividing by three. Your mean score would be 84.3 to one decimal place. If, in your math class, there are 40 students and 22 are males and 18 females, then the proportion of men students is and the proportion of women students is
. Mean and proportion are discussed in more detail in later chapters.
NOTE
The words mean and average are often used interchangeably. In this book, we use the term arithmetic mean for mean.
Example 1.1
Determine what the population, sample, parameter, statistic, variable, and data referred to in the following study.
We want to know the mean amount of extracurricular activities in which high school students participate. We randomly surveyed 100 high school students. Three of those students were in 2, 5, and 7 extracurricular activities, respectively.
Solution
The population is all high school students.
The sample is the 100 high school students interviewed.
The parameter is the mean amount of extracurricular activities in which all high school students participate.
The statistic is the mean amount of extracurricular activities in which the sample of high school students participate.
The variable could be the amount of extracurricular activities by one high school student. Let X = the amount of extracurricular activities by one high school student.
The data are the number of extracurricular activities in which the high school students participate. Examples of the data are 2, 5, 7.
Try It 1.1
Find an article online or in a newspaper or magazine that refers to a statistical study or poll. Identify what each of the key terms - population, sample, parameter, statistic, variable, and data - refers to in the study mentioned in the article. Does the article use the key terms correctly?
Example 1.2
Determine what the key terms refer to in the following study.
A study was conducted at a local high school to analyze the average cumulative GPAs of students who graduated last year. Fill in the letter of the phrase that best describes each of the items below.
1. Population ____ 2. Statistic ____ 3. Parameter ____ 4. Sample ____ 5. Variable ____ 6. Data ____
- a) all students who attended the high school last year
- b) the cumulative GPA of one student who graduated from the high school last year
- c) 3.65, 2.80, 1.50, 3.90
- d) a group of students who graduated from the high school last year, randomly selected
- e) the average cumulative GPA of students who graduated from the high school last year
- f) all students who graduated from the high school last year
- g) the average cumulative GPA of students in the study who graduated from the high school last year
Solution
1. f; 2. g; 3. e; 4. d; 5. b; 6. c
Example 1.3
Determine what the population, sample, parameter, statistic, variable, and data referred to in the following study.
As part of a study designed to test the safety of automobiles, the National Transportation Safety Board collected and reviewed data about the effects of an automobile crash on test dummies (The Data and Story Library, n.d.). Here is the criterion they used.
Speed at which Cars Crashed | Location of Driver (i.e., dummies) |
35 miles/hour | Front seat |
Solution
The population is all cars containing dummies in the front seat.The sample is the 75 cars, selected by a simple random sample.
The parameter is the proportion of driver dummies - if they had been real people - who would have suffered head injuries in the population.
The statistic is proportion of driver dummies - if they had been real people - who would have suffered head injuries in the sample.
The variable X = the number of driver dummies - if they had been real people - who would have suffered head injuries.
The data are either: yes, had head injury, or no, did not.
Example 1.4
Determine what the population, sample, parameter, statistic, variable, and data referred to in the following study.Solution
The population is all medical doctors listed in the professional directory.The parameter is the proportion of medical doctors who have been involved in one or more malpractice suits in the population.
The sample is the 500 doctors selected at random from the professional directory.
The statistic is the proportion of medical doctors who have been involved in one or more malpractice suits in the sample.
The variable X = the number of medical doctors who have been involved in one or more malpractice suits.
The data are either: yes, was involved in one or more malpractice lawsuits; or no, was not.
Collaborative Exercise
Do the following exercise collaboratively with up to four people per group. Find a population, a sample, the parameter, the statistic, a variable, and data for the following study: You want to determine the average - mean - number of glasses of milk college students drink per day. Suppose yesterday, in your English class, you asked five students how many glasses of milk they drank the day before. The answers were 1, 0, 1, 3, and 4 glasses of milk.Source: OpenStax, https://openstax.org/books/statistics/pages/1-introduction
This work is licensed under a Creative Commons Attribution 4.0 License.
Data, Sampling, and Variation in Data and Sampling
Data may come from a population or from a sample. Lowercase letters like- Qualitative
- Quantitative
Quantitative data are always numbers. Quantitative data are the result of counting or measuring attributes of a population. Amount of money, pulse rate, weight, number of people living in your town, and number of students who take statistics are examples of quantitative data. Quantitative data may be either discrete or continuous.
All data that are the result of counting are called quantitative discrete data. These data take on only certain numerical values. If you count the number of phone calls you receive for each day of the week, you might get values such as zero, one, two, or three.
Example 1.5
Data Sample of Quantitative Discrete Data
Try It 1.5
Example 1.6
Data Sample of Quantitative Continuous Data
Try It 1.6
Example 1.7
You go to the supermarket and purchase three cans of soup (19 ounces tomato bisque, 14.1 ounces lentil, and 19 ounces Italian wedding), two packages of nuts (walnuts and peanuts), four different kinds of vegetable (broccoli, cauliflower, spinach, and carrots), and two desserts (16 ounces pistachio ice cream and 32 ounces chocolate chip cookies).Solution
A possible solution- One example of a quantitative discrete data set would be three cans of soup, two packages of nuts, four kinds of vegetables, and two desserts because you count them.
- The weights of the soups (19 ounces, 14.1 ounces, 19 ounces) are quantitative continuous data because you measure weights as precisely as possible.
- Types of soups, nuts, vegetables, and desserts are qualitative data because they are categorical.
Example 1.8
Try It 1.8
Note
Example 1.9
- the number of pairs of shoes you own
- the type of car you drive
- the distance from your home to the nearest grocery store
- the number of classes you take per school year
- the type of calculator you use
- weights of sumo wrestlers
- number of correct answers on a quiz
- IQ scores (This may cause some discussion.)
Solution
Try It 1.9
Example 1.10

Solution
Try It 1.10

Qualitative Data Discussion
Below are tables comparing the number of part-time and full-time students at De Anza College and Foothill College enrolled for the spring 2010 quarter. The tables display counts, frequencies, and percentages or proportions, relative frequencies. For instance, to calculate the percentage of part time students at De Anza College, divide 9,200/22,496 to get .4089. Round to the nearest thousandth - third decimal place and then multiply by 100 to get the percentage, which is 40.9 percent.De Anza College | Foothill College | |||||
---|---|---|---|---|---|---|
Number | Percent | Number | Percent | |||
Full-time | 9,200 | 40.90% | Full-time | 4,059 | 28.60% | |
Part-time | 13,296 | 59.10% | Part-time | 10,124 | 71.40% | |
Total | 22,496 | 100% | Total | 14,183 | 100% |
Tables are a good way of organizing and displaying data. But graphs can be even more helpful in understanding the data.
Two graphs that are used to display qualitative data are pie charts and bar graphs.
In a pie chart, categories of data are shown by wedges in a circle that represent the percent of individuals/items in each category. We use pie charts when we want to show parts of a whole.
In a bar graph, the length of the bar for each category represents the number or percent of individuals in each category. Bars may be vertical or horizontal. We use bar graphs when we want to compare categories or show changes over time.
A Pareto chart consists of bars that are sorted into order by category size (largest to smallest).
Look at Figure 1.5 and Figure 1.6 and determine which graph (pie or bar) you think displays the comparisons better.


Percentages That Add to More (or Less) Than 100 Percent
Characteristic/Category | Percent |
---|---|
Students studying technical subjects | 40.9% |
Students studying non-technical subjects | 48.6% |
Students who intend to transfer to a four-year educational institutional | 61.0% |
TOTAL | 150.5% |

Omitting Categories/Missing Data
Frequency | Percent | |
---|---|---|
Asian | 8,794 | 36.1% |
Black | 1,412 | 5.8% |
Filipino | 1,298 | 5.3% |
Hispanic | 4,180 | 17.1% |
Native American | 146 | .6% |
Pacific Islander | 236 | 1.0% |
White | 5,978 | 24.5% |
TOTAL | 22,044 out of 24,382 | 90.4% out of 100% |
Table 1.4 Ethnicity of Students at De Anza College Fall Term 2007 (Census Day)



Pie Charts: No Missing Data

Marginal Distributions in Two-Way Tables
Football | Basketball | Tennis | Total | |
---|---|---|---|---|
Men | 20 | 8 | 2 | 30 |
Women | 5 | 7 | 8 | 20 |
Total | 25 | 15 | 10 | 50 |
Table 1.5
This is a two-way table because it displays information about two categorical variables, in this case, gender and sports. Data of this type (two variable data) are referred to as bivariate data. Because the data represent a count, or tally, of choices, it is a two-way frequency table. The entries in the total row and the total column represent marginal frequencies or marginal distributions. Note - The term marginal distributions gets its name from the fact that the distributions are found in the margins of frequency distribution tables. Marginal distributions may be given as a fraction or decimal: For example, the total for men could be given as .6 or 3/5 since
Conditional Distributions in Two-Way Tables
Football | Basketball | Tennis | Total | |
---|---|---|---|---|
Men | 20 | 8 | 2 | 30 |
Women | 5 | 7 | 8 | 20 |
Total | 25 | 15 | 10 | 50 |
Table 1.6
To find the first sub-population of women who prefer football, read the value at the intersection of the Women row and Football column which is 5. Then, divide this by the total population of football players which is 25. So, the subpopulation of football players who are women is 5/25 which is .2.
Presenting Data
Example 1.11
Solution
Try It 1.11
Sampling
ID | Name | ID | Name | ID | Name |
---|---|---|---|---|---|
00 | Anselmo | 11 | King | 22 | Roquero |
01 | Bautista | 12 | Legeny | 23 | Roth |
02 | Bayani | 13 | Lisa | 24 | Rowell |
03 | Cheng | 14 | Lundquist | 25 | Salangsang |
04 | Cuarismo | 15 | Macierz | 26 | Slade |
05 | Cuningham | 16 | Motogawa | 27 | Stratcher |
06 | Fontecha | 17 | Okimoto | 28 | Tallai |
07 | Hong | 18 | Patel | 29 | Tran |
08 | Hoobler | 19 | Price | 30 | Wai |
09 | Jiao | 20 | Quizon | 31 | Wood |
10 | Khan | 21 | Reyes |
Table 1.7 Class Roster
Lisa can use a table of random numbers (found in many statistics books and mathematical handbooks), a calculator, or a computer to generate random numbers. The most common random number generators are five digit numbers where each digit is a unique number from 0 to 9. For this example, suppose Lisa chooses to generate random numbers from a calculator. The numbers generated are as follows:
Lisa reads two-digit groups until she has chosen three class members (That is, she reads .94360 as the groups 94, 43, 36, 60.) Each random number may only contribute one class member. If she needed to, Lisa could have generated more random numbers.
Random number | Numbers read by Lisa | |||
---|---|---|---|---|
.94360 | 94 | 43 | 36 | 60 |
.99832 | 99 | 98 | 83 | 32 |
.14669 | 14 | 46 | 66 | 69 |
.51470 | 51 | 14 | 47 | 70 |
.40581 | 40 | 05 | 58 | 81 |
.73381 | 73 | 33 | 38 | 81 |
.04399 | 04 | 39 | 39 | 99 |
Using the TI-83, 83+, 84, 84+ Calculator
To generate random numbers perform the following steps:- Press MATH.
- Arrow over to PRB.
- Press 5:randInt(0, 30).
- Press ENTER for the first random number.
- Press ENTER two more times for the other two random numbers. If there is a repeat press ENTER again.

Besides simple random sampling, there are other forms of sampling that involve a chance process for getting the sample. Other well-known random sampling methods are the stratified sample, the cluster sample, and the systematic sample.
To choose a stratified sample, divide the population into groups called strata and then the sample is selected by picking the same number of values from each strata until the desired sample size is reached. For example, you could stratify (group) your high school student population by year (freshmen, sophomore, juniors, and seniors) and then choose a proportionate simple random sample from each stratum (each year) to get a stratified random sample. To choose a simple random sample from each year, number each student of the first year, number each student of the second year, and do the same for the remaining years. Then use simple random sampling to choose proportionate numbers of students from the first year and do the same for each of the remaining years. Those numbers picked from the first year, picked from the second year, and so on represent the students who make up the stratified sample.
To choose a cluster sample, divide the population into clusters (groups) and then randomly select some of the clusters. All the members from these clusters are in the cluster sample. For example, if you randomly sample four homeroom classes from your student population, the four classes make up the cluster sample. Each class is a cluster. Number each cluster, and then choose four different numbers using random sampling. All the students of the four classes with those numbers are the cluster sample. So, unlike a stratified example, a cluster sample may not contain an equal number of randomly chosen students from each class.
To choose a systematic sample, establish and follow a rule. The most common way to select a systematic sample is to list the members of the population and choose every
A type of sampling that is non-random is convenience sampling. Convenience sampling involves using results that are readily available. For example, a computer software store conducts a marketing study by interviewing potential customers who happen to be in the store browsing through the available software. The results of convenience sampling may be very good in some cases and highly biased (favor certain outcomes) in others.
Sampling data should be done very carefully. Collecting data carelessly can have devastating results. Surveys mailed to households and then returned may be very biased. They may favor a certain group. It is better for the person conducting the survey to select the sample respondents.
When you analyze data, it is important to be aware of sampling errors and nonsampling errors. The actual process of sampling causes sampling errors. For example, the sample may not be large enough. Factors not related to the sampling process cause nonsampling errors. A defective counting device can cause a nonsampling error.
In reality, a sample will never be exactly representative of the population so there will always be some sampling error. As a rule, the larger the sample, the smaller the sampling error.
Critical Evaluation
We need to evaluate the statistical studies we read about critically and analyze them before accepting the results of the studies. Common problems to be aware of include the following:- Problems with samples: - A sample must be representative of the population. A sample that is not representative of the population is biased. Biased samples that are not representative of the population give results that are inaccurate and not reliable. Reliability in statistical measures must also be considered when analyzing data. Reliability refers to the consistency of a measure. A measure is reliable when the same results are produced given the same circumstances.
- Self-selected samples - Responses only by people who choose to respond, such as internet surveys, are often unreliable.
- Sample size issues - : Samples that are too small may be unreliable. Larger samples are better, if possible. In some situations, having small samples is unavoidable and can still be used to draw conclusions. Examples include crash testing cars or medical testing for rare conditions.
- Undue influence - : collecting data or asking questions in a way that influences the response.
- Non-response or refusal of subject to participate: - The collected responses may no longer be representative of the population. Often, people with strong positive or negative opinions may answer surveys, which can affect the results.
- Causality: - A relationship between two variables does not mean that one causes the other to occur. They may be related (correlated) because of their relationship through a different variable.
- Self-funded or self-interest studies - : A study performed by a person or organization in order to support their claim. Is the study impartial? Read the study carefully to evaluate the work. Do not automatically assume that the study is good, but do not automatically assume the study is bad either. Evaluate it on its merits and the work done.
- Misleading use of data - : These can be improperly displayed graphs, incomplete data, or lack of context.
Collaborative Exercise
As a class, determine whether or not the following samples are representative. If they are not, discuss the reasons.- To find the average GPA of all students in a high school, use all honor students at the university as the sample.
- To find out the most popular cereal among young people under the age of 10, stand outside a large supermarket for three hours and speak to every twentieth child under age 10 who enters the supermarket.
- To find the average annual income of all adults in the United States, sample U.S. congressmen. Create a cluster sample by considering each state as a stratum (group). By using simple random sampling, select states to be part of the cluster. Then survey every U.S. congressman in the cluster.
- To determine the proportion of people taking public transportation to work, survey 20 people in New York City. Conduct the survey by sitting in Central Park on a bench and interviewing every person who sits next to you.
- To determine the average cost of a two-day stay in a hospital in Massachusetts, survey 100 hospitals across the state using simple random sampling.
Example 1.12
A study is done to determine the average tuition that private high school students pay per semester. Each student in the following samples is asked how much tuition he or she paid for the fall semester. What is the type of sampling in each case?- A sample of 100 high school students is taken by organizing the students' names by classification (freshman, sophomore, junior, or senior) and then selecting 25 students from each.
- A random number generator is used to select a student from the alphabetical listing of all high school students in the fall semester. Starting with that student, every 50th student is chosen until 75 students are included in the sample.
- A completely random method is used to select 75 students. Each high school student in the fall semester has the same probability of being chosen at any stage of the sampling process.
- The freshman, sophomore, junior, and senior years are numbered one, two, three, and four, respectively. A random number generator is used to pick two of those years. All students in those two years are in the sample.
- An administrative assistant is asked to stand in front of the library one Wednesday and to ask the first 100 undergraduate students he encounters what they paid for tuition the fall semester. Those 100 students are the sample.
Solution
Try It 1.12
You are going to use the random number generator to generate different types of samples from the data.#1 | #2 | #3 | #4 | #5 | #6 |
---|---|---|---|---|---|
5 | 7 | 10 | 9 | 8 | 3 |
10 | 5 | 9 | 8 | 7 | 6 |
9 | 10 | 8 | 6 | 7 | 9 |
9 | 10 | 10 | 9 | 8 | 9 |
7 | 8 | 9 | 5 | 7 | 4 |
9 | 9 | 9 | 10 | 8 | 7 |
7 | 7 | 10 | 9 | 8 | 8 |
8 | 8 | 9 | 10 | 8 | 8 |
9 | 7 | 8 | 7 | 7 | 8 |
8 | 8 | 10 | 9 | 8 | 7 |
Table 1.9 Scores for quizzes #1-6 for 10 students in a statistics class. Each quiz is out of 10 points.
Instructions: Use the Random Number Generator to pick samples.
- Create a stratified sample by column. Pick three quiz scores randomly from each column.
- Number each row one through 10.
- On your calculator, press Math and arrow over to PRB.
- For column 1, Press 5:randInt( and enter 1,10). Press ENTER. Record the number. Press ENTER 2 more times (even the repeats). Record these numbers. Record the three quiz scores in column one that correspond to these three numbers.
- Repeat for columns two through six.
- These 18 quiz scores are a stratified sample.
- Create a cluster sample by picking two of the columns. Use the column numbers: one through six.
- Press MATH and arrow over to the PRB function.
- Press 5:randInt (“and then enter “1,6). Press ENTER.
- The number the calculator displays names the first column of quiz scores to include in your sample. Press ENTER.
- The next number the calculator displays identifies the second column, or cluster, of data to include in the sample, giving a total of 20 quiz scores.
- Create a simple random sample of 15 quiz scores.
- Use the numbering one through 60.
- Press MATH. Arrow over to PRB. Press 5:randInt(1, 60).
- Press ENTER 15 times and record the numbers.
- Record the quiz scores that correspond to these numbers.
- These 15 quiz scores are the systematic sample.
- Create a systematic sample of 12 quiz scores.
- Use the numbering one through 60.
- Press MATH. Arrow over to PRB. Press 5:randInt(1, 60).
- Press ENTER. Record the number and the first quiz score. From that number, count ten quiz scores and record that quiz score. Keep counting ten quiz scores and recording the quiz score until you have a sample of 12 quiz scores. You may wrap around (go back to the beginning).
Example 1.13
Determine the type of sampling used (simple random, stratified, systematic, cluster, or convenience).- A soccer coach selects six players from a group of boys aged eight to ten, seven players from a group of boys aged 11 to 12, and three players from a group of boys aged 13 to 14 to form a recreational soccer team.
- A pollster interviews all human resource personnel in five different high tech companies.
- A high school educational researcher interviews 50 high school female teachers and 50 high school male teachers.
- A medical researcher interviews every third cancer patient from a list of cancer patients at a local hospital.
- A high school counselor uses a computer to generate 50 random numbers and then picks students whose names correspond to the numbers.
- A student interviews classmates in his algebra class to determine how many pairs of jeans a student owns, on average.
Solution
Try It 1.13
Determine the type of sampling used (simple random, stratified, systematic, cluster, or convenience).A high school principal polls 50 freshmen, 50 sophomores, 50 juniors, and 50 seniors regarding policy changes for after school activities.
Example 1.14
Suppose ABC high school has 10,000 upperclassman (junior and senior level) students (the population). We are interested in the average amount of money a upperclassmen spends on books in the fall term. Asking all 10,000 upperclassmen is an almost impossible task.Suppose we take two different samples.
First, we use convenience sampling and survey ten upperclassman students from a first term organic chemistry class. Many of these students are taking first term calculus in addition to the organic chemistry class. The amount of money they spend on books is as follows:
$128, $87, $173, $116, $130, $204, $147, $189, $93, $153.
The second sample is taken using a list of seniors who take P.E. classes and taking every fifth seniors on the list, for a total of ten seniors. They spend the following:
$50, $40, $36, $15, $50, $100, $40, $53, $22, $22.
It is unlikely that any student is in both samples.
Solution 1
a. No. The first sample probably consists of science-oriented students. Besides the chemistry course, some of them are also taking first-term calculus. Books for these classes tend to be expensive. Most of these students are, more than likely, paying more than the average part-time student for their books. The second sample is a group of senior citizens who are, more than likely, taking courses for health and interest. The amount of money they spend on books is probably much less than the average parttime student. Both samples are biased. Also, in both cases, not all students have a chance to be in either sample.Solution 2
b. No. For these samples, each member of the population did not have an equally likely chance of being chosen.Now, suppose we take a third sample. We choose ten different part-time students from the disciplines of chemistry, math, English, psychology, sociology, history, nursing, physical education, art, and early childhood development. We assume that these are the only disciplines in which part-time students at ABC College are enrolled and that an equal number of part-time students are enrolled in each of the disciplines. Each student is chosen using simple random sampling. Using a calculator, random numbers are generated and a student from a particular discipline is selected if he or she has a corresponding number. The students spend the following amounts:
$180, $50, $150, $85, $260, $75, $180, $200, $200, $150.
Solution 3
c. The sample is unbiased, but a larger sample would be recommended to increase the likelihood that the sample will be close to representative of the population. However, for a biased sampling technique, even a large sample runs the risk of not being representative of the population.Try It 1.14
A local radio station has a fan base of 20,000 listeners. The station wants to know if its audience would prefer more music or more talk shows. Asking all 20,000 listeners is an almost impossible task.The station uses convenience sampling and surveys the first 200 people they meet at one of the station's music concert events. Twenty-four people said they'd prefer more talk shows, and 176 people said they'd prefer more music.
Variation in Data
Variation is present in any set of data. For example, 16-ounce cans of beverage may contain more or less than 16 ounces of liquid. In one study, eight 16 ounce cans were measured and produced the following amount (in ounces) of beverage:15.8, 16.1, 15.2, 14.8, 15.8, 15.9, 16.0, 15.5.
Measurements of the amount of beverage in a 16-ounce can may vary because different people make the measurements or because the exact amount, 16 ounces of liquid, was not put into the cans. Manufacturers regularly run tests to determine if the amount of beverage in a 16-ounce can falls within the desired range.
Variation in Samples
It was mentioned previously that two or more samples from the same population, taken randomly, and having close to the same characteristics of the population will likely be different from each other. Suppose Doreen and Jung both decide to study the average amount of time students at their high school sleep each night. Doreen and Jung each take samples of 500 students. Doreen uses systematic sampling and Jung uses cluster sampling. Doreen's sample will be different from Jung's sample. Even if Doreen and Jung used the same sampling method, in all likelihood their samples would be different. Neither would be wrong, however.Think about what contributes to making Doreen's and Jung's samples different.
Size of a Sample
The size of a sample (often called the number of observations) is important. The examples you have seen in this book so far have been small. Samples of only a few hundred observations, or even smaller, are sufficient for many purposes. In polling, samples that are from 1,200–1,500 observations are considered large enough and good enough if the survey is random and is well done. You will learn why when you study confidence intervals.Collaborative Exercise
Face on Die | Frequency |
---|---|
1 | |
2 | |
3 | |
4 | |
5 | |
6 |
Face on Die | Frequency |
---|---|
1 | |
2 | |
3 | |
4 | |
5 | |
6 |
Did the two experiments have the same results? Probably not. If you did the experiment a third time, do you expect the results to be identical to the first or second experiment? Why or why not?
Which experiment had the correct results? They both did. The job of the statistician is to see through the variability and draw appropriate conclusions.