Axuda do Collabora Office 24.04
Returns the sum of squares of deviations based on a sample mean.
DEVSQ(Number 1 [; Number 2 [; … [; Number 255]]])
DISTT
Calcula o desvío estándar con base na poboación total.
STDEV(Number 1 [; Number 2 [; … [; Number 255]]])
The parameters should specify at least two values.
=STDEV(A1:A50) returns the estimated standard deviation based on the data referenced.
Calcula o desvío estándar con base na poboación total.
STDEVA(Number 1 [; Number 2 [; … [; Number 255]]])
The parameters should specify at least two values. Text has the value 0.
=STDEVA(A1:A50) returns the estimated standard deviation based on the data referenced.
Calcula o desvío estándar con base na poboación total.
STDEVP(Number 1 [; Number 2 [; … [; Number 255]]])
=STDEVP(A1:A50) returns a standard deviation of the data referenced.
Calcula o desvío estándar con base na poboación total.
STDEV.P(Number 1 [; Number 2 [; … [; Number 255]]])
=STDEV.P(A1:A50) returns a standard deviation of the data referenced.
COM.MICROSOFT.STDEV.P
Calcula o desvío estándar con base na poboación total.
STDEV.S(Number 1 [; Number 2 [; … [; Number 255]]])
The parameters should specify at least two values.
=STDEV.S(A1:A50) returns a standard deviation of the data referenced.
COM.MICROSOFT.STDEV.S
Calcula o desvío estándar con base na poboación total.
STDEVPA(Number 1 [; Number 2 [; … [; Number 255]]])
Text has the value 0.
=STDEVPA(A1:A50) returns the standard deviation of the data referenced.
Returns the standard normal cumulative distribution function. The distribution has a mean of zero and a standard deviation of one.
It is GAUSS(x)=NORMSDIST(x)-0.5
NORMSDIST(número)
Number is the value to which the standard normal cumulative distribution is calculated.
=NORMSDIST(1) returns 0.84. The area below the standard normal distribution curve to the left of X value 1 is 84% of the total area.
Returns the standard normal cumulative distribution function. The distribution has a mean of zero and a standard deviation of one.
NORM.S.DIST(Number; Cumulative)
Number is the value to which the standard normal cumulative distribution is calculated.
Cumulative 0 or FALSE calculates the probability density function. Any other value or TRUE calculates the cumulative distribution function.
=NORM.S.DIST(1;0) returns 0.2419707245.
=NORM.S.DIST(1;1) returns 0.8413447461. The area below the standard normal distribution curve to the left of X value 1 is 84% of the total area.
COM.MICROSOFT.NORM.S.DIST
Devolve a asimetría dunha distribución.
SKEW(Number 1 [; Number 2 [; … [; Number 255]]])
The parameters should specify at least three values.
=SKEW(A1:A50) calculates the value of skew for the data referenced.
Devolve a distribución t.
TDIST(Number; DegreesFreedom; Mode)
X é o valor no cal a función será calculada.
DegreesFreedom is the number of degrees of freedom for the t-distribution.
O modo = 1 devolve o test dunha cola e o modo = 2 devolve o test con dúas colas.
DISTT
Devolve a distribución t.
T.DIST(Number; DegreesFreedom; Cumulative)
X é o valor no cal a función será calculada.
DegreesFreedom is the number of degrees of freedom for the t-distribution.
Cumulative = 0 or FALSE returns the probability density function, 1 or TRUE returns the cumulative distribution function.
=T.DIST(1; 10; TRUE) returns 0.8295534338
COM.MICROSOFT.T.DIST
Returns the standard error of the predicted y value for each x in the regression.
STEYX(DataY; DataX)
DataY is the array or matrix of Y data.
DataX is the array or matrix of X data.
COVAR(A1:A3; B1:B30)
FunciónConverte unha variábel aleatoria nun valor normalizado.
STANDARDIZE(Number; Mean; StDev)
Número é o número a ser convertido.
Mean is the arithmetic mean of the distribution.
StDev is the standard deviation of the distribution.
=STANDARDIZE(11;10;1) returns 1. The value 11 in a normal distribution with a mean of 10 and a standard deviation of 1 is as much above the mean of 10, as the value 1 is above the mean of the standard normal distribution.
Extrapolates future values based on existing x and y values.
FORECAST.LINEAR(Value; DataY; DataX)
Value is the x value, for which the y value on the linear regression is to be returned.
Servizos representa a matriz dos valores límite.
Servizos representa a matriz dos valores límite.
=FORECAST.LINEAR(50;A1:A50;B1;B50) returns the Y value expected for the X value of 50 if the X and Y values in both references are linked by a linear trend.
COM.MICROSOFT.FORECAST.LINEAR
Returns the slope of the linear regression line. The slope is adapted to the data points set in the y and x values.
SLOPE(DataY; DataX)
DataY is the array or matrix of Y data.
DataX is the array or matrix of X data.
COVAR(A1:A3; B1:B30)
Devolve os valores da distribución de Weibull.
NORMSDIST(número)
X é o valor no cal a función será calculada.
=NORMSINV(0.908789) devolve 1,3333.
Devolve os valores da distribución de Weibull.
NORMSDIST(número)
X é o valor no cal a función será calculada.
=NORMSINV(0.908789) devolve 1,3333.
COM.MICROSOFT.NORM.S.INV
Devolve a asimetría dunha distribución.
TINV(Number; DegreesFreedom)
Number is the probability associated with the two-tailed t-distribution.
DegreesFreedom is the number of degrees of freedom for the t-distribution.
ODD(-2) dá -3
Devolve a asimetría dunha distribución.
T.INV(Number; DegreesFreedom)
Number is the probability associated with the one-tailed t-distribution.
DegreesFreedom is the number of degrees of freedom for the t-distribution.
ODD(-2) dá -3
COM.MICROSOFT.T.INV
Returns the statistical rank of a given value, within a supplied array of values. If there are duplicate values in the list, the average rank is returned.
The difference between RANK.AVG and RANK.EQ occurs when there are duplicates in the list of values. The RANK.EQ function returns the lower rank, whereas the RANK.AVG function returns the average rank.
MEDIA.RANGO(Valor; Datos [; Tipo])
Número é o número cuxo sinal está a ser determinado.
Servizos representa a matriz dos valores límite.
Type (optional) is the sequence order.
Type = 0 means descending from the last item of the array to the first (this is the default),
Type = 1 means ascending from the first item of the range to the last.
=RANK.AVG(A10;A1:A50) returns the ranking of the value in A10 in value range A1:A50. If Value does not exist within the range an error message is displayed.
COM.MICROSOFT.RANK.AVG
Devolve a cantidade de permutacións para un número determinado de elementos (repetición permitida).
PERMUT(Count1; Count2)
Count1 is the total number of objects.
Count2 is the number of objects in each permutation.
=PERMUT(6;3) returns 120. There are 120 different possibilities, to pick a sequence of 3 playing cards out of 6 playing cards.
Devolve a cantidade de permutacións para un número determinado de elementos (repetición permitida).
PERMUTATIONA(Count1; Count2)
Count1 is the total number of objects.
Count2 is the number of objects in each permutation.
How often can 2 objects be selected from a total of 11 objects?
O PERMUTATIONA(2; 3) devolve 8
=PERMUTATIONA(6;3) returns 216. There are 216 different possibilities to put a sequence of 3 playing cards together out of six playing cards if every card is returned before the next one is drawn.
Returns the probability that values in a range are between two limits. If there is no End value, this function calculates the probability based on the principle that the Data values are equal to the value of Start.
PROB(Data; Probability; Start [; End])
Servizos representa a matriz dos valores límite.
Probability is the array or range of the corresponding probabilities.
Start is the start value of the interval whose probabilities are to be summed.
End (optional) is the end value of the interval whose probabilities are to be summed. If this parameter is missing, the probability for the Start value is calculated.
=PROB(A1:A50;B1:B50;50;60) returns the probability with which a value within the range of A1:A50 is also within the limits between 50 and 60. Every value within the range of A1:A50 has a probability within the range of B1:B50.
Extrapolates future values based on existing x and y values.
FORECAST(Value; DataY; DataX)
Value is the x value, for which the y value on the linear regression is to be returned.
Servizos representa a matriz dos valores límite.
Servizos representa a matriz dos valores límite.
=FORECAST(50;A1:A50;B1;B50) returns the Y value expected for the X value of 50 if the X and Y values in both references are linked by a linear trend.
Returns the rank of a number in a sample.
RANGO(Valor; Datos [; Tipo])
Número é o número cuxo sinal está a ser determinado.
Servizos representa a matriz dos valores límite.
Type (optional) is the sequence order.
Type = 0 means descending from the last item of the array to the first (this is the default),
Type = 1 means ascending from the first item of the range to the last.
=RANK(A10;A1:A50) returns the ranking of the value in A10 in value range A1:A50. If Value does not exist within the range an error message is displayed.
Returns the statistical rank of a given value, within a supplied array of values. If there are duplicate values in the list, these are given the same rank.
The difference between RANK.AVG and RANK.EQ occurs when there are duplicates in the list of values. The RANK.EQ function returns the lower rank, whereas the RANK.AVG function returns the average rank.
RANGO.EQ(Valor ; Datos [; Tipo])
Número é o número cuxo sinal está a ser determinado.
Servizos representa a matriz dos valores límite.
Type (optional) is the sequence order.
Type = 0 means descending from the last item of the array to the first (this is the default),
Type = 1 means ascending from the first item of the range to the last.
=RANK.EQ(A10;A1:A50) returns the ranking of the value in A10 in value range A1:A50. If Value does not exist within the range an error message is displayed.
COM.MICROSOFT.RANK.EQ
Calculates the two-tailed Student's T Distribution, which is a continuous probability distribution that is frequently used for testing hypotheses on small sample data sets.
T.DIST.2T(Number; DegreesFreedom)
X é o valor no cal a función será calculada.
DegreesFreedom is the number of degrees of freedom for the t-distribution.
=T.DIST.2T(1; 10) returns 0.3408931323.
COM.MICROSOFT.T.DIST.2T
Calculates the right-tailed Student's T Distribution, which is a continuous probability distribution that is frequently used for testing hypotheses on small sample data sets.
T.DIST.RT(Number; DegreesFreedom)
X é o valor no cal a función será calculada.
DegreesFreedom is the number of degrees of freedom for the t-distribution.
=T.DIST.RT(1; 10) returns 0.1704465662.
COM.MICROSOFT.T.DIST.RT
Calculates the inverse of the two-tailed Student's T Distribution , which is a continuous probability distribution that is frequently used for testing hypotheses on small sample data sets.
T.INV.2T(Number; DegreesFreedom)
Number is the probability associated with the two-tailed t-distribution.
DegreesFreedom is the number of degrees of freedom for the t-distribution.
=T.INV.2T(0.25; 10) returns 1.221255395.
COM.MICROSOFT.T.INV.2T
Returns the probability associated with a Student's t-Test.
TTEST(Data1; Data2; Mode; Type)
Data1 is the dependent array or range of data for the first record.
Data2 is the dependent array or range of data for the second record.
O modo = 1 devolve o test dunha cola e o modo = 2 devolve o test con dúas colas.
Type is the kind of t-test to perform. Type 1 means paired. Type 2 means two samples, equal variance (homoscedastic). Type 3 means two samples, unequal variance (heteroscedastic).
COVAR(A1:A3; B1:B30)
Returns the probability associated with a Student's t-Test.
T.TEST(Data1; Data2; Mode; Type)
Data1 is the dependent array or range of data for the first record.
Data2 is the dependent array or range of data for the second record.
O modo = 1 devolve o test dunha cola e o modo = 2 devolve o test con dúas colas.
Type is the kind of t-test to perform. Type 1 means paired. Type 2 means two samples, equal variance (homoscedastic). Type 3 means two samples, unequal variance (heteroscedastic).
COVAR(A1:A3; B1:B30)
COM.MICROSOFT.T.TEST
Calcula o desvío estándar con base na poboación total.
VAR(Number 1 [; Number 2 [; … [; Number 255]]])
The parameters should specify at least two values.
COVAR(A1:A3; B1:B30)
Calcula o desvío estándar con base na poboación total.
VARA(Number 1 [; Number 2 [; … [; Number 255]]])
The parameters should specify at least two values.
COVAR(A1:A3; B1:B30)
Calcula o desvío estándar con base na poboación total.
VAR.S(Number 1 [; Number 2 [; … [; Number 255]]])
The parameters should specify at least two values.
COVAR(A1:A3; B1:B30)
COM.MICROSOFT.VAR.S
Calcula o desvío estándar con base na poboación total.
VARP(Number 1 [; Number 2 [; … [; Number 255]]])
COVAR(A1:A3; B1:B30)
Calcula o desvío estándar con base na poboación total.
VAR.P(Number 1 [; Number 2 [; … [; Number 255]]])
COVAR(A1:A3; B1:B30)
COM.MICROSOFT.VAR.P
Calcula o desvío estándar con base na poboación total.
VARPA(Number 1 [; Number 2 [; … [; Number 255]]])
COVAR(A1:A3; B1:B30)
Devolve os valores da distribución de Weibull.
The Weibull distribution is a continuous probability distribution, with parameters Alpha > 0 (shape) and Beta > 0 (scale).
If C is 0, WEIBULL calculates the probability density function.
If C is 1, WEIBULL calculates the cumulative distribution function.
GAMMAINV(numero;alfa;beta)
Number is the value at which to calculate the Weibull distribution.
Alpha is the shape parameter of the Weibull distribution.
Beta is the scale parameter of the Weibull distribution.
C indicates the type of function.
DELTA(3; 3) devolve 1
See also the Wiki page.
Devolve os valores da distribución de Weibull.
The Weibull distribution is a continuous probability distribution, with parameters Alpha > 0 (shape) and Beta > 0 (scale).
If C is 0, WEIBULL.DIST calculates the probability density function.
If C is 1, WEIBULL.DIST calculates the cumulative distribution function.
GAMMAINV(numero;alfa;beta)
Number is the value at which to calculate the Weibull distribution.
Alpha is the shape parameter of the Weibull distribution.
Beta is the scale parameter of the Weibull distribution.
C indicates the type of function.
DELTA(3; 3) devolve 1
See also the Wiki page.
COM.MICROSOFT.WEIBULL.DIST