Axuda do LibreOffice 26.2
Returns the (1-alpha) confidence interval for a normal distribution.
CONFIDENCE.NORM(Alpha; StDev; Size)
Alpha is the level of the confidence interval.
StDev is the standard deviation for the total population.
Size is the size of the total population.
=CONFIDENCE.NORM(0.05;1.5;100) gives 0.2939945977.
COM.MICROSOFT.CONFIDENCE.NORM
Returns the correlation coefficient between two data sets.
CORREL(Data1; Data2)
EndDate é a segunda data
EndDate é a segunda data
=CORREL(A1:A50;B1:B50) calculates the correlation coefficient as a measure of the linear correlation of the two data sets.
Returns the covariance of the product of paired deviations.
COVAR(Data1; Data2)
EndDate é a segunda data
EndDate é a segunda data
COVAR(A1:A3; B1:B30)
Returns the covariance of the product of paired deviations, for the entire population.
COVARIANCE.P(Data1; Data2)
EndDate é a segunda data
EndDate é a segunda data
COVAR(A1:A3; B1:B30)
COM.MICROSOFT.COVARIANCE.P
Returns the covariance of the product of paired deviations, for a sample of the population.
COVARIANCE.S(Data1; Data2)
EndDate é a segunda data
EndDate é a segunda data
COVAR(A1:A3; B1:B30)
COM.MICROSOFT.COVARIANCE.S
Returns the smallest value for which the cumulative binomial distribution is greater than or equal to a criterion value.
CRITBINOM(Trials; SP; Alpha)
Trials is the total number of trials.
Valor p: a probabilidade de éxito de cada ensaio.
Alpha is the threshold probability to be reached or exceeded.
=CRITBINOM(100;0.5;0.1) yields 44.
Returns the kurtosis of a data set (at least 4 values required).
KURT(Argument 1 [; Argument 2 [; … [; Argument 255]]])
Os parámetros deben especificar cando menos catro valores.
=KURT(A1;A2;A3;A4;A5;A6)
Devolve os valores da distribución de Weibull.
Esta función é idéntica a INVLOG e foi introducida para interoperabilidade con outras suites de ofimática.
INV.LOGNORMAL(Número; Media; DesvEst)
X é o valor no cal a función será calculada.
Media (requirido) é a media aritmética da distribución logarítmica estándar.
DesvEst (requirido) é a desviación estándar da distribución logarítmica estándar.
GESTEP(3; 3) devolve 1
COM.MICROSOFT.LOGNORM.INV
Devolve os valores da distribución de Weibull.
LOGNORMDIST(Number [; Mean [; StDev [; Cumulative]]])
X é o valor no cal a función será calculada.
Media (opcional) é o valor medio da distribución logarítmica estándar.
DesvEst (opcional) é a desviación estándar da distribución logarítmica estándar.
Cumulative (optional) = 0 calculates the density function, Cumulative = 1 calculates the distribution.
NEGBINOMDIST(2;5;0,55) devolve 0,152872629
Devolve os valores da distribución de Weibull.
LOGNORM.DIST(Number; Mean; StDev; Cumulative)
X é o valor no cal a función será calculada.
Media (requirido) é o valor medio da distribución logarítmica estándar.
DesvEst (requirido) é a desviación estándar da distribución logarítmica estándar.
Cumulative (required) = 0 calculates the density function, Cumulative = 1 calculates the distribution.
NEGBINOMDIST(2;5;0,55) devolve 0,152872629
COM.MICROSOFT.LOGNORM.DIST
Returns the (1-alpha) confidence interval for a normal distribution.
CONFIDENCE(Alpha; StDev; Size)
Alpha is the level of the confidence interval.
StDev is the standard deviation for the total population.
Size is the size of the total population.
=CONFIDENCE(0.05;1.5;100) gives 0.29.
Returns the (1-alpha) confidence interval for a Student's t distribution.
CONFIDENCE.T(Alpha; StDev; Size)
Alpha is the level of the confidence interval.
StDev is the standard deviation for the total population.
Size is the size of the total population.
=CONFIDENCE.T(0.05;1.5;100) gives 0.2976325427.
COM.MICROSOFT.CONFIDENCE.T
Devolve os valores da distribución de Weibull.
INVLOG(Número [; Media [; DesvEst]])
Número (requirido) é o valor de probabilidade para o que hai que calcular o inverso da distribución logarítmica estándar.
Media (opcional) é a media aritmética da distribución logarítmica estándar (0 se se omite).
DesvEst (opcional) é a desviación estándar da distribución logarítmica estándar (1 se se omite).
GESTEP(3; 3) devolve 1
Returns the Rank_c-th largest value in a data set.
LARGE(Data; RankC)
Data is the cell range of data.
RankC is the ranking of the value. If RankC is an array, the function becomes an array function.
=LARGE(A1:C50;2) gives the second largest value in A1:C50.
=LARGE(A1:C50;B1:B5) entered as an array function gives an array of the c-th largest value in A1:C50 with ranks defined in B1:B5.
Returns the Rank_c-th smallest value in a data set.
SMALL(Data; RankC)
Data is the cell range of data.
RankC is the rank of the value. If RankC is an array, the function becomes an array function.
=SMALL(A1:C50;2) gives the second smallest value in A1:C50.
=SMALL(A1:C50;B1:B5) entered as an array function gives an array of the c-th smallest value in A1:C50 with ranks defined in B1:B5.