Σ
SDCalc
AvanzadoAvanzado·14 min

Pruebas de Hipótesis con Desvío Estándar

Aprendé cómo se usa el desvío estándar en las pruebas de hipótesis. Entendé las pruebas t, pruebas z y cómo determinar la significancia estadística.

Descripción general

Las pruebas de hipótesis son un método estadístico para tomar decisiones sobre poblaciones basándose en datos muestrales. El desvío 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

Enunciar 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 utilizando el desvío estándar
4

Comparar con el valor crítico

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

Tomar la decisión

Tomar la decisión: rechazar o no rechazar H₀

Prueba Z

Se usa una prueba Z cuando se conoce el desvío estándar poblacional (σ) y se tiene un tamaño de muestra grande (n ≥ 30).

Estadístico de la prueba Z

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

Ejemplo

Un fabricante afirma que las baterías duran 100 horas en promedio (μ₀ = 100). Probás 36 baterías y encontrás 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

Se usa una prueba t cuando no se conoce el desvío estándar poblacional y se debe estimar a partir de la muestra (usando s en lugar de σ).

Estadístico de la prueba T

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

Cuándo usar la prueba T vs. la prueba Z

- Prueba Z: σ es conocido, n ≥ 30 - Prueba T: σ es desconocido (se usa s), cualquier tamaño de muestra En la práctica, las pruebas t son mucho más comunes porque rara vez conocemos el verdadero σ 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 el desvío estándar y las pruebas de hipótesis.

Error estándar de la media

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

El error estándar disminuye a medida que aumenta el tamaño de la muestra. Las muestras más grandes brindan 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 del umbral elegido (α).

Si valor p < α

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

Si valor p ≥ α

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

Significancia estadística vs. significancia 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 considerá 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.