Skip to content
Sahithyan's S3
1
Sahithyan's S3 — Applied Statistics

Critical Value Method

A traditional way of making a hypothesis-testing decision. Computed test statistic is compared with the critical value obtained from a statistical table.

Used when:

  • a fixed significance level (α\alpha) is chosen.
  • standard distributions are used.

Appropriate for both one-tailed and two-tailed tests.

Suppose:

  • H0H_0: μ=μ0\mu = \mu_0
  • H1H_1: μμ0\mu \neq \mu_0

Reject H0H_0 if z>zα/2\left\lvert z \right\rvert \gt z_{\alpha/2}.

Suppose:

  • H0H_0: μμ0\mu \leq \mu_0
  • H1H_1: μ>μ0\mu \gt \mu_0

Reject H0H_0 if z>zαz \gt z_{\alpha}.

Suppose:

  • H0H_0: μμ0\mu \geq \mu_0
  • H1H_1: μ<μ0\mu \lt \mu_0

Reject H0H_0 if z<zαz \lt -z_{\alpha}.