Definition

Basic Concept

The alternative hypothesis (denoted Ha or H1) is a statement that contradicts the null hypothesis (H0). It represents what the researcher aims to support through data evidence.

Purpose

To provide a specific claim about a population parameter that differs from the null hypothesis, enabling statistical testing to determine if observed data favor this claim.

Notation

Commonly denoted as Ha or H1. Example: H0: μ = 10, Ha: μ ≠ 10.

Role in Hypothesis Testing

Testing Framework

Hypothesis testing evaluates evidence against H0. The alternative hypothesis represents the rival claim tested indirectly via rejecting or failing to reject H0.

Decision Making

Data either provide sufficient evidence to reject H0 in favor of Ha or fail to do so, leaving H0 un-rejected.

Inference Basis

Supports inferential conclusions about population parameters based on sample data and probabilistic thresholds.

Formulation

Parameter Specification

Ha specifies an inequality or difference concerning a population parameter (mean, proportion, variance, etc.).

Examples

Ha: μ > μ0, Ha: p < 0.5, Ha: σ2 ≠ 4.

Context Dependence

Formulation depends on research question, measurement scale, and hypothesis directionality.

Types of Alternative Hypotheses

One-Tailed (Directional)

Specifies a direction: greater than (>) or less than (<) a parameter value. Example: Ha: μ > 50.

Two-Tailed (Non-Directional)

Specifies inequality without direction: ≠. Example: Ha: μ ≠ 100.

Composite vs Simple

Composite: involves range of values. Simple: specifies a single value.

Relationship to Null Hypothesis

Mutually Exclusive

Ha and H0 cannot both be true simultaneously.

Exhaustive

Together, H0 and Ha cover all possible values of the parameter.

Testing Contrast

Hypothesis test outcome rejects or fails to reject H0, indirectly supporting Ha.

Test Statistics and Decision Rules

Test Statistic Calculation

Computed from sample data; measures how much data deviate from H0 assumption.

Decision Rule

Reject H0 if test statistic falls in critical region defined by Ha.

Example Table

StatisticDecisionInterpretation
t > tcriticalReject H0Supports Ha: μ > μ0
t ≤ tcriticalFail to reject H0Insufficient evidence for Ha

One-tailed vs Two-tailed Tests

Directionality

One-tailed tests assess deviation in one direction; two-tailed assess deviation in both.

Critical Regions

One-tailed: single rejection region. Two-tailed: two rejection regions at both ends of distribution.

Examples

One-tailed: Ha: p < 0.05. Two-tailed: Ha: p ≠ 0.05.

P-value Interpretation

Definition

Probability of observing test statistic as extreme or more extreme than actual, assuming H0 true.

Comparison to Significance Level

Reject H0 if p-value ≤ α (significance level), supporting Ha.

Misinterpretations

Does not measure probability H0 is true or false; indicates data extremity under H0.

Significance Levels

Definition

α: threshold for Type I error probability; commonly 0.05, 0.01, or 0.10.

Role in Testing

Determines rejection region boundaries for test statistic based on Ha type.

Trade-offs

Lower α reduces false positives but increases false negatives (Type II error).

Examples

Mean Difference Test

H0: μ = 50, Ha: μ ≠ 50. Data: sample mean = 54, standard deviation = 10, n = 30.

Proportion Test

H0: p = 0.5, Ha: p > 0.5. Sample proportion = 0.6, n = 100.

Variance Test

H0: σ2 = 16, Ha: σ2 < 16. Sample variance = 12, n = 25.

Test TypeH0HaExample
Meanμ = μ0μ ≠ μ0μ ≠ 50
Proportionp = p0p > p0p > 0.5
Varianceσ2 = σ02σ2 < σ02σ2 < 16
Example: One-sample t-test for meanGiven: H0: μ = 50 Ha: μ ≠ 50 Sample mean (x̄) = 54 Sample std dev (s) = 10 Sample size (n) = 30Test statistic: t = (x̄ - μ0) / (s / √n) t = (54 - 50) / (10 / √30) ≈ 2.19Decision: Compare t to critical t for df=29 at α=0.05 (two-tailed) If |t| > t_critical, reject H0 in favor of Ha

Common Misconceptions

Rejecting H0 Proves Ha

Rejecting H0 supports but does not prove Ha. Statistical evidence is probabilistic.

Failing to Reject H0 Proves It True

Failing to reject H0 indicates insufficient evidence, not proof of truth.

Alternative Hypothesis is Always True if H0 is False

Some tests may have multiple alternative hypotheses or inconclusive results.

Importance in Statistics

Foundation for Inferential Statistics

Defines the research hypothesis tested through data; essential for scientific conclusions.

Guides Experimental Design

Formulates expected effects, influencing sample size and analysis methods.

Supports Decision Making

Enables objective assessment of claims using probability theory and observed data.

References

  • Casella, G., & Berger, R. L. Statistical Inference, 2nd ed., Duxbury, 2002, pp. 125-180.
  • Mendenhall, W., Beaver, R. J., & Beaver, B. M. Introduction to Probability and Statistics, 14th ed., Cengage, 2012, pp. 320-365.
  • Lehmann, E. L., & Romano, J. P. Testing Statistical Hypotheses, 3rd ed., Springer, 2005, pp. 45-95.
  • Wasserman, L. All of Statistics: A Concise Course in Statistical Inference, Springer, 2004, pp. 110-150.
  • Devore, J. L. Probability and Statistics for Engineering and the Sciences, 9th ed., Cengage, 2011, pp. 250-290.