The CONFIDENCE.T function

Contents



The CONFIDENCE.T function <Post <Blog | SumProduct son expertos en capacitación de Excel: modelado financiero, modelado de datos estratégicos, auditoría de modelos, planificación y estrategia, cursos de capacitación, consejos y base de conocimiento en línea.






keep in mind javascript is needed for full functionality of the web portal.

Welcome back to our usual blog of Excel functions from A to Z. Today we look at the CONFIANZA.T function.


La función CONFIANZA.T

Tienes tu CONFIANZA up to a T? This function first appeared in Excel 2010 pero a diferencia de CONFIANZA.NORM no había semejante en versiones anteriores de Excel. Esto se debe a que esta función devuelve el intervalo de confianza para una media poblacional, using a T de estudiante distribution.

The CONFIANZA.T The function uses the following syntax to operate:

CONFIANZA.T(alfa, standard_dev, Size)

  • alfa: This is required. Esto representa el nivel de significancia usado para calcular el nivel de confianza. El nivel de confianza es igual 100 * (1 – alfa)%, or put another way, a alfa of 0.05 indica un nivel de confianza del 95 percent
  • standard_dev: this is also necessary. Esta es la desviación estándar de la población para el rango de datos y se supone que se conoce
  • Size: additionally required. Este es el tamaño de la muestra.

It should be noted at the same time that:

  • if any argument is not numeric, CONFIANZA.T return the #VALUE! error value
  • And alfa es ≤ 0 o ≥ 1, CONFIANZA.T return the #ON ONE! error value
  • And standard_dev ≤ 0, CONFIANZA.T return the #ON ONE! error value
  • And Size it is not a whole number, is truncated
  • And Size <1, CONFIANZA.T return the # DIV / 0! error value

Please, see my example below:

Soon we will continue with our functions from A to Z of Excel. Keep checking: there is a new blog post every other business day.








Subscribe to our Newsletter

We will not send you SPAM mail. We hate it as much as you.