EXAM 1 Flashcards

(50 cards)

1
Q

Descriptive Statistics

A
Pictorial and tabular methods (stem and leaf, histogram)
Numerical measures (mean, median, range, variance)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Inferential Statistics

A

Draw conclusions about a parameter (Confidence intervals, Hypothesis testing)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q
Population
Sample
Variable
Observation
Data
A

Population- a well-defined collection of objects
Sample- a subset of the population
Variable- characteristics of the objects
Observation- an observed value of a variable
Data- a collection of observations

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

Variable

A

Characteristic whose value may change from one object to another in the population
Discrete (# of people in a room)
Continuous (length of a road)

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

Stem and leaf plot

A

Leading value on main axis and other values on the chart
In order smallest to largest
Visualize symmetric distribution, peaks and outliers

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

Dotplot

A

Represent observations with dots above the measurement
Stack dots vertically
Visualize typical values, spread of set, extremes, and gaps

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

Histogram

A

When the set is large
Relative frequency over measurement
Unimodal (one peak), Bimodal (two peaks), Multimodal (many peaks), Symmetric (left=right), Pos skewed (right tail), Neg skewed (left tail)

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

Relative Frequency

A

c = frequency of c / total observations

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

Sample mean

A

Mean of all observations in the data set
x bar = ∑ x / n
Measures location/ center of a sample
Population mean, μ, is the average of the entire population

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

Sample median

A

Middle value of the sample, x~
Order from small to large and find middle value
Average the value if there are two middle values
Population median, μ

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

Trimmed mean

A

A method used to make the mean less skewed due to outliers by removing a percent of the top and lower values

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

Quartiles

A
Median separates the sample into lower and upper sub-samples
Q1 is median of lower half 
Q2 is median
Q3 is the median of the upper half 
IQR = Q3-Q1
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Variance

A

Average magnitude of the devition from the sample mean

s^2 = (∑ xi - x bar) ^2 / n-1

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

Standard Deviation

A

s = sqrt(s^2)

Square root of variance

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

Degree of Freedom

A

n-1

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

Sxx

A

Numerator of s^2
Sxx = ∑ (xi - xbar)^2
Sxx = ∑ xi^2 - [ (∑ xi)^2 / n ]

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

Boxplots

A

Five number summary (min, Q1, x~, Q3, max)
Center, spread, symmetry, outliers
1. Draw horizontal axis find Q1, Q2, Q3, and IQR
2. Place a rectangle above the axis with the Q1 and Q3
3. Place a vert line on Q2
4. Draw wiskers to largest and smallest point

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

Experiment

A

Any activity or process whose outcome is subject to uncertainty

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

Sample space

A

the set of all possible outcomes of that experiment, S

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

Event

A

Any collection or subset of outcomes contained in the sample space S
Use upper case letters to denote events
Simple: One outcome
Compund: More than one outcome

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

Complement

A

A’

all outcomes of S that are not in A

22
Q

Union

A

A ∪ B

All outcomes that are either in A or B or in both events

23
Q

Intersection

A

A ∩ B

All outcomes that are in both A and B

24
Q

Empty Set

A

The null event
No outcomes
“∅”

25
Mutually Exclusive or Disjoint
A and B have not outcomes in common | A ∩ B = ∅
26
Probability
Measure of the chance that A will occur
27
Axioms
P(A) ≥ 0 P(A) ≤ 1 P(S) = 1
28
Interpreting relative frequency
Rel Freq varies at low number of times | Will approach the limiting rel freq after many times
29
Complement Law
P(A) = 1 − P(A′)
30
Addition Law
P (A∪B) = P (A) + P (B) − P (A∩B) Mutually Exclusive: P (A∪B) = P (A) + P (B) P (A∪B∪C) = sum of individual - double intersections - all intersection
31
Equally likely outcome
Fair coin, fair die p = 1/N N = # of outcomes
32
Equally likely multiple outcomes
``` p = N(A) / N N = # of possible outcomes N(A) = # of outcomes in question, A ```
33
Product rule for ordered pairs
Number of possible pairs = n1 * n2 | n = # of possible options
34
Permutations
An ordered subset | P k,n = n! / (n−k)!
35
Combination
An unordered subset | C k,n = n! / (n−k)! * k!
36
Conditional Probability
Probability of A given B had occured | P (A|B) = P (A ∩ B) / P (B)
37
Multiplication Rule with cond prob
P (A ∩ B) = P (A|B) P (B) = P (B|A) P (A)
38
Bayes' Theorem / Law of total probability
P(B) = ∑ P(B | Ai) P(Ai)
39
Independence
Two events A and B are independent if P (A|B) = P (A), and are dependent otherwise
40
Multiplicative rule when independent
P (A ∩ B) = P(A) * P(B)
41
Random variable
Any rule that associates a number with each outcome in S | Upper case letters
42
Bernoulli random variable
Any random variable whose only possible values are 0 and 1
43
Discrete vs Continuous
``` Discrete = countable, number of something, whole numbers Continuous = possible values consists of every number in a range, many decimals, probability = 0 ```
44
Probability mass function (discrete)
Distribution of all the probabilities For every possible value of x of the random variable, the pmf specifies the probability of observing that value when the experiment is performed.
45
Cumulative distribution function
Method to describe the distribution of probability by finding the probability if x is greater than or equal to Creates a step function
46
Cumulative Distribution Equation
P(a ≤X ≤b) = F(b) −F(a−)
47
Expected Value
E(X) = μx = ∑ x ·p(x) = sample mean E(X^2) = ∑ x^2 ·p(x) = expectation squared
48
Expectation Variance
V (X) = ∑ (x −μ)^2 ·p(x) = E[(X −μ)2] SD = sqrt( E[(X −μ)2] ) alt. E[(X −μ)2] = E(x^2) - [E(x)]^2
49
Variance of Linear Function
V (aX + b) = σ^2 (aX+b) = a^2 σ^2 X and σ aX+b = |a|σ X
50
Binomial Distribution
An experiment where trials are independent and can take on either success or failure. P = C 5,x / N b(x;n,p) = n,x p^x (1-p)^(n-x) E(X) = np V (X) = np(1 −p) σX = √np(1 −p)