Excel Practice Flashcards

1
Q

What is the equation for the sample mean (x_bar)?

A

=AVERAGE()

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

What is the equation for the sample (s) standard deviation?

A

=STDEV.S()

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

What is the equation for sample size(n)?

A

=COUNT()

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

In null hypothesis tests, what is the equation for the sampling distribution mean?

A

=x_bar

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

In null hypothesis tests, what is the equation for sampling distribution SD (SE)”?

A

= sample SD / SQRT(n)

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

In null hypothesis tests, what is the equation for the Z-statistic?

A

=(x_bar - u0) / SE

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

For possible alternate hypotheses testing, what equation do you use to test if the population mean is greater than the null hypothesis mean?

A

=NORM.S.DIST(z-statistic,TRUE)

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

For possible alternate hypotheses testing, what equation do you use to test if the population mean is less than the null hypothesis?

A

=1-NORM.S.DIST(z-statistic,TRUE)

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

For possible alternate hypotheses testing, what equation do you use to test if the population mean does not equal the null hypothesis mean?

A

=@*NORM.S.DIST(-ABS(z-statistic),TRUE)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q
To find center and variability values of the following list, what equations are used?
sample size
mean
median
mod
min
max
range
standard deviation
A
Sample size = COUNT()
Mean = AVERAGE()
Median = MEDIAN()
Mode = MODE()
Min = MIN()
Max = MAX()
Range = MAX()-MIN()
Stan. Deviation = STDEV.S()
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

In estimating a large sample mean, what is the equation for alpha (significance level)?

A

1-level of confidence

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

What is the level of confidence percentage?

A

The predetermined value of your choice. You repeat the experiment over and over until you reach this value for high confidence that your device works.

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

In estimating a large sample mean, what is the equation for the margin of error?

A

=CONFIDENCE.NORM(alpha, sample SD, sample size)

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

In estimating a large sample mean, how do you find the lower bound of the confidence interval?

A

=(sample mean) - (margin of error)

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

In estimating a large sample mean, how do you find the upper bound of the confidence interval?

A

=(sample mean) + (margin of error)

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

For linear regression, what is the correlation coefficient(r) equation?

A

=CORREL(Y values, X values)

17
Q

For linear regression, what is the slope equation?

A

=SLOPE(Y values, X values)

18
Q

For linear regression, what is the intercept equation?

A

=INTERCEPT(Y values, X values)

19
Q

For linear regression, what is the coefficient of determination(r^2) equation?

A

=RSQ(Y values, X values)