With α = .05, what is the critical t value for a one-tailed single sample test with n = 15?

Created by Anna Szczepanek, PhD

Reviewed by Dominik Czernia, PhD candidate and Jack Bowater

Last updated: May 09, 2022

Welcome to the critical value calculator! Here you can quickly determine the critical value(s) for two-tailed tests, as well as for one-tailed tests. It works for most common distributions in statistical testing: the standard normal distribution N(0,1) (that is, when you have a Z-score), t-Student, chi-square, and F-distribution.

What is a critical value? And what is the critical value formula? Scroll down - we provide you with the critical value definition and explain how to calculate critical values in order to use them to construct rejection regions (also known as critical regions).

What is a critical value?

In hypothesis testing, critical values are one of the two approaches which allow you to decide whether to retain or reject the null hypothesis. The other approach is to calculate the p-value.

The critical value approach consists of checking if the value of the test statistic generated by your sample belongs to the so-called rejection region, or critical region, which is the region where the test statistic is highly improbable to lie. A critical value is a cut-off value (or two cut-off values in case of a two-tailed test) that constitutes the boundary of the rejection region(s). In other words, critical values divide the scale of your test statistic into the rejection region and non-rejection region.

Once you have found the rejection region, check if the value of test statistic generated by your sample belongs to it:

  • if so, it means that you can reject the null hypothesis and accept the alternative hypothesis; and
  • if not, then there is not enough evidence to reject H₀.

But, how to calculate critical values? First of all, you need to set a significance level, α, which quantifies the probability of rejecting the null hypothesis when it is actually correct. The choice of α is arbitrary; in practice, we most often use a value of 0.05 or 0.01. Critical values depend also on the alternative hypothesis you choose for your test, elucidated in the next section.

Critical value definition

To determine critical values, you need to know the distribution of your test statistic under the assumption that the null hypothesis holds. Critical values are then the points on the distribution which have the same probability as your test statistic, equal to the significance level α. These values are assumed to be at least as extreme at those critical values.

The alternative hypothesis determines what "at least as extreme" means. In particular, if the test is one-sided, then there will be just one critical value, if it is two-sided, then there will be two of them: one to the left and the other to the right of the median value of the distribution.

Critical values can be conveniently depicted as the points with the property that the area under the density curve of the test statistic from those points to the tails is equal to α:

  • left-tailed test: the area under the density curve from the critical value to the left is equal to α;

  • right-tailed test: the area under the density curve from the critical value to the right is equal to α; and

  • two-tailed test: the area under the density curve from the left critical value to the left is equal to α/2 and the area under the curve from the right critical value to the right is equal to α/2 as well; thus, total area equals α.

With α = .05, what is the critical t value for a one-tailed single sample test with n = 15?

As you can see, finding the critical values for a two-tailed test with significance α boils down to finding both one-tailed critical values with a significance level of α/2.

How to calculate critical values?

The formulae for the critical values involve the quantile function, Q, which is the inverse of the cumulative distribution function (cdf) for the test statistic distribution (calculated under the assumption that H₀ holds!): Q = cdf-1

Once we have agreed upon the value of α, the critical value formulae are the following:

  1. left-tailed test: (-∞, Q(α)]

  2. right-tailed test: [Q(1 - α), ∞)

  3. two-tailed test: (-∞, Q(α/2)] ∪ [Q(1 - α/2), ∞)

In the case of a distribution symmetric about 0, the critical values for the two-tailed test are symmetric as well:
Q(1 - α/2) = -Q(α/2)

Unfortunately, the probability distributions that are the most widespread in hypothesis testing have a somewhat complicated cdf formulae. To find critical values by hand, you would need to use specialized software or statistical tables. In these cases, the best option is, of course, our critical value calculator! 😁

How to use this critical value calculator?

Now that you have found our critical value calculator, you no longer need to worry how to find critical value for all those complicated distributions! Here are the steps you need to follow:

  1. Tell us the distribution of your test statistic under the null hypothesis: is it a standard normal N(0,1), t-Student, chi-squared, or Snedecor's F? If you are not sure, check the sections below devoted to those distributions, and try to localize the test you need to perform.

  2. Choose the alternative hypothesis: two-tailed, right-tailed, or left-tailed.

  3. If needed, specify the degrees of freedom of the test statistic's distribution. If you are not sure, check the description of the test you are performing.

  4. Set the significance level, α. We pre-set it to the most common value, 0.05, by default, but you can, of course, adjust it to your needs.

  5. The critical value calculator will then display not only your critical value(s) but also the rejection region(s).

Go to the advanced mode of the critical value calculator if you need to increase the precision with which the critical values are computed.

Z critical values

Use the Z (standard normal) option if your test statistic follows (at least approximately) the standard normal distribution N(0,1).

With α = .05, what is the critical t value for a one-tailed single sample test with n = 15?
Density of the standard normal distribution
StefanPohl / CC0 wikimedia.org

In the formulae below, u denotes the quantile function of the standard normal distribution N(0,1):

  1. left-tailed Z critical value:
    u(α)

  2. right-tailed Z critical value:
    u(1 - α)

  3. two-tailed Z critical value:

±u(1 - α/2)

Check out Z-test calculator to learn more about the most common Z-test used on the population mean. There are also Z-tests for the difference between two population means, in particular one between two proportions.

t critical values

Use the t-Student option if your test statistic follows the t-Student distribution. This distribution is similar to N(0,1), but its tails are fatter - the exact shape depends on the number of degrees of freedom. If this number is large (>30), which generically happens for large samples, then the t-Student distribution is practically indistinguishable from N(0,1). Check our t-statistic calculator to compute the related test statistic.

With α = .05, what is the critical t value for a one-tailed single sample test with n = 15?
Density of the t-distribution with ν degrees of freedom
Skbkekas / CC BY wikimedia.org

In the formulae below, Qt,d is the quantile function of the t-Student distribution with d degrees of freedom:

  1. left-tailed t critical value:
    Qt,d(α)

  2. right-tailed t critical value:
    Qt,d(1 - α)

  3. two-tailed t critical values:

±Qt,d(1 - α/2)

Visit the t-test calculator to learn more about various t-tests: the one for a population mean with an unknown population standard deviation, those for the difference between the means of two populations (with either equal or unequal population standard deviations), as well as about the t-test for paired samples.

chi-square critical values (χ²)

Use the χ² (chi-square) option when performing a test in which the test statistic follows the χ²-distribution.
You need to determine the number of degrees of freedom of the χ²-distribution of your test statistic - below we list them for the most commonly used χ²-tests.

Density of the χ²-distribution with k degrees of freedom
Geek3 / CC BY wikimedia.org

Here we give the formulae for chi square critical values; Qχ²,d is the quantile function of the χ²-distribution with d degrees of freedom:

  1. Left-tailed χ² critical value:
    Qχ²,d(α)

  2. Right-tailed χ² critical value:
    Qχ²,d(1 - α)

  3. Two-tailed χ² critical values:
    Qχ²,d(α/2) and Qχ²,d(1 - α/2)

Several different tests lead to a χ²-score:

  • Goodness-of-fit test: does the empirical distribution agree with the expected distribution?

    This test is right-tailed. Its test statistic follows the χ²-distribution with k - 1 degrees of freedom, where k is the number of classes into which the sample is divided.

  • Independence test: is there a statistically significant relationship between two variables?

    This test is also right-tailed, and its test statistic is computed from the contingency table. There are (r - 1)(c - 1) degrees of freedom, where r is the number of rows, and c the number of columns in the contingency table.

  • Test for the variance of normally distributed data: does this variance have some pre-determined value?

    This test can be one- or two-tailed! Its test statistic has the χ²-distribution with n - 1 degrees of freedom, where n is the sample size.

F critical values

Finally, choose F (Fisher-Snedecor) if your test statistic follows the F-distribution. This distribution has a pair of degrees of freedom.

Let us see how those degrees of freedom arise. Assume that you have two independent random variables, X and Y, that follow χ²-distributions with d1 and d2 degrees of freedom, respectively. If you now consider the ratio (X/d1)/(Y/d2), it turns out it follows the F-distribution with (d1, d2) degrees of freedom. That's the reason why we call d1 and d2 the numerator and denominator degrees of freedom, respectively.

Density of the F-distribution with (d1,d2) degrees of freedom
IkamusumeFan / CC BY-SA wikimedia.org

In the formulae below, QF,d1,d2 stands for the quantile function of the F-distribution with (d1, d2)degrees of freedom:

  1. Left-tailed F critical value:
    QF,d1,d2(α)

  2. Right-tailed F critical value:
    QF,d1,d2(1 - α)

  3. Two-tailed F critical values:

    QF,d1,d2(α/2) and QF,d1,d2(1 - α/2)

Here we list the most important tests that produce F-scores: each of them is right-tailed.

  • ANOVA: tests the equality of means in three or more groups that come from normally distributed populations with equal variances. There are (k - 1, n - k) degrees of freedom, where k is the number of groups, and n is the total sample size (across every group).

  • Overall significance in regression analysis. The test statistic has (k - 1, n - k) degrees of freedom, where n is the sample size, and k is the number of variables (including the intercept).

  • Compare two nested regression models. The test statistic follows the F-distribution with (k2 - k1, n - k2) degrees of freedom, where k1 and k2 are the number of variables in the smaller and bigger models, respectively, and n is the sample size.

  • The equality of variances in two normally distributed populations. There are (n - 1, m - 1) degrees of freedom, where n and m are the respective sample sizes.

The test statistic follows the t-distribution with d degrees of freedom.

AB testCoefficient of determinationConfidence interval… 26 more

What is the critical value of 0.05 in a one tailed test?

For example, in an upper tailed Z test, if α =0.05 then the critical value is Z=1.645.

What is the T critical value at a .05 level of significance?

05,) the t crit value is 1.895.

How do you find the critical value for a one tailed test?

If the level of significance is α = 0.10, then for a one tailed test the critical region is below z = -1.28 or above z = 1.28. For a two tailed test, use α/2 = 0.05 and the critical region is below z = -1.645 and above z = 1.645.

What is the critical value of T at the .05 level for a two tailed test?

For a two-sided test, we compute 1 - α/2, or 1 - 0.05/2 = 0.975 when α = 0.05. If the absolute value of the test statistic is greater than the critical value (0.975), then we reject the null hypothesis.