Descriptive Statistics and Sampling Flashcards

1
Q

What is a frequency table?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is QUANTitative data?

A

data with numeric values (e.g., height, income, age)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is a grouped frequency table?

A

groups data into classes (especially useful for continuous data)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is mean?

A

A math term for “average.” Mean is calculated by dividing the total by the number of values.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is continuous data?

A

Data that fill up a whole spectrum or range or values. Usually, these are measurements.

Examples: height, weight, distance, etc.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is discrete data?

A

Things that can only take specific values, typically countable values

For example: number of pets, shoe size

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is QUALitative data?

A

Data can be separated into different categories that don’t have anything to do with numbers. (e.g., hair color, race, favorite artist)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are the 4 measures of variability?

A
  • range(max-min)
  • IQR (Q3-Q1) (interquartile range)
  • standard deviation
  • variance (standard deviation squared)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is a quartile?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What are the three measures of central tendency?

A
  • Mean (average)
  • Median (middle #)
  • Mode (most frequent #)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is a census

What are two disadvantages/advantages

A

A census is data collected by every member of the population

Two disadvantages for this is it is two expensive and it takes too long to collect all the information

Two advantages are every one in the population is used and it isn’t biased

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is a sample

What are two disadvantages/advantages

A

A sample is a small amount of people from the population being used for the questionnaire

Two disadvantages of this are it doesn’t include everyone and it could be biased

Two advantages of this are it is quicker and cheaper

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is the difference between population and sample?

A

Population is a group of people we want to know about (e.g., all American teenagers)

Sample is a subset of the population (useful because we usually can’t collect data on everyone) (e.g., 10 teenagers randomly selected from each of the 50 states, for a total sample of 500 teenagers)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is a mid-interval value?

A

the middle value in a class (useful when calculating descriptive statistics from a grouped frequency table)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

How do you calculate descriptive statistics of the data from a frequency table?

A
  1. Enter the data (stat, enter)

If it is a normal frequency table, put the data values into L1 and the frequencies into L2.

If it is a grouped frequency table, put the mid-interval values of each class into L1 and the frequencies into L2.

  1. Calculate descriptive statistics (stat, CALC, 1:1-Var Stats)

For FreqList, type in L2 (2nd, 2).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is the calculator symbol for mean?

A

x bar

17
Q

How do you calculate mean from a list of data?

A

Add all the values, divide by the number of numbers.

18
Q

What is the calculator symbol for standard deviation?

A
19
Q

How do you calculate the variance?

A

variance = standard deviation squared

20
Q

Simple Random Sample

A

Using a random number generator or other random method to randomly pick a subset of the population.

Asking the first fifty people you see is NOT random.

21
Q

Convenience sample

A

doing what is easy or convenient for the researcher

example: asking the first fifty people you see

downside: non-random, meaning that the sample is biased and not representative of the population.

22
Q

Quota sampling

A

Sampling people from one or more subgroups of your population using a nonrandom method.

For example: If you are surveying a school, you might want to get people from every grade, so you ask people you see after school to take your survey until you get ten people from each grade.

downside: non-random, meaning that the sample is biased and not representative of the population.

23
Q

systematic sampling

A

sampling every nth member of the population.

example: getting an alphabetical list of everyone in your school, then surveying every tenth person on your list.

24
Q

Stratified sampling

A

Randomly sampling from subgroups of your sample.

For example: If you are surveying a school, you might want to get people from every grade, so you use a random number generator to select ten people from every grade to take your survey.

25
Q

similarity and difference between stratified and quota sample

A

similarity: both have to do with subgroups

difference: stratified uses a random methodology to choose people to sample from the subgroups, while a quota sample is non-random.