stats Flashcards

(7 cards)

1
Q

how to find width from histogram

A

class width/actual width = class width/x

then solve for x

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

how to find height from a histogram

A

find frequency density ( frequency/ class width)

then FD/actual height = FD/x
solve for x

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

coding with standard deviation

A

ignore + or - variables
e.g. if code = y=(2x+5)/10
then the standard deviation of y would be coded as 2(standard deviation of x) / 10 (the +5 is omitted)

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

conditions for approximating a binomial distribution

A

n is large and p is close to 0.5

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

how to convert binomial to normal distribution

A

mean=np
variance = np(1-p)

continuity corretions-+ or - 0.5 depending on situation

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

what to apply if going from binomial to normal distribution

A

continuity corrections
+ or - 0.5 depending on what circumstance
basically think about what your answer will round to as you want to include all data points

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

when to use pmcc

A

-only use pmcc when you are looking at correlation
-if question is a normal hypothesis test compare the value you found to the significance level given

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