Funciones estadístiques, tercer parte

BINOM.CRIT

Returns the smallest value for which the cumulative binomial distribution is greater than or equal to a criterion value.

Syntax

BINOM.CRIT(ensayos; prob_ésitu; alfa)

ensayos ye'l total d'intentos.

prob_ésitu ye l'intervalu de probabilidá d'ésitu d'un intentu.

Alfa ye l'intervalu de probabilidá llende que se debe algamar o superar.

Example

=BINOM.CRIT(100;0.5;0.1) rendimientos 44.

COEF.DE.CORREL

Calcula'l coeficiente de correllación ente dos grupos de datos.

Syntax

COEF.DE.CORREL(Datos1; Datos2)

Datos1 ye'l primer grupu de datos.

Datos2 ye'l segundu conxuntu de datos.

Example

=COEF.DE.CORREL(A1:A50;B1:B50) calcula'l coeficiente de correllación como midida de la correllación llinial de dos conxuntos de datos.

CONFIDENCE.NORM

Calcula un intervalu d'enfotu (1 alfa) pa distribución normal.

tip

This function is available since LibreOffice 4.2


Syntax

ENFOTU(Alpha; Desv_estándar; Tamañu)

Alfa ye'l nivel del intervalu d'enfotu.

Desv_estándar ye la esviación estándar de la población total.

tamañu ye'l tamañu de la totalidá base.

Example

=INTERVALU.ENFOTU(0.05;1.5;100) da 0.29.

COVAR

Calcula la covarianza del productu de les esviaciones de pares.

Syntax

COVAR(Datos1; Datos2)

Datos1 ye'l primer grupu de datos.

Datos2 ye'l segundu conxuntu de datos.

Example

=COVAR(A1:A30;B1:B30)

COVARIANCE.P

Returns the covariance of the product of paired deviations, for the entire population.

tip

This function is available since LibreOffice 4.2


Syntax

COVARIANCE.P(Data1; Data2)

Datos1 ye'l primer grupu de datos.

Datos2 ye'l segundu conxuntu de datos.

Example

=COVAR(A1:A30;B1:B30)

COVARIANCE.S

Returns the covariance of the product of paired deviations, for a sample of the population.

tip

This function is available since LibreOffice 4.2


Syntax

COVARIANCE.S(Data1; Data2)

Datos1 ye'l primer grupu de datos.

Datos2 ye'l segundu conxuntu de datos.

Example

=COVAR(A1:A30;B1:B30)

CURTOSIS

Calcula la curtosis (midida del grau d'agudez de la curva de frecuencia) d'un grupu de datos (tienen d'introducise un mínimu de cuatro valores).

Syntax

KURT(Number1; Number2; ...; Number30)

Number1, Number2, ..., Number30 are numeric arguments or ranges representing a random sample of distribution.

Example

=CURTOSIS(A1;A2;A3;A4;A5;A6)

K.ESIMO.MAYOR

Calcula'l valor c de rangu más grande d'un grupu de datos.

Iconu de nota

This function is part of the Open Document Format for Office Applications (OpenDocument) standard Version 1.2. (ISO/IEC 26300:2-2015)


Syntax

K.ESIMO.MAYOR(Datos; Rangu_C)

Datos ye la matriz de los datos de l'amuesa.

RankC is the ranking of the value. If RankC is an array, the function becomes an array function.

Example

=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.

K.ESIMO.MENOR

Calcula'l valor c de rangu más pequeñu d'un grupu de datos.

Iconu de nota

This function is part of the Open Document Format for Office Applications (OpenDocument) standard Version 1.2. (ISO/IEC 26300:2-2015)


Syntax

K.ESIMO.MENOR(Datos; Rangu_C)

Datos ye la matriz de los datos de l'amuesa.

RankC is the rank of the value. If RankC is an array, the function becomes an array function.

Example

=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.

DISTR.LOG.NORM

Calcula l'inversu de la distribución normal logarítmica.

This function is identical to LOGINV and was introduced for interoperability with other office suites.

tip

This function is available since LibreOffice 4.3


Syntax

DISTR.NORM.INV(Númberu; Media; Desv_estándar)

Probabilidá ye'l valor del intervalu de probabilidá pal cual débese calcular la distribución normal logarítmica inversa.

Media ye'l promediu de la distribución normal logarítmica.

Desv_estándar (opcional) ye la esviación estándar de la distribución logarítmica estándar.

Example

=INV.LOG(0.05;0;1) devuelve 0.19.

DISTR.LOG.NORM

Devuelve'l valor d'una distribución gamma.

Syntax

DISTR.LOG.NORM(Númberu; Media; Desv_estándar; Acumulativa)

x ye'l valor del intervalu de probabilidá pal cual débese calcular la distribución normal logarítmica.

Media (opcional) ye'l valor mediu de la distribución logarítmica estándar.

Desv_estándar (opcional) ye la esviación estándar de la distribución logarítmica estándar.

Acumulativa (opcional) = 0 calcula la función de densidá, Acumulativa = 1 calcula la distribución.

Example

=DISTR.LOG.NORM(0.1;0;1) retorna 0.01.

DISTR.LOG.NORM

Devuelve'l valor d'una distribución gamma.

tip

This function is available since LibreOffice 4.3


Syntax

DISTR.LOG.NORM(Númberu; Media; Desv_estándar; Acumulativa)

x ye'l valor del intervalu de probabilidá pal cual débese calcular la distribución normal logarítmica.

Media (opcional) ye'l valor mediu de la distribución logarítmica estándar.

Desv_estándar (opcional) ye la esviación estándar de la distribución logarítmica estándar.

Acumulativa (opcional) = 0 calcula la función de densidá, Acumulativa = 1 calcula la distribución.

Example

=DISTR.LOG.NORM(0.1;0;1) retorna 0.01.

INTERVALU.ENFOTU

Calcula un intervalu d'enfotu (1 alfa) pa distribución normal.

Syntax

ENFOTU(Alpha; Desv_estándar; Tamañu)

Alfa ye'l nivel del intervalu d'enfotu.

Desv_estándar ye la esviación estándar de la población total.

tamañu ye'l tamañu de la totalidá base.

Example

=INTERVALU.ENFOTU(0.05;1.5;100) da 0.29.

INTERVALU.ENFOTU

Calcula un intervalu d'enfotu (1 alfa) pa distribución normal.

tip

This function is available since LibreOffice 4.2


Syntax

ENFOTU(Alpha; Desv_estándar; Tamañu)

Alfa ye'l nivel del intervalu d'enfotu.

Desv_estándar ye la esviación estándar de la población total.

tamañu ye'l tamañu de la totalidá base.

Example

=INTERVALU.ENFOTU(0.05;1.5;100) da 0.29.

INV.LOG

Calcula l'inversu de la distribución normal logarítmica.

Syntax

INV.LOG(Númberu; Media; Esviación Estandar)

Probabilidá ye'l valor del intervalu de probabilidá pal cual débese calcular la distribución normal logarítmica inversa.

Media ye'l promediu de la distribución normal logarítmica.

Desv_estándar ye la esviación estándar de la distribución logarítmica estándar.

Example

=INV.LOG(0.05;0;1) devuelve 0.19.