Σ
SDCalc
AvansatAvansat·14 min

Testarea ipotezelor cu deviația standard

Învață cum se folosește deviația standard în testarea ipotezelor. Înțelege testele t, testele z și cum se determină semnificația statistică.

Prezentare generală

Testarea ipotezelor este o metodă statistică de luare a deciziilor despre populații pe baza datelor din eșantioane. Deviația standard joacă un rol crucial în determinarea dacă diferențele observate sunt semnificative statistic sau se datorează doar întâmplării.

1

Formulează ipotezele

Stabilește ipoteza nulă (H₀) și ipoteza alternativă (H₁)
2

Alege nivelul de semnificație

Alege nivelul de semnificație (α), de obicei 0,05
3

Calculează statistica testului

Calculează statistica testului folosind deviația standard
4

Compară cu valoarea critică

Compară cu valoarea critică sau calculează valoarea p
5

Ia decizia

Ia decizia: respinge sau nu ipoteza H₀

Testul Z

Folosește un test Z când cunoști deviația standard a populației (σ) și ai un eșantion mare (n ≥ 30).

Statistica testului Z

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

Exemplu

Un producător susține că bateriile durează în medie 100 de ore (μ₀ = 100). Testezi 36 de baterii și găsești x̄ = 98 ore. Dacă σ = 12 ore: z = (98 - 100) / (12 / √36) = -2 / 2 = -1 Cu z = -1 și α = 0,05 (bilateral), nu respingem H₀. Diferența nu este semnificativă statistic.

Testul T

Folosește un test t când nu cunoști deviația standard a populației și trebuie să o estimezi din eșantion (folosind s în loc de σ).

Statistica testului T

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

Când să folosești testul T vs. testul Z

- Testul Z: σ este cunoscut, n ≥ 30 - Testul T: σ este necunoscut (folosește s), orice dimensiune a eșantionului În practică, testele t sunt mult mai frecvente deoarece rareori cunoaștem adevărata valoare σ a populației.

Eroarea standard

Eroarea standard (ES) măsoară cât de mult variază mediile eșantioanelor față de media populației. Este legătura cheie între deviația standard și testarea ipotezelor.

Eroarea standard a mediei

SE = σ / √n (sau s / √n când se folosește DS a eșantionului)

Eroarea standard scade pe măsură ce dimensiunea eșantionului crește. Eșantioanele mai mari oferă estimări mai precise și facilitează detectarea diferențelor reale.

Semnificația statistică

Un rezultat este semnificativ statistic când probabilitatea de a-l observa din întâmplare (valoarea p) este sub pragul ales (α).

Dacă valoarea p < α

Respinge H₀. Rezultatul este semnificativ statistic.

Dacă valoarea p ≥ α

Nu respinge H₀. Rezultatul ar putea fi datorat întâmplării.

Semnificație statistică vs. practică

Un rezultat semnificativ statistic nu este neapărat important din punct de vedere practic. Cu eșantioane foarte mari, diferențe minuscule pot fi “semnificative” dar lipsite de sens în practică. Ia în considerare întotdeauna mărimea efectului alături de valorile 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.