PS1018 - statistics Flashcards

(64 cards)

1
Q

why do psychologists need statistics

A

to summarise/describe data
to generalise from samples to populations

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

variables

A

anything that can have different values

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

discrete variables

A

limited number of values, countable values

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

continuous variables

A

uncountable, infinite data

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

categorical data

A

nominal and ordinal

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

numerical data

A

interval and ratio

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

nominal

A
  • no rank/order
  • mode most common measure of CT
  • Gender/eye colour
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

ordinal

A
  • categories, but has an order/rank
  • median most common measure of CT
  • level of agreement
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

interval

A
  • usually measured in numbers
  • have an order, spaces between measurement are equal
  • mean most common measure of CT
  • temperature
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

ratio

A
  • ordered/ranked
  • distance between points is consistent
  • zero point = absolute zero
  • mean most common measure of CT
  • mean most common
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

frequency histograms

A

graphical representation of distribution of a data set

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

unimodal distributions

A

only one most common score

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

bimodal distributions

A

two equally common scores

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

positively skewed

A

tail goes towards the negative end

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

central tendency

A

where most of the scores are

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

variability

A

degree of ‘spread’ about an average

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

interquartile range

A
  • find the median
  • find first quartile (middle score of lower half of scores)
  • find third quartile (middle score of upper half of scores)
  • difference between 1st and 3rd quartiles
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

s2

A

sample variance

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

sample variance - xi

A

term in data set

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

sample variance - x- (line on top of x)

A

sample mean

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

sample variance - n

A

sample size

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

how to calculate sample variance

A
  • calculate the mean
  • subtract mean from each data value
  • square the results
  • add results together
  • divide this result by n-1
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

example data : 2, 6, 8, 3, 5, 7, 2, 1, 2

A

s2 = 6.5

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

sample standard deviation

A

square root of sample variance

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
problems with summary statistics
hides info about full distribution doesn't represent whole data set 'ignores' information about individual differences
26
what is sample variance
measures how much the data points in a sample deviate from the sample mean
27
Standard Error of Mean (SEM)
SD/square root of sample size
28
the raincloud plot
most rich data representation, showing individual data and distribution
29
raincloud plot - the cloud
smoothed representation of distribution
30
raincloud plot - summary plot
the mean
31
raincloud plot - the 'rain'
individual data
32
what does a boxplot show
median 1st and 3rd quartile error bars - range of data within 1.5 IQR of 1st and 3rd quartiles
33
why use boxplots
- skew and outliers show - richer than simple summary stats
34
histograms
show full distribution of data
35
probability of an event
number of possible occurrences of the event divided by the total number of all possible events
36
probability rules - addition rule (A or B)
P(A or B) = p(A) + p(B) A & B are mutually exclusive (if A occurs, B cannot)
37
probability rules - multiplication rule (A and B)
p(A,B) = p(A) x p(B) A & B are independent - A occurring doesn't effect B occurring
38
Example: Bag of 100 marbles, containing 10 red, 30 green, 60 blue - probability of red
10/100 = 0.1 (10%)
39
Example: Bag of 100 marbles, containing 10 red, 30 green, 60 blue - probability of green
30/100 = 0.3 (30%)
40
Example: Bag of 100 marbles, containing 10 red, 30 green, 60 blue - probability of blue
60/100 = 0.6 (60%)
41
Example: Bag of 100 marbles, containing 10 red, 30 green, 60 blue - probability of either a red or blue marble in 1 pick
p(r o b) = p(r) + p(b) = 0.7 (70%)
42
Example: Bag of 100 marbles, containing 10 red, 30 green, 60 blue - probability of red marble on 1st pick, then blue marble on 2nd pick (return marble after 1st pick)
p(r,b) = p(r) x p(b) = 0.1 x 0.6 = 0.006 (6%)
43
What is the sign test
non-parametrical statistical test
44
what is the purpose of the sign test
to determine whether there is a significant difference between medians of two related groups
45
when should you use the sign test
- data is paired of matched - data is ordinal or does not meet parametric assumptions - testing for a median difference
46
sign test - step 1
calculate the difference between paired observations
47
sign test - step 2
assign a sign to each difference (+, -, 0)
48
sign test - step 3
ignore cases with no differences
49
sign test - step 4
count the number of positive and negative signs
50
sign test - step 5
use the binomial distribution to test the null hypothesis
51
what is the test statistic in the sign test?
the smaller of the counts of positive or negative signs
52
how to determine if the results are significant in a sign test
- compare the test statistic from the critical value from the binomial distribution table - if its less or equal to critical value, reject null hypothesis
53
advantages of the sign test
- simple to use - doesn't require normally distributed data - suitable for small sample sizes
54
limitations of the sign test
- only considers the direction of change, ignoring magnitude - tied values (zero differences) are excluded, may reduce sample size
55
Wilcoxon matched-pairs test
- within-subjects test of differences - two condition experiments with ordinal data - non-parametric
56
What variables do difference tests include?
Discrete and continuous
57
What variables do relationship tests include?
Two continuous variables
58
Non-parametric test
data doesn't have to be normally distributed
59
Parametric tests
data is normally distributed
60
why use Wilcoxon instead of sign test when possible?
Sign test 'throws away' size of differences, but Wilcoxon is sensitive to this
61
what test to use with two categorical variables
chi-square
62
what test to use with one numerical variable
t-test
63
what test to use with one numerical and one categorical variable
t-test or ANOVA
64
what test to use with two numerical variables
spearman's rho, pearsons correlation coefficient