Statistical Functions Flashcards

1
Q

SAMPLE(n_value, table, orderBy_expression, [order[, orderBy_expression, [order]]…])

A

Returns a sample of N rows from the specified table.

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

BETA.DIST(x,alpha,beta,cumulative,[A],[B])

A

Returns the beta distribution. The beta distribution is commonly used to study variation in the percentage of something across samples, such as the fraction of the day people spend watching television.

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

CHISQ.DIST(x, deg_freedom, cumulative)

A

Returns the chi-squared distribution.

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

CONFIDENCE.T(alpha,standard_dev,size)

A

Returns the confidence interval for a population mean, using a Student’s t distribution.

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

EXPON.DIST(x,lambda,cumulative)

A

Returns the exponential distribution. Use EXPON.DIST to model the time between events, such as how long an automated bank teller takes to deliver cash. For example, you can use EXPON.DIST to determine the probability that the process takes at most 1 minute.

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

GEOMEANX(table, expression)

A

Returns the geometric mean of an expression evaluated for each row in a table.

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

GEOMEAN(column)

A

Returns the geometric mean of the numbers in a column.

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

BETA.INV(probability,alpha,beta,[A],[B])

A

Returns the inverse of the beta cumulative probability density function (BETA.DIST).

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

CHISQ.INV(probability,deg_freedom)

A

Returns the inverse of the left-tailed probability of the chi-squared distribution.

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

CHISQ.INV.RT(probability,deg_freedom)

A

Returns the inverse of the right-tailed probability of the chi-squared distribution.

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

NORM.S.INV(Probability)

A

Returns the inverse of the standard normal cumulative distribution. The distribution has a mean of zero and a standard deviation of one.

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

PERCENTILE.EXC(column, k)

A

Returns the k-th percentile of values in a range, where k is in the range 0..1, exclusive.

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

PERCENTILE.INC(column, k)

A

Returns the k-th percentile of values in a range, where k is in the range 0..1, inclusive.

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

T.INV(Probability,Deg_freedom)

A

Returns the left-tailed inverse of the Student’s t-distribution.

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

MEDIANX(table, expression)

A

Returns the median number of an expression evaluated for each row in a table.

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

MEDIAN(column)

A

Returns the median of numbers in a column.

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

NORM.DIST(X, Mean, Standard_dev, Cumulative)

A

Returns the normal distribution for the specified mean and standard deviation.

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

COMBINA(number, number_chosen)

A

Returns the number of combinations (with repetitions) for a given number of items.

19
Q

COMBIN(number, number_chosen)

A

Returns the number of combinations for a given number of items. Use COMBIN to determine the total possible number of groups for a given number of items.

20
Q

PERMUT(number, number_chosen)

A

Returns the number of permutations for a given number of objects that can be selected from number objects. A permutation is any set or subset of objects or events where internal order is significant. Permutations are different from combinations, for which the internal order is not significant. Use this function for lottery-style probability calculations.

21
Q

PERCENTILEX.EXC(table, expression, k)

A

Returns the percentile number of an expression evaluated for each row in a table.

22
Q

PERCENTILEX.INC(table, expression;, k)

A

Returns the percentile number of an expression evaluated for each row in a table.

23
Q

POISSON.DIST(x,mean,cumulative)

A

Returns the Poisson distribution. A common application of the Poisson distribution is predicting the number of events over a specific time, such as the number of cars arriving at a toll plaza in 1 minute.

24
Q

RANKX(table, expression[, value[, order[, ties]]])

A

Returns the ranking of a number in a list of numbers for each row in the table argument.

25
Q

RANK.EQ(value, columnName[, order])

A

Returns the ranking of a number in a list of numbers.

26
Q

CHISQ.DIST.RT(x, deg_freedom)

A

Returns the right-tailed probability of the chi-squared distribution.

27
Q

T.DIST.RT(X,Deg_freedom)

A

Returns the right-tailed Student’s t-distribution.

28
Q

STDEVX.S(table, expression)

A

Returns the standard deviation of a sample population.

29
Q

STDEV.S(ColumnName)

A

Returns the standard deviation of a sample population.

30
Q

STDEVX.P(table, expression)

A

Returns the standard deviation of the entire population.

31
Q

STDEV.P(ColumnName)

A

Returns the standard deviation of the entire population.

32
Q

NORM.S.DIST(Z, Cumulative)

A

Returns the standard normal distribution (has a mean of zero and a standard deviation of one).

33
Q

T.DIST(X,Deg_freedom,Cumulative)

A

Returns the Student’s left-tailed t-distribution.

34
Q

T.INV.2T(Probability,Deg_freedom)

A

Returns the two-tailed inverse of the Student’s t-distribution.

35
Q

T.DIST.2T(X,Deg_freedom)

A

Returns the two-tailed Student’s t-distribution.

36
Q

VARX.S(table, expression)

A

Returns the variance of a sample population.

37
Q

VAR.S(columnName)

A

Returns the variance of a sample population.

38
Q

VAR.P(columnName)

A

Returns the variance of the entire population.

39
Q

VARX.P(table, expression)

A

Returns the variance of the entire population.

40
Q

CONFIDENCE.NORM(alpha,standard_dev,size)

A

The confidence interval is a range of values. Your sample mean, x, is at the center of this range and the range is x ± CONFIDENCE.NORM. For example, if x is the sample mean of delivery times for products ordered through the mail, x ± CONFIDENCE.NORM is a range of population means. For any population mean, μ0, in this range, the probability of obtaining a sample mean further from μ0 than x is greater than alpha; for any population mean, μ0, not in this range, the probability of obtaining a sample mean further from μ0 than x is less than alpha. In other words, assume that we use x, standard_dev, and size to construct a two-tailed test at significance level alpha of the hypothesis that the population mean is μ0. Then we will not reject that hypothesis if μ0 is in the confidence interval and will reject that hypothesis if μ0 is not in the confidence interval. The confidence interval does not allow us to infer that there is probability 1 – alpha that our next package will take a delivery time that is in the confidence interval.

41
Q

NORM.INV(Probability, Mean, Standard_dev)

A

The inverse of the normal cumulative distribution for the specified mean and standard deviation.

42
Q

LINESTX ( table, expressionY, expressionX[, …][, const] )

A

Uses the Least Squares method to calculate a straight line that best fits the given data, then returns a table describing the line. The data result from expressions evaluated for each row in a table. The equation for the line is of the form: y = Slope1x1 + Slope2x2 + … + Intercept.

43
Q

LINEST ( columnY, columnX[, …][, const] )

A

Uses the Least Squares method to calculate a straight line that best fits the given data, then returns a table describing the line. The equation for the line is of the form: y = Slope1x1 + Slope2x2 + … + Intercept.