Σ
SDCalc
AvanzadoAvanzado·14 min

Pruebas de Hipótesis con Desviación Estándar

Aprende cómo se usa la desviación estándar en pruebas de hipótesis. Entiende las pruebas t, pruebas z y cómo determinar la significancia estadística.

Panorama General

La prueba de hipótesis es un método estadístico para tomar decisiones sobre poblaciones basándose en datos muestrales. La desviación estándar juega un papel fundamental para determinar si las diferencias observadas son estadísticamente significativas o si se deben simplemente al azar.

1

Plantear las Hipótesis

Establecer la hipótesis nula (H₀) y la hipótesis alternativa (H₁)
2

Elegir el Nivel de Significancia

Elegir el nivel de significancia (α), típicamente 0.05
3

Calcular el Estadístico de Prueba

Calcular el estadístico de prueba usando la desviación estándar
4

Comparar con el Valor Crítico

Comparar con el valor crítico o calcular el valor p
5

Tomar una Decisión

Decidir: rechazar o no rechazar H₀

Prueba Z

Usa una prueba Z cuando conoces la desviación estándar poblacional (σ) y tienes un tamaño de muestra grande (n ≥ 30).

Estadístico de Prueba Z

z = (x̄ - μ₀) / (σ / √n)

Ejemplo

Un fabricante afirma que las baterías duran 100 horas en promedio (μ₀ = 100). Pruebas 36 baterías y encuentras x̄ = 98 horas. Si σ = 12 horas: z = (98 - 100) / (12 / √36) = -2 / 2 = -1 Con z = -1 y α = 0.05 (bilateral), no rechazamos H₀. La diferencia no es estadísticamente significativa.

Prueba T

Usa una prueba t cuando no conoces la desviación estándar poblacional y debes estimarla a partir de la muestra (usando s en lugar de σ).

Estadístico de Prueba T

t = (x̄ - μ₀) / (s / √n)

Cuándo Usar la Prueba T vs. la Prueba Z

- Prueba Z: σ es conocida, n ≥ 30 - Prueba T: σ es desconocida (se usa s), cualquier tamaño de muestra En la práctica, las pruebas t son mucho más comunes porque rara vez conocemos la verdadera σ poblacional.

Error Estándar

El error estándar (EE) mide cuánto varían las medias muestrales respecto a la media poblacional. Es el vínculo clave entre la desviación estándar y las pruebas de hipótesis.

Error Estándar de la Media

SE = σ / √n (o s / √n cuando se usa la DE muestral)

El error estándar disminuye a medida que el tamaño de la muestra aumenta. Muestras más grandes proporcionan estimaciones más precisas y facilitan la detección de diferencias reales.

Significancia Estadística

Un resultado es estadísticamente significativo cuando la probabilidad de observarlo por azar (valor p) está por debajo de tu umbral elegido (α).

Si el valor p < α

Rechazar H₀. El resultado es estadísticamente significativo.

Si el valor p ≥ α

No rechazar H₀. El resultado podría deberse al azar.

Significancia Estadística vs. Práctica

Un resultado estadísticamente significativo no es necesariamente importante en la práctica. Con muestras muy grandes, diferencias mínimas pueden ser “significativas” pero carecer de relevancia práctica. Siempre considera el tamaño del efecto junto con los valores p.

Further Reading

How to Read This Article

A statistics tutorial is a practical interpretation guide, not just a formula dump. It refers to the assumptions, notation, and reporting language that analysts need when they explain a result to a teacher, manager, client, or reviewer. The article body covers the specific topic, while the sections below create a common interpretation frame that readers can reuse across related metrics.

Reading goalWhat to focus onCommon mistake
DefinitionWhat the metric is and what quantity it summarizesTreating the formula as self-explanatory
Formula choiceSample versus population assumptions and notationUsing n when n-1 is required or vice versa
InterpretationWhether the result indicates concentration, spread, or riskCalling a large value good or bad without context

Frequently Asked Questions

How should I interpret a high standard deviation?

A high standard deviation means the observations are spread farther from the mean on average. Whether that spread is acceptable depends on the context: wide dispersion might signal risk in finance, instability in manufacturing, or genuine natural variation in scientific data.

Why do some articles mention n while others mention n-1?

The denominator reflects the difference between population and sample formulas. Population variance and population standard deviation use N because the full dataset is known. Sample variance and sample standard deviation often use n-1 because Bessel’s correction reduces bias when estimating population spread from a sample.

What is a statistical interpretation guide?

A statistical interpretation guide is a page that moves beyond arithmetic and explains meaning. It tells you what a metric is, when the formula applies, and how to describe the result in plain English without overstating certainty.

Can I cite this article in a report?

You should cite the underlying authoritative reference for formal work whenever possible. This page is best used as an explanatory bridge that helps you understand the concept before quoting the original standard or handbook.

Why include direct citations on every article page?

Direct citations give readers a route to verify the definition, notation, and assumptions. That improves trust and reduces the chance that a simplified explanation is mistaken for the entire technical standard.

Authoritative References

These sources define the concepts referenced most often across our articles. Bessel's correction is a sample adjustment, variance is a squared measure of spread, and standard deviation is the square root of variance expressed in the same units as the data.