Sampling Methods

0.0(0)
studied byStudied by 0 people
full-widthCall with Kai
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/18

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

19 Terms

1
New cards

Random Sample

Each subject has the same chance of being selected

2
New cards

Simple Random Sample

Each sample of size n is equally likeley

3
New cards

Systematic Sampling

Take every kth subject after some random starting point

4
New cards

Stratified sampling

subdivide the population into several large subgroups and conduct a SRS

5
New cards

Cluster Sampling

Subdivide the population into many small clusters, then randomly select some of the clusters and use all of the subjects within each selected cluster

6
New cards

Convenience Sampling

Use whichever subjects are easiest to get

7
New cards

Population

everyone we care about

8
New cards

Experimental Design

How we aquire the sample, how we test treatments on sample

9
New cards

descriptive statistics

self-referential about sample

10
New cards

parameter

a measure of some characteristic of the population

11
New cards

statistic

measure of some characteristic of the sample

12
New cards

census

a measure of everyone

13
New cards

generalize and cause/effect

What can we infer with random sampling and random assignment?

14
New cards

cause/effect

What can we infer with non-random sampling and random assignment?

15
New cards

Generalize

What can we infer with random sampling and non-random assignment?

16
New cards

Observation

What can we infer with non-random sampling and non-random assignment?

17
New cards

q, n, up, 1, 2

How to find Quantiles: 1. Take __ * __ 2. If it is not an integer, then round __. If it is an integer, i, then (x(i) + x(i + _))/__.

18
New cards

median, quartiles, iqr, 1.5*iqr, 3*iqr, x.25-L1, x.75+L1, x.25-L2, x.75+L2, a1, a3, 

Boxplot

  1. Find the _______ and both _________. 

  2. Find the ___.

  3. Find L1 = ________ and L2 = ______. 

  4. Find inner fences: f1 = ______ and f3 = ______. and outer fences: F1 = ______ and F3 = _____. 

  5. __ is the smallest value in the dataset greater than or equal to f1, and __ is the largest value less than or equal to f3. 

19
New cards

P(A)*P(B)

Probability of A intersect B equals this if A and B are independent.