Loading…

How to Find a Critical Value in Statistics

How to find critical value​ for a hypothesis test given the significance level \(\alpha\), one- vs two-tailed alternative, and the test statistic distribution?

Subject: Statistics Chapter: Hypothesis Tests About the Mean and Proportion Topic: Hypothesis Tests About μ, σ Known, the Critical Value Approach Answer included
how to find critical value​ how to find critical value critical value significance level alpha rejection region critical region z critical value t critical value
Accepted answer Answer included

Meaning of “critical value”

how to find critical value​ in a hypothesis test: select the null distribution of the test statistic \(T\), decide whether the test is left-, right-, or two-tailed, then compute the cutoff quantile(s) so that the rejection region has total probability \(\alpha\) under \(H_0\).

Step 1: Identify the null distribution of the test statistic

Critical values come from the sampling distribution of the statistic under the null hypothesis \(H_0\). Typical choices:

  • z test: \(T=Z \sim N(0,1)\) under \(H_0\).
  • t test: \(T \sim t_{\nu}\) under \(H_0\) with degrees of freedom \(\nu\).
  • Chi-square tests: \(T \sim \chi^2_{\nu}\) under \(H_0\).
  • F tests / ANOVA: \(T \sim F_{\nu_1,\nu_2}\) under \(H_0\).

Step 2: Determine the tail direction from the alternative hypothesis

  • Right-tailed: \(H_a\) uses “greater than” (\(>\)); reject for large values of \(T\).
  • Left-tailed: \(H_a\) uses “less than” (\(<\)); reject for small values of \(T\).
  • Two-tailed: \(H_a\) uses “not equal” (\(\ne\)); reject for extreme values in both tails.

Step 3: Allocate \(\alpha\) to the tail area(s)

The total probability of the rejection region under \(H_0\) is \(\alpha\).

  • One-tailed: one tail gets area \(\alpha\).
  • Two-tailed: each tail gets area \(\alpha/2\).

Step 4: Compute the critical value(s) as quantiles (inverse-CDF)

Let \(F_T\) be the CDF of \(T\) under \(H_0\). Critical values are quantiles of \(F_T\):

  • Left-tailed cutoff \(c_L\): \[ P(T \le c_L)=\alpha \quad \Longrightarrow \quad c_L=F_T^{-1}(\alpha). \]
  • Right-tailed cutoff \(c_R\): \[ P(T \ge c_R)=\alpha \quad \Longleftrightarrow \quad P(T \le c_R)=1-\alpha \quad \Longrightarrow \quad c_R=F_T^{-1}(1-\alpha). \]
  • Two-tailed cutoffs \(c_L,c_R\): \[ c_L=F_T^{-1}\!\left(\frac{\alpha}{2}\right), \qquad c_R=F_T^{-1}\!\left(1-\frac{\alpha}{2}\right). \]
Tail type Rejection region How to find the critical value(s)
Left-tailed \(T \le c_L\) \(c_L=F_T^{-1}(\alpha)\)
Right-tailed \(T \ge c_R\) \(c_R=F_T^{-1}(1-\alpha)\)
Two-tailed \(T \le c_L\) or \(T \ge c_R\) \(c_L=F_T^{-1}(\alpha/2)\), \(c_R=F_T^{-1}(1-\alpha/2)\)

Visualization: critical values as cutoffs on a null distribution

-1.96 +1.96 -3 -2 -1 0 1 2 3 critical values mark the rejection cutoffs z
The shaded areas represent the rejection region under \(H_0\). In a two-tailed z test with \(\alpha=0.05\), each tail has area \(\alpha/2=0.025\), producing critical values approximately \(-1.96\) and \(+1.96\).

Worked example: finding a z critical value

Consider a z test for a population mean with \(\alpha=0.01\) and a right-tailed alternative (\(H_a: \mu > \mu_0\)).

  1. Right-tailed implies a single upper tail of size \(\alpha=0.01\).
  2. Find the \(1-\alpha=0.99\) quantile of the standard normal distribution.
  3. The critical value is \[ c_R=z_{0.99}, \] and the rejection region is \(Z \ge z_{0.99}\).

The numerical value of \(z_{0.99}\) is obtained from a standard normal table or an inverse-normal function; the procedure above is the statistical calculation.

How the same steps apply to t, \(\chi^2\), and F

  • t critical value: replace \(z_{\cdot}\) by \(t_{\cdot,\nu}\) (degrees of freedom \(\nu\)). For a two-tailed t test, use \(t_{1-\alpha/2,\nu}\) and \(-t_{1-\alpha/2,\nu}\).
  • \(\chi^2\) critical value: use \(\chi^2_{1-\alpha,\nu}\) for a right tail and \(\chi^2_{\alpha,\nu}\) for a left tail. The distribution is not symmetric, so the two-tailed cutoffs are \(\chi^2_{\alpha/2,\nu}\) and \(\chi^2_{1-\alpha/2,\nu}\) (not negatives of each other).
  • F critical value: for a right-tailed test (common in ANOVA), use \(F_{1-\alpha,\nu_1,\nu_2}\) so that \(P(F_{\nu_1,\nu_2} \ge c_R)=\alpha\).

Checklist

  1. Confirm the test statistic and its null distribution (including degrees of freedom when needed).
  2. Read tail direction from \(H_a\).
  3. Split \(\alpha\) across tails if two-tailed.
  4. Compute the quantile(s) using \(F_T^{-1}\) at \(\alpha\), \(1-\alpha\), \(\alpha/2\), and \(1-\alpha/2\) as appropriate.
Vote on the accepted answer
Upvotes: 0 Downvotes: 0 Score: 0
Community answers No approved answers yet

No approved community answers are published yet. You can submit one below.

Submit your answer Moderated before publishing

Plain text only. Your name is required. Links, HTML, and scripts are blocked.

Fresh

Most recent questions

109 questions · Sorted by newest first

Showing 1–10 of 109
per page
  1. Mar 5, 2026 Published
    Formula of the Variance (Population and Sample)
    Statistics Numerical Descriptive Measures Measures of Dispersion for Ungrouped Data
  2. Mar 5, 2026 Published
    Mean Median Mode Calculator (Formulas, Interpretation, and Example)
    Statistics Numerical Descriptive Measures Measures of Central Tendency for Ungrouped Data
  3. Mar 4, 2026 Published
    How to Calculate Standard Deviation in Excel (STDEV.S vs STDEV.P)
    Statistics Numerical Descriptive Measures Measures of Dispersion for Ungrouped Data
  4. Mar 4, 2026 Published
    Suppose T and Z Are Random Variables: How T Relates to Z in the t Distribution
    Statistics Estimation of the Mean and Proportion Estimation of a Population Mean σ Not Known the T Distribution
  5. Mar 4, 2026 Published
    What Does R Squared Mean in Statistics (Coefficient of Determination)
    Statistics Simple Linear Regression Coefficient of Determination
  6. Mar 3, 2026 Published
    Box and Plot Graph (Box Plot) Explained
    Statistics Numerical Descriptive Measures Box and Whisker Plot
  7. Mar 3, 2026 Published
    How to Calculate a Z Score
    Statistics Continuous Random Variables and the Normal Distribution Standardizing a Normal Distribution
  8. Mar 3, 2026 Published
    How to Calculate Relative Frequency
    Statistics Organizing and Graphing Data Organizing and Graphing Quantitative Data
  9. Mar 3, 2026 Published
    Is zero an even number?
    Statistics Numerical Descriptive Measures Measures of Central Tendency for Ungrouped Data
  10. Mar 3, 2026 Published
    Monty Hall Paradox (Conditional Probability Explained)
    Statistics Probability Marginal and Conditional Probabilities
Showing 1–10 of 109
Open the calculator for this topic