Midterm Flashcards

(49 cards)

1
Q

Nominal

A

any order, many categories (gender, location, etc)

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

Ordinal

A

ranked or in a specific order (5 star rating) but not same distance between ranks

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

Interval

A

can be ordered and have no true zero (0 means attribute did not exist) and cannot be compared directly (10 degrees is not twice as warm as 5)

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

Ratio

A

has an order with natural zero so can be compared (time, 10 min is twice as long as 5)

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

Skewed

A

heavily weighted to one side
Negative skewness: weighted (taller) to the right
Positive skewness: weighted to the left

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

Variance

A

the square of the deviation
High = data points are very spread out from each other and mean
Low = data points are very close to mean and each other

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

Non-Probability/Non-Random Sampling

A

not selected at random therefore some units have no chance of selection.

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

Judgement or purposive

A

chose based on porpose with limited people with expertise in the area being researched

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

Quota

A

select until you reach predetermined # within a category (age, gender, etc.)

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

Snowball

A

one person refers another

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

Self-selection

A

based on if people agree to participate or not in the sample

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

Convenience, haphazard, accidental

A

chosen based on convenience (research pool)

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

Random sampling

A

each item has equal probability of being selected. Eliminates bias.

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

Simple random

A

all equal chance of selection by chance. Table or generator.

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

Stratified

A

divide N into subgroups (age, gender,…) and take sample from each

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

Cluster

A

divide N into clusters with some from each subgroup and use entire cluster

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

Systematic

A

units are selected from random starting point or fixed interval

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

Relative frequency

A

Number of occurrences/number of experiments - %

Frequency = how many times an event occurs

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

P(A)

A

probability of A occuring of all possible outcomes

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

P(A’)

A

probability of everything but A occuring

21
Q

(A U B)

A

probability that either A or B or both occur P(A) + P(B) - P(A∩B) - probability A + probability B - intersection of A and B

22
Q

P (A∩B)

A

probability that both A and B occur at the same time

P(A l B) x P(B)

23
Q

P (A l B)

A

probability that A will occur given B has happened

24
Q

Empirical Rule

A

68, 95, 99.7

68% lie with +/- 1 standard deviation σ
95% within +/- 2 standard deviation σ
99.7 within +/- 3 standard deviation σ

25
Kurtosis
peakness of distribution
26
Lepto
higher peak (positive kurtosis)
27
Platy
Lower peak (negative kurtosis)
28
Chebyshev
At least 1 - 1/K^2 lie within k st. deviation | K = NUMBER of standard deviations
29
Discrete distributions
outcomes are whole numbers (binomial and poisson)
30
Binomial
each trial has either success of failure Binom.dist (x, n, p, 1/0) 1 = cumulative - prob you get x or less 0 = exact - prob you get exactly x
31
Poisson
counting #’s over a specific period/interval Poisson.dist (x, mean, 0/1) Adjust your mean so that the intervals match Sq.rt (lambda) = standard deviation
32
Poisson Approximation to the Binomial
Use if n > 20, and mean np <= 7 Large # of trials, small chance of success Poisson.dist (x, mean NP, 1/0)
33
Continuous Probability Distribution
you can not count the outcome (uniform, normal) | Probability of getting EXACT number is ZERO - ALWAYS CUMULATIVE
34
Uniform
constant probability between a max and minimum - Height x length - 1 / (b - a) * (d - c) - There is 0 probability outside of the max/min bounds
35
Normal Distrubition
= norm.dist (x, μ, st. dev, 1) To find x value = norm.inv (p, μ, st. dev) ALWAYS 1 You can put exact values in and not use number line
36
normal approximation
used to approximate binomial when Mean: np > 5 AND n(1-p) > 5 Must find mean and standard deviation Use CORRECTION FACTOR
37
Standard Normal Distribution
curve with mean of 0, st. deviation of 1 Translate normal into standard normal using Z score Z score = point - mean / st. dev Norm.s.dist (z value, 1) To find z when we know probability = Norm.s.inv (probability)
38
Z score
point - mean / st. dev
39
Sampling Distributions
now model the average / random amount of x bar rather than single number
40
Central limit theorem
if sample size is > 30 the sample mean will be normally dist.
41
Sampling Distributions Boat 1
Know population st. deviation and no population size / n/N < 5% Find sample mean and sample standard deviation Sample average standard deviation = st. dev/√n
42
Sampling Distributions Boat 2
Know population st. D and n/N > 5%, use finite correction factor Multiply sample average st. deviation by finite correction factor
43
Sampling Distributions Boat 3
do NOT know know population standard deviation Only S (sample st. dev) → T-distribution T.dist (t value, df, 1) T.inv (p, df) x̄ is the number you are modeling
44
Confidence interval
proportion of intervals that would contain the true mean x bar is sample mean
45
Alpha
space outside of bounds of confidnce interval
46
Elementary
simple/basic) event: cannot be broken down into smaller events.
47
Compound event
composed of two or more elementary events
48
Mutually exclusive events
events that cannot occur simultaneously
49
Percentiles
percentile.inc (array,k) 1% = 1% of data is below, 99% is above Array = all data K = the percentile you are looking for (1% = 0.01)