Statistics AS Flashcards

(59 cards)

1
Q

Sum of the data notation

A

Σx

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

Mean of the data notation

A

x bar

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

X bar =

A

Σx / n

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

Q1 =

A

n/4

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

Q2 =

A

n/2

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

n3 =

A

3n /4

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

IQR =

A

Q3 - Q1

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

X bar = (from frequency table)

A

Σx2 / Σf

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

Median from UNGROUPED data set

A

n + 1 / 2

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

Median from GROUPED data

A

n / 2

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

Linear interpolation =

A

x - lower bound / group width = percentile - lower bound / group width

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

σ^2 = (variance)

A

Σx^2/n - (Σx/n)^2

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

σ = (standard deviation)

A

Sqrt(Σx^2/n - (Σx/n)^2)

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

σ = (from coding)

A

Sqrt (Sxx summary stats / n)

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

σ^2 = (from frequency table)

A

Σxf ^2/Σf - (Σfx/Σf)^2

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

σ =(from frequency table)

A

Sqrt(Σxf ^2/Σf - (Σfx/Σf)^2)

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

Mean of y from code y = ax + b

A

a (x bar) + b

a times mean of x. Add b

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

Standard deviation of y from code y = ax + b

A

σy = a(σx)

a times standard deviation of x

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

Outlier definition

A

out of 1.5x IQR from Q1 or Q3
Or 2 standard deviations from mean

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

Frequency =

A

frequency density x class width x k

Where k is constant

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

Frequency = (from histogram)

A

k x area

Where k is a constant

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

How to draw a frequency polygon

A

Join up midpoints

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

Define cleaning the data

A

Removing incorrect data values (anomalies)

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

Define consistent

A

Smaller range/ standard deviation/ IQR

25
Define experiment
Repeatable activity that has a result that can be observed and recorded
26
Define outcome
A result from an experiment
27
Define sample space
A way to show all possible outcomes
28
Define event
An outcome/ outcomes
29
And
n intersection
30
Or
u Union
31
Not
A’ The complement of A
32
Define independent
Outcomes don’t affect each other
33
for independent events, P(A n B) =
P(A) x P(B)
34
For mutually exclusive, P(A n B) =
0
35
Define mutually exclusive
Events can’t occur together
36
For mutually exclusive, P(A u B) =
P(A) + P(B)
37
Universe
S, U, ξ
38
empty set
Φ
39
conditional probability
Probability of A given B has already occurred P(A|B)
40
P(A|B) =
P(A n B) / P(B)
41
for independent events, P(A|B) =
P(A) because we know P(A n B) = P(A) x P(B) and P(B) / P(B) = 1
42
Two way table
Lists the frequencies for the outcomes of both events happening together (column and row)
43
find conditional probability from tree diagram
Second tree is P(B|A) , P(B’|A) and P(B|A’) and P(B’|A’) So P(B) = P(B|A) + P(B|A’)
44
P(A u B) =
P(A) + P(B) x P(A n B)
45
discrete random variable
CAPITAL X or Y
46
P(X = x) meaning
Probability that random variable X takes value of x
47
Σ P(X = x) =
1
48
X is at most k
X =< k
49
X is no greater than k
X =< k
50
X is at least k
X => k
51
When can binomial distribution be used
Fixed number of TRIALS, n fixed probability of success, p OUTCOMES of each trial are independent 2 OUTCOMES only
52
mean of successful trials in binomial distribution
np
53
Variance of number of successful trials
np(1 - p)
54
let X =
NUMBER OF … (success outcome)
55
nCr =
n! / r! (n-r)!
56
P(X>a) = (for calculator)
1 - P(X<=a)
57
P(X>=a) = (for calculator)
1 - P(X<=a-1)
58
P(a < X < b) = (for calculator)
P(X <= b-1) - P(X <= a)
59
P(a =< X =< b) = (for calculator)
P(X <= b) - P(X <= a-1)