final exam Flashcards

(31 cards)

1
Q

Interquartile range formula

A

Q3-Q1

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

outliers equations

A

Q1-1.5(IQR)=lower bound
Q3+1.5(IQR)=higher bound

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

When are dot plots best?

A

For small sets of data with values that are close together

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

Measure of center and variation for data with no outliers

A

Mean and standard deviation

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

z-score formula

A

x-x bar/s

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

how to find frequency distribution

A

Highest value-lowest value/class number

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

how to find percentiles

A

number/100 x number of data values

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

how to find percentile corresponding to a number

A

number of values below number+0.5/number of data values x 100

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

how to determine a probability distribution

A

sum of values=1, values are all between 0 and 1

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

p(x=a)

A

binompdf(n,p,a)

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

p(x< or equal to a)

A

binomcdf(n,p,a)

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

p(x<a)

A

binomcdf(n,p,a-1)

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

p(x>a)

A

1-binomcdf(n,p,a)

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

p(x> or equal to a)

A

1-binomcdf(n,p,a-1)

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

mean for binomials

A

n x p

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

standard deviation for binomials

A

square root of n x p x q

17
Q

uniform distribtion

A

x-axis: a and b, y-axis: 1/b-a

18
Q

p(x<c>c) or p(c<x<d)</c>

A

number in between x times 1/b-a

19
Q

p(a<x<b) in-between

A

normalcdf(a,b, mean, standard deviation)

20
Q

p(x<b>b) small tail</b>

A

0.5-normalcdf(a,b, mean, sd)

21
Q

p(x<b>b) big tail</b>

A

0.5+normalcdf(a,b,mean,sd)

22
Q

area of normal distribution

A

x=invnorm(alpha, mean, standard deviation)

23
Q

two small tails

A

1-normalcdf(a,b,mean,sd)

24
Q

distribution for z scores

A

mean=0, standard deviation=1

25
Empirical rule
percentage of values that lie within an interval estimate in a normal distribution: 68%, 95%, and 99.7% of the values lie within one, two, and three standard deviations of the mean, respectively
26
Chebyshev's theorem
if the mean (μ) and standard deviation (σ) of a data set are known, then at least 75% of the data points should lie within two standard deviations of the mean (μ ± 2σ)
27
Sample size is larger or smaller if you increase the confidence level or decrease the margin of error
Larger
28
Level of confidence increases as...
the size of the interval increases
29
Relative frequency
sum of all values=1
30
Cumulative frequency
how much has accumulated up to that class
31
Cumulative relative frequency
Cf/total