Randomness, Samples Surveys, and Observations Flashcards

1
Q

Pick numbers for lottery

A

Random

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q
Start with seed value and build with algorithm
Random integer table
-Appendix F
-Start at top left
-Read 1 digit, 2, 3 ect.
-If not in range, then skip
A

Pseudo random

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q
Math
Prob
rand is [0,1]
randInt(min, max, number of answers)
-Can store into list
-Not equal probability
A

Random integer

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

Dice Rolling (2)

  • 6 options for one dice
  • 6 options to pair it with
  • 36 combinations
A

Calculating possibilities

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

Math

Remainder (x,y)

A

Remainder

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

Apps

ProbSim

A

Simulate dice

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

Assign random integers
Produce random integers
Sort
Store into list

A

Comparing

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

Sample should be _ and represent whole population which can be obtained by _.

A

Diverse, randomizing

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

_ rather than choice in sampling.

A

Random

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

Key numbers in mathematical models

A

Population parameters

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

Means that the statistics reflect the parameters

A

Representative

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

What sample size in drawn from

A

Sampling frame

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

If sample is different, then data will be different

Benefits stratified

A

Sampling Variability

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

Simple Random Sample

  • Has to be equivalent of drawing names out of a hat
  • Every subset of size n has _ chance of being chosen
  • Not every individual has an equal chance (only _) because any sampling method has an equal chance for the individual
A

Equal, subset

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

Stratified (like a layered cake)

  • Choose the separation
  • Layers are as thick as that group is _ in the population
  • Predefine groups (_) and perform an SRS on each strata, then put them apart and back together
  • Better than SRS because more representative of population
A

Represented, strata

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

Systematic

-Choose every _ term

A

nth

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

Cluster Sampling

  • Population is already split up into _
  • Choose a cluster(s) by SRS
    • Ex. School, zip code, street
  • Perform a _ of that cluster
    • A census is asking or measuring everything
    • Questioning the whole population
  • Good when _ separated
A

Clusters, census, physically

18
Q

Convenience Sample

  • Voluntary response survey
  • Usually a lot of _
19
Q

Combine several sampling methods

A

Multilayer samples

20
Q

Trail run of survey

21
Q

Only people with strong opinions respond

A

Voluntary response bias

22
Q

Those who don’t care don’t respond

A

Nonresponse bias

23
Q

Not proportionally representative

A

Under coverage

24
Q

Something is done to influence people’s responses or they give incorrect answers

A

Response bias

25
Characterized by giving treatment and random assignment and see cause and effect
Experiments
26
Stratified: _
Blocking
27
Only block if there is a _ in the results based on the separation
Difference
28
Completely Randomized (Good) - Treatments assigned randomly to all _ - Compare effects of treatment
Subjects
29
Block Design (Better) - Splitting subjects into heterogeneous groups (blocks) - Assign treatments randomly in each _ - Compare effects across blocks
Block
30
``` Match Pairs (Best) -Every subject receives _ treatment or treatment and placebo ```
Both
31
Factor
Broader
32
Level
Extra division of factor
33
Attributes to effect
Response
34
Subjects
Experimental units
35
Designing Experiments - Assign random _ on call list - Block if necessary - Generate random integers - Skip _ - Skip numbers not in _ - Associate back to names - Call them - Try to have at least 5 trials - Should have a _
Integers, repeats, range, control
36
Subject doesn’t know what treatment
Blind (Good)
37
Subject and evaluator don’t know which treatment | Only head scientist knows
Double Blind (Better)
38
Levels of one factor are associated with another factor in such a way that the effects cannot be separated
Confounding
39
Pairing people who are similar to see results of different variables
Matching
40
No treatments or manipulations just study records No cause and effect Only correlation and association
Observational studies
41
_ - Past - Find relationships - No need to be randomized
Retrospective
42
_ - Future - Find relationships - Estimate differences
Prospective