Статистические functions

[ ] indicates optional parameters

FРАСП(x, степени_свободы1, степени_свободы2)
FРАСПОБР(вероятность, степени_свободы1, степени_свободы2)
ZТЕСТ(массив, x, [сигма])
БЕТАОБР(вероятность, альфа, бета, [А], [B])
БЕТАРАСП(x, альфа, бета, [А], [B])
БИНОМРАСП(число_s, испытания, вероятность_s, интегральный)
ВЕЙБУЛЛ(x, альфа, бета, интегральный)
ВЕРОЯТНОСТЬ(x_диапазон, диапазон_вероятн, нижний_предел, [верхний_пред])
ГАММАНЛОГ(x)
ГАММАОБР(вероятность, альфа, бета)
ГАММАРАСП(x, альфа, бета, интегральный)
ГИПЕРГЕОМЕТ(пример_s, размер_выборки, ген_совокупность_s, размер_ген_совокупности)
ДИСП(число1, [число2, ...])
ДИСПА(значение1, [значение2, ...])
ДИСПР(число1, [число2, ...])
ДИСПРА(значение1, [значение2, ...])
ДОВЕРИТ(альфа, стандартное_откл, размер)
КВАДРОТКЛ(число1, [число2, ...])
КВАРТИЛЬ(массив, значение)
КВПИРСОН(известные_y, известные_x)
КОВАР(массив1, массив2)
КОРРЕЛ(массив1, массив2)
КРИТБИНОМ(испытания, вероятность_s, альфа)
ЛГРФПРИБЛ(изв_знач_y, [изв_знач_x], [константа], [стат])
ЛИНЕЙН(изв_знач_y, [изв_знач_x], [константа], [стат])
ЛОГНОРМОБР(вероятность, среднее, стандартное_откл)
ЛОГНОРМРАСП(x, среднее, стандартное_откл)
МАКС(число1, [число2, ...])
МАКСА(значение1, [значение2, ...])
МЕДИАНА(число1, [число2, ...])
МИН(число1, [число2, ...])
МИНА(значение1, [значение2, ...])
МОДА(число1, [число2, ...])
НАИБОЛЬШИЙ(массив, k)
НАИМЕНЬШИЙ(массив, k)
НАКЛОН(изв_знач_y, изв_знач_x)
НОРМАЛИЗАЦИЯ(x, среднее, стандартное_откл)
НОРМОБР(вероятность, среднее, стандартное_откл)
НОРМРАСП(x, среднее, стандартное_откл, интегральный)
НОРМСТОБР(вероятность)
НОРМСТРАСП(z)
ОТРБИНОМРАСП(число_f, число_s, вероятность_s)
ОТРЕЗОК(изв_знач_y, изв_знач_x)
ПЕРЕСТ(число, выбранное_число)
ПЕРСЕНТИЛЬ(массив, k)
ПИРСОН(массив1, массив2)
ПРЕДСКАЗ(x, изв_знач_y, изв_знач_x)
ПРОЦЕНТРАНГ(массив, x, [значимость])
ПУАССОН(x, среднее, интегральный)
РАНГ(число, ссылка, [порядок])
РОСТ(изв_знач_y, [изв_знач_x], [нов_знач_x], [константа])
СКОС(число1, [число2, ...])
СРГАРМ(число1, [число2, ...])
СРГЕОМ(число1, [число2, ...])
СРЗНАЧ(число1, [число2, ...])
СРЗНАЧА(значение1, [значение2, ...])
СРОТКЛ(число1, [число2, ...])
СТАНДОТКЛОН(число1, [число2, ...])
СТАНДОТКЛОНА(значение1, [значение2, ...])
СТАНДОТКЛОНП(число1, [число2, ...])
СТАНДОТКЛОНПА(значение1, [значение2, ...])
СТОШYX(изв_знач_y, изв_знач_x)
СТЬЮДРАСП(x, степени_свободы, хвосты)
СТЬЮДРАСПОБР(вероятность, степени_свободы)
СЧЁТ(значение1, [значение2, ...])
СЧЁТЗ(значение1, [значение2, ...])
ТЕНДЕНЦИЯ(изв_знач_y, [изв_знач_x], [нов_знач_x], [константа])
ТТЕСТ(массив1, массив2, хвосты, тип)
УРЕЗСРЕДНЕЕ(массив, процент)
ФИШЕР(x)
ФИШЕРОБР(y)
ФТЕСТ(массив1, массив2)
ХИ2ОБР(вероятность, степени_свободы)
ХИ2РАСП(x, степени_свободы)
ХИ2ТЕСТ(фактический_интервал, ожидаемый_интервал)
ЧАСТОТА(массив_данных, двоичный_массив)
ЭКСПРАСП(x, лямбда, интегральный)
ЭКСЦЕСС(число1, [число2, ...])


Статистические functions

FРАСП(x, степени_свободы1, степени_свободы2)

Returns the F distribution probability.

xThe value at which you want to evaluate the function.
степени_свободы1The degrees of freedom of the first set.
степени_свободы2The degrees of freedom of the second set.


FРАСПОБР(вероятность, степени_свободы1, степени_свободы2)

Returns the value associated with the specified F distribution probability.

вероятностьThe probability for which you want the value.
степени_свободы1The degrees of freedom of the first set.
степени_свободы2The degrees of freedom of the second set.


ZТЕСТ(массив, x, [сигма])

Returns the probability result of the z test.

массивAn array or reference to cells containing the data against which x is to be tested.
xThe value to be tested.
сигмаThe population standard deviation. If this parameter is omitted it defaults to the sample standard deviation of the data.


БЕТАОБР(вероятность, альфа, бета, [А], [B])

Returns the value associated with the specified cumulative beta distribution probability.

вероятностьThe cumulative beta distribution probability for which you want the value.
альфаThe alpha value.
бетаThe beta value.
АThe lower limit. If this parameter is omitted it defaults to 0.
BThe upper limit. If this parameter is omitted it defaults to 1.


БЕТАРАСП(x, альфа, бета, [А], [B])

Returns the cumulative beta distribution probability.

xThe value at which you want to evaluate the function.
альфаThe alpha value.
бетаThe beta value.
АThe lower limit. If this parameter is omitted it defaults to 0.
BThe upper limit. If this parameter is omitted it defaults to 1.


БИНОМРАСП(число_s, испытания, вероятность_s, интегральный)

Returns the binomial distribution probability.

число_sThe number of trials that are successful.
испытанияThe total number of trials.
вероятность_sThe probability of a single trial being successful.
интегральныйSpecifies whether to return the cumulative probability or not. The possible values are:
ЛОЖЬReturn the value of the function.
ИСТИНАReturn the integral of the function.


ВЕЙБУЛЛ(x, альфа, бета, интегральный)

Returns the Weibull distribution probability.

xThe value at which you want to evaluate the function.
альфаThe alpha value.
бетаThe beta value.
интегральныйSpecifies whether to return the cumulative probability or not. The possible values are:
ЛОЖЬReturn the value of the function.
ИСТИНАReturn the integral of the function.


ВЕРОЯТНОСТЬ(x_диапазон, диапазон_вероятн, нижний_предел, [верхний_пред])

Returns the probability that numbers in a set are between the specified limits.

x_диапазонAn array or reference to cells containing the numbers.
диапазон_вероятнAn array or reference to cells containing the probabilities associated with each number. These values must add up to 1.
нижний_пределThe lower limit of the test.
верхний_предThe upper limit of the test. If this value is omitted it defaults to the value specified for the lower limit.


ГАММАНЛОГ(x)

Returns the natural logarithm of the gamma function evaluated at x.

xThe value at which you want to evaluate the function.


ГАММАОБР(вероятность, альфа, бета)

Returns the value associated with the specified gamma distribution probability.

вероятностьThe probability for which you want the value.
альфаThe alpha value.
бетаThe beta value.


ГАММАРАСП(x, альфа, бета, интегральный)

Returns the gamma distribution probability.

xThe value at which you want to evaluate the function.
альфаThe alpha value.
бетаThe beta value.
интегральныйSpecifies whether to return the cumulative probability or not. The possible values are:
ЛОЖЬReturn the value of the function.
ИСТИНАReturn the integral of the function.


ГИПЕРГЕОМЕТ(пример_s, размер_выборки, ген_совокупность_s, размер_ген_совокупности)

Returns the hypergeometric distribution probability.

пример_sThe number of sample trials that are successful.
размер_выборкиThe total number of trials in the sample.
ген_совокупность_sThe number of population trials that are successful.
размер_ген_совокупностиThe total number of trials in the population.


ДИСП(число1, [число2, ...])

Returns the variance (based on a population sample) of a set of numbers.

число1, ...The numbers of which you want the variance.


ДИСПА(значение1, [значение2, ...])

Returns the variance (based on a population sample) of a set of values.

значение1, ...The values of which you want the variance.


ДИСПР(число1, [число2, ...])

Returns the variance (based on the entire population) of a set of numbers.

число1, ...The numbers of which you want the variance.


ДИСПРА(значение1, [значение2, ...])

Returns the variance (based on the entire population) of a set of values.

значение1, ...The values of which you want the variance.


ДОВЕРИТ(альфа, стандартное_откл, размер)

Returns the confidence interval for a population mean.

альфаThe significance level.
стандартное_отклThe population standard deviation.
размерThe sample size.


КВАДРОТКЛ(число1, [число2, ...])

Returns the sum of the squares of the differences of a set of numbers from their mean.

число1, ...The numbers of which you want the squared deviations.


КВАРТИЛЬ(массив, значение)

Returns the specified quartile of a set of numbers.

массивAn array or reference to cells containing the numbers.
значениеSpecifies which quartile to return. The possible values are:
0Returns the minimum value.
1Returns the first quartile.
2Returns the second quartile.
3Returns the third quartile.
4Returns the maximum value.


КВПИРСОН(известные_y, известные_x)

Returns the square of the Pearson correlation coefficient.

известные_yThe first range to be compared.
известные_xThe second range to be compared.


КОВАР(массив1, массив2)

Returns the covariance of two ranges.

массив1The first range to be compared.
массив2The second range to be compared.


КОРРЕЛ(массив1, массив2)

Returns the correlation coefficient of two ranges.

массив1The first range to be compared.
массив2The second range to be compared.


КРИТБИНОМ(испытания, вероятность_s, альфа)

Returns the value at which the cumulative binomial distribution is greater than or equal to alpha.

испытанияThe total number of trials.
вероятность_sThe probability of a single trial being successful.
альфаThe value at which you want to evaluate the function.


ЛГРФПРИБЛ(изв_знач_y, [изв_знач_x], [константа], [стат])

Returns the coefficients for an exponential curve using multiple linear regression.

изв_знач_yThe y values that are already known.
изв_знач_xOne or more sets of x values corresponding to the known y values. If this parameter is omitted it defaults to an array of values from 1 to the number of known ys.
константаSpecifies whether the line must pass through the origin. The possible values are:
ЛОЖЬThe intercept is forced to be 1.
ИСТИНАThe intercept is calculated normally.
If this parameter is omitted it defaults to ИСТИНА.
статSpecifies whether the additional statistics are returned in the rows below the coefficients. These are: the standard error values for the coefficients, the R2 coefficient, the standard error for the Y estimate, the F statistic, the degrees of freedom, the regression sum of squares and the residual sum of squares. The possible values are:
ЛОЖЬThe additional statistics are not returned.
ИСТИНАThe additional statistics are returned.
If this parameter is omitted it defaults to ЛОЖЬ.


ЛИНЕЙН(изв_знач_y, [изв_знач_x], [константа], [стат])

Returns the coefficients for a straight line using multiple linear regression.

изв_знач_yThe y values that are already known.
изв_знач_xOne or more sets of x values corresponding to the known y values. If this parameter is omitted it defaults to an array of values from 1 to the number of known ys.
константаSpecifies whether the line must pass through the origin. The possible values are:
ЛОЖЬThe line is forced to pass through the origin.
ИСТИНАThe line is not forced to pass through the origin.
If this parameter is omitted it defaults to ИСТИНА.
статSpecifies whether the additional statistics are returned in the rows below the coefficients. These are: the standard error values for the coefficients, the R2 coefficient, the standard error for the Y estimate, the F statistic, the degrees of freedom, the regression sum of squares and the residual sum of squares. The possible values are:
ЛОЖЬThe additional statistics are not returned.
ИСТИНАThe additional statistics are returned.
If this parameter is omitted it defaults to ЛОЖЬ.


ЛОГНОРМОБР(вероятность, среднее, стандартное_откл)

Returns the value associated with the specified cumulative lognormal distribution probability.

вероятностьThe probability for which you want the value.
среднееThe mean of the natural logarithms of the values.
стандартное_отклThe standard deviation of the natural logarithms of the values.


ЛОГНОРМРАСП(x, среднее, стандартное_откл)

Returns the cumulative lognormal distribution probability.

xThe value at which you want to evaluate the function.
среднееThe mean of the natural logarithms of the values.
стандартное_отклThe standard deviation of the natural logarithms of the values.


МАКС(число1, [число2, ...])

Returns the maximum of a set of numbers.

число1, ...The numbers of which you want the maximum.


МАКСА(значение1, [значение2, ...])

Returns the maximum of a set of values.

значение1, ...The values of which you want the maximum.


МЕДИАНА(число1, [число2, ...])

Returns the median of a set of numbers.

число1, ...The numbers of which you want the median.


МИН(число1, [число2, ...])

Returns the minimum of a set of numbers.

число1, ...The numbers of which you want the minimum.


МИНА(значение1, [значение2, ...])

Returns the minimum of a set of values.

значение1, ...The values of which you want the minimum.


МОДА(число1, [число2, ...])

Returns the mode of a set of numbers.

число1, ...The numbers of which you want the mode.


НАИБОЛЬШИЙ(массив, k)

Returns the kth largest number in a set of numbers.

массивAn array or reference to cells containing numbers of which you want the kth largest.
kThe rank of the number that you want.


НАИМЕНЬШИЙ(массив, k)

Returns the kth smallest number in a set of numbers.

массивAn array or reference to cells containing numbers of which you want the kth smallest.
kThe rank of the number that you want.


НАКЛОН(изв_знач_y, изв_знач_x)

Returns the slope of a line passing through a specified set of points.

изв_знач_yThe y values that are already known.
изв_знач_xThe x values that are already known.


НОРМАЛИЗАЦИЯ(x, среднее, стандартное_откл)

Returns the standardized value of x for the specified mean and standard deviation.

xThe value that you want to standardize.
среднееThe mean of the values.
стандартное_отклThe standard deviation of the values.


НОРМОБР(вероятность, среднее, стандартное_откл)

Returns the value associated with the specified cumulative normal distribution probability.

вероятностьThe probability for which you want the value.
среднееThe mean of the values.
стандартное_отклThe standard deviation of the values.


НОРМРАСП(x, среднее, стандартное_откл, интегральный)

Returns the normal distribution probability.

xThe value at which you want to evaluate the function.
среднееThe mean of the values.
стандартное_отклThe standard deviation of the values.
интегральныйSpecifies whether to return the cumulative probability or not. The possible values are:
ЛОЖЬReturn the value of the function.
ИСТИНАReturn the integral of the function.


НОРМСТОБР(вероятность)

Returns the value associated with the specified cumulative standard normal distribution probability.

вероятностьThe probability for which you want the value.


НОРМСТРАСП(z)

Returns the cumulative standard normal distribution probability.

zThe value at which you want to evaluate the function.


ОТРБИНОМРАСП(число_f, число_s, вероятность_s)

Returns the negative binomial distribution probability.

число_fThe number of trials that fail.
число_sThe threshold number of trials that are successful.
вероятность_sThe probability of a single trial being successful.


ОТРЕЗОК(изв_знач_y, изв_знач_x)

Returns the expected value of y when x is zero for a line passing though a specified set of points.

изв_знач_yThe y values that are already known.
изв_знач_xThe x values that are already known.


ПЕРЕСТ(число, выбранное_число)

Returns the number of permutations in which a number of items can be chosen from a total number.

числоThe total number of items.
выбранное_числоThe number of items chosen.


ПЕРСЕНТИЛЬ(массив, k)

Returns the kth percentile of a set of values.

массивAn array or reference to cells containing the values.
kThe percentile value.


ПИРСОН(массив1, массив2)

Returns the Pearson correlation coefficient.

массив1The first range to be compared.
массив2The second range to be compared.


ПРЕДСКАЗ(x, изв_знач_y, изв_знач_x)

Returns the expected value of y for a given x value for a line passing through a specified set of points.

xThe x value at which to evaluate the function.
изв_знач_yThe y values that are already known.
изв_знач_xThe x values that are already known.


ПРОЦЕНТРАНГ(массив, x, [значимость])

Returns the percentile of a value in a set of values.

массивAn array or reference to cells containing the values.
xThe value of which you want the percentile.
значимостьThe number of decimal places required in the result. If this parameter is omitted it defaults to 3.


ПУАССОН(x, среднее, интегральный)

Returns the Poisson distribution probability.

xThe value at which you want to evaluate the function.
среднееThe mean of the values.
интегральныйSpecifies whether to return the cumulative probability or not. The possible values are:
ЛОЖЬReturn the value of the function.
ИСТИНАReturn the integral of the function.


РАНГ(число, ссылка, [порядок])

Returns the rank of a number in a set of numbers.

числоThe number of which you want the rank.
ссылкаAn array or reference to cells containing the values.
порядокSpecifies whether the list is treated as being in ascending or descending order of value. The possible values are:
0The list is in descending order (the highest value has rank 1).
any other valueThe list is in ascending order (the lowest value has rank 1).
If this parameter is omitted it defaults to 0.


РОСТ(изв_знач_y, [изв_знач_x], [нов_знач_x], [константа])

Returns the expected values of y for given x values for an exponential curve passing through a specified set of points.

изв_знач_yThe y values that are already known.
изв_знач_xThe x values that are already known. If this parameter is omitted it defaults to an array of values from 1 to the number of known ys.
нов_знач_xThe new x values for which y values are required. If this parameter is omitted it defaults to the known xs.
константаSpecifies whether the line must pass through the origin. The possible values are:
ЛОЖЬThe intercept is forced to be 1.
ИСТИНАThe intercept is calculated normally.
If this parameter is omitted it defaults to ИСТИНА.


СКОС(число1, [число2, ...])

Returns the skewness of a set of numbers.

число1, ...The numbers of which you want the skewness.


СРГАРМ(число1, [число2, ...])

Returns the harmonic mean of a set of numbers.

число1, ...The numbers of which you want the harmonic mean.


СРГЕОМ(число1, [число2, ...])

Returns the geometric mean of a set of numbers.

число1, ...The numbers of which you want the geometric mean.


СРЗНАЧ(число1, [число2, ...])

Returns the average of a set of numbers.

число1, ...The numbers of which you want the average.


СРЗНАЧА(значение1, [значение2, ...])

Returns the average of a set of values.

значение1, ...The values of which you want the average.


СРОТКЛ(число1, [число2, ...])

Returns the average of the differences of a set of numbers from their mean.

число1, ...The numbers of which you want the average deviation.


СТАНДОТКЛОН(число1, [число2, ...])

Returns the standard deviation (based on a population sample) of a set of numbers.

число1, ...The numbers of which you want the standard deviation.


СТАНДОТКЛОНА(значение1, [значение2, ...])

Returns the standard deviation (based on a population sample) of a set of values.

значение1, ...The values of which you want the standard deviation.


СТАНДОТКЛОНП(число1, [число2, ...])

Returns the standard deviation (based on the entire population) of a set of numbers.

число1, ...The numbers of which you want the standard deviation.


СТАНДОТКЛОНПА(значение1, [значение2, ...])

Returns the standard deviation (based on the entire population) of a set of values.

значение1, ...The values of which you want the standard deviation.


СТОШYX(изв_знач_y, изв_знач_x)

Returns the standard error of the y values of a line passing through a specified set of points.

изв_знач_yThe y values that are already known.
изв_знач_xThe x values that are already known.


СТЬЮДРАСП(x, степени_свободы, хвосты)

Returns the Student's T distribution probability.

xThe value at which you want to evaluate the function.
степени_свободыThe degrees of freedom.
хвостыSpecifies the tails to include in the distribution. Should be 1 or 2.


СТЬЮДРАСПОБР(вероятность, степени_свободы)

Returns the value associated with the specified Student's T distribution probability.

вероятностьThe probability for which you want the value.
степени_свободыThe degrees of freedom.


СЧЁТ(значение1, [значение2, ...])

Returns the count of numbers in a list.

значение1, ...The items whose numbers are to be counted.


СЧЁТЗ(значение1, [значение2, ...])

Returns the count of values in a list.

значение1, ...The items whose values are to be counted.


ТЕНДЕНЦИЯ(изв_знач_y, [изв_знач_x], [нов_знач_x], [константа])

Returns the expected values of y for given x values for a line passing through a specified set of points.

изв_знач_yThe y values that are already known.
изв_знач_xThe x values that are already known. If this parameter is omitted it defaults to an array of values from 1 to the number of known ys.
нов_знач_xThe new x values for which y values are required. If this parameter is omitted it defaults to the known xs.
константаSpecifies whether the line must pass through the origin. The possible values are:
ЛОЖЬThe line is forced to pass through the origin.
ИСТИНАThe line is not forced to pass through the origin.
If this parameter is omitted it defaults to ИСТИНА.


ТТЕСТ(массив1, массив2, хвосты, тип)

Returns the probability result of the Student's T test.

массив1The first range to be compared.
массив2The second range to be compared.
хвостыSpecifies the tails to include in the distribution. Should be 1 or 2.
типSpecifies which type of test is required. The possible values are:
1Paired.
2Equal variance.
3Unequal variance.


УРЕЗСРЕДНЕЕ(массив, процент)

Returns the mean of a set of numbers with the extreme values removed.

массивAn array or reference to cells containing the numbers.
процентThe percentage of the numbers to exclude from the calculation.


ФИШЕР(x)

Returns the Fisher transformation.

xThe value at which to evaluate the function.


ФИШЕРОБР(y)

Returns the inverse Fisher transformation.

yThe value at which to evaluate the function.


ФТЕСТ(массив1, массив2)

Returns the probability result of the F test.

массив1The first range to be compared.
массив2The second range to be compared.


ХИ2ОБР(вероятность, степени_свободы)

Returns the value associated with the specified chi-squared distribution probability.

вероятностьThe probability for which you want the value.
степени_свободыThe number of degrees of freedom.


ХИ2РАСП(x, степени_свободы)

Returns the chi-squared distribution probability.

xThe value at which you want to evaluate the function.
степени_свободыThe number of degrees of freedom.


ХИ2ТЕСТ(фактический_интервал, ожидаемый_интервал)

Returns the probability result of the chi-squared test.

фактический_интервалAn array or reference to cells containing the empirical results.
ожидаемый_интервалAn array or reference to cells containing the theoretical results.


ЧАСТОТА(массив_данных, двоичный_массив)

Returns the counts of items in specified numeric categories.

массив_данныхAn array or reference to a range of cells containing values to be counted.
двоичный_массивAn array or reference to a range of cells containing the upper limits for each category.


ЭКСПРАСП(x, лямбда, интегральный)

Returns the exponential distribution probability.

xThe value at which you want to evaluate the function.
лямбдаThe lambda value.
интегральныйSpecifies whether to return the cumulative probability or not. The possible values are:
ЛОЖЬReturn the value of the function.
ИСТИНАReturn the integral of the function.


ЭКСЦЕСС(число1, [число2, ...])

Returns the kurtosis of a set of numbers.

число1, ...The numbers of which you want the kurtosis.