Critical Value Calculator

Use this calculator for critical values to easily convert a significance level to its corresponding Z value, T score, F-score, or Chi-square value. Outputs the critical region as well. The tool supports one-tailed and two-tailed significance tests / probability values.

Related calculators

  • Using the critical value calculator
  • What is a critical value?
  • T critical value calculation
  • Z critical value calculation
  • F critical value calculation

    Using the critical value calculator

If you want to perform a statistical test of significance (a.k.a. significance test, statistical significance test), determining the value of the test statistic corresponding to the desired significance level is necessary. You need to know the desired error probability ( p-value threshold , common values are 0.05, 0.01, 0.001) corresponding to the significance level of the test. If you know the significance level in percentages, simply subtract it from 100%. For example, 95% significance results in a probability of 100%-95% = 5% = 0.05 .

Then you need to know the shape of the error distribution of the statistic of interest (not to be mistaken with the distribution of the underlying data!) . Our critical value calculator supports statistics which are either:

  • Z -distributed (normally distributed, e.g. absolute difference of means)
  • T -distributed (Student's T distribution, usually appropriate for small sample sizes, equivalent to the normal for sample sizes over 30)
  • X 2 -distributed ( Chi square distribution, often used in goodness-of-fit tests, but also for tests of homogeneity or independence)
  • F -distributed (Fisher-Snedecor distribution), usually used in analysis of variance (ANOVA)

Then, for distributions other than the normal one (Z), you need to know the degrees of freedom . For the F statistic there are two separate degrees of freedom - one for the numerator and one for the denominator.

Finally, to determine a critical region, one needs to know whether they are testing a point null versus a composite alternative (on both sides) or a composite null versus (covering one side of the distribution) a composite alternative (covering the other). Basically, it comes down to whether the inference is going to contain claims regarding the direction of the effect or not. Should one want to claim anything about the direction of the effect, the corresponding null hypothesis is direction as well (one-sided hypothesis).

Depending on the type of test - one-tailed or two-tailed, the calculator will output the critical value or values and the corresponding critical region. For one-sided tests it will output both possible regions, whereas for a two-sided test it will output the union of the two critical regions on the opposite sides of the distribution.

    What is a critical value?

A critical value (or values) is a point on the support of an error distribution which bounds a critical region from above or below. If the statistics falls below or above a critical value (depending on the type of hypothesis, but it has to fall inside the critical region) then a test is declared statistically significant at the corresponding significance level. For example, in a two-tailed Z test with critical values -1.96 and 1.96 (corresponding to 0.05 significance level) the critical regions are from -∞ to -1.96 and from 1.96 to +∞. Therefore, if the statistic falls below -1.96 or above 1.96, the null hypothesis test is statistically significant.

You can think of the critical value as a cutoff point beyond which events are considered rare enough to count as evidence against the specified null hypothesis. It is a value achieved by a distance function with probability equal to or greater than the significance level under the specified null hypothesis. In an error-probabilistic framework, a proper distance function based on a test statistic takes the generic form [1] :

test statistic

X (read "X bar") is the arithmetic mean of the population baseline or the control, μ 0 is the observed mean / treatment group mean, while σ x is the standard error of the mean (SEM, or standard deviation of the error of the mean).

Here is how it looks in practice when the error is normally distributed (Z distribution) with a one-tailed null and alternative hypotheses and a significance level α set to 0.05:

one tailed z critical value

And here is the same significance level when applied to a point null and a two-tailed alternative hypothesis:

two tailed z critical value

The distance function would vary depending on the distribution of the error: Z, T, F, or Chi-square (X 2 ). The calculation of a particular critical value based on a supplied probability and error distribution is simply a matter of calculating the inverse cumulative probability density function (inverse CPDF) of the respective distribution. This can be a difficult task, most notably for the T distribution [2] .

    T critical value calculation

The T-distribution is often preferred in the social sciences, psychiatry, economics, and other sciences where low sample sizes are a common occurrence. Certain clinical studies also fall under this umbrella. This stems from the fact that for sample sizes over 30 it is practically equivalent to the normal distribution which is easier to work with. It was proposed by William Gosset, a.k.a. Student, in 1908 [3] , which is why it is also referred to as "Student's T distribution".

To find the critical t value, one needs to compute the inverse cumulative PDF of the T distribution. To do that, the significance level and the degrees of freedom need to be known. The degrees of freedom represent the number of values in the final calculation of a statistic that are free to vary whilst the statistic remains fixed at a certain value.

It should be noted that there is not, in fact, a single T-distribution, but there are infinitely many T-distributions, each with a different level of degrees of freedom. Below are some key values of the T-distribution with 1 degree of freedom, assuming a one-tailed T test is to be performed. These are often used as critical values to define rejection regions in hypothesis testing.

Probability to T critical value table
Probability valueDegrees of FreedomT critical value
0.2000 1 1.3764
0.1000 1 3.0777
0.0500 1 6.3138
0.0250 1 12.7062
0.0200 1 15.8946
0.0100 1 31.8205
0.0010 1 318.3088
0.0005 1 636.6193

    Z critical value calculation

The Z-score is a statistic showing how many standard deviations away from the normal, usually the mean, a given observation is. It is often called just a standard score, z-value, normal score, and standardized variable. A Z critical value is just a particular cutoff in the error distribution of a normally-distributed statistic.

Z critical values are computed by using the inverse cumulative probability density function of the standard normal distribution with a mean (μ) of zero and standard deviation (σ) of one. Below are some commonly encountered probability values (significance levels) and their corresponding Z values for the critical region, assuming a one-tailed hypothesis .

Probability to Z critical value table
Probability valueZ critical value
0.2000 0.8416
0.1000 1.2816
0.0500 1.6449
0.0250 1.9600
0.0200 2.0537
0.0100 2.3263
0.0010 3.0902
0.0005 3.2905

The critical region defined by each of these would span from the Z value to plus infinity for the right-tailed case, and from minus infinity to minus the Z critical value in the left-tailed case. Our calculator for critical value will both find the critical z value(s) and output the corresponding critical regions for you.

Chi Square (Χ 2 ) critical value calculation

Chi square distributed errors are commonly encountered in goodness-of-fit tests and homogeneity tests, but also in tests for independence in contingency tables. Since the distribution is based on the squares of scores, it only contains positive values. Calculating the inverse cumulative PDF of the distribution is required in order to convert a desired probability (significance) to a chi square critical value.

Just like the T and F distributions, there is a different chi square distribution corresponding to different degrees of freedom. Hence, to calculate a Χ 2 critical value one needs to supply the degrees of freedom for the statistic of interest.

    F critical value calculation

F distributed errors are commonly encountered in analysis of variance (ANOVA), which is very common in the social sciences. The distribution, also referred to as the Fisher-Snedecor distribution, only contains positive values, similar to the Χ 2 one. Similar to the T distribution, there is no single F-distribution to speak of. A different F distribution is defined for each pair of degrees of freedom - one for the numerator and one for the denominator.

Calculating the inverse cumulative PDF of the F distribution specified by the two degrees of freedom is required in order to convert a desired probability (significance) to a critical value. There is no simple solution to find a critical value of f and while there are tables, using a calculator is the preferred approach nowadays.

    References

1 Mayo D.G., Spanos A. (2010) – "Error Statistics", in P. S. Bandyopadhyay & M. R. Forster (Eds.), Philosophy of Statistics, (7, 152–198). Handbook of the Philosophy of Science . The Netherlands: Elsevier.

2 Shaw T.W. (2006) – "Sampling Student's T distribution – use of the inverse cumulative distribution function", Journal of Computational Finance 9(4):37-73, DOI:10.21314/JCF.2006.150

3 "Student" [William Sealy Gosset] (1908) - "The probable error of a mean", Biometrika 6(1):1–25. DOI:10.1093/biomet/6.1.1

Cite this calculator & page

If you'd like to cite this online calculator resource and information as provided on the page, you can use the following citation: Georgiev G.Z., "Critical Value Calculator" , [online] Available at: https://www.gigacalculator.com/calculators/critical-value-calculator.php URL [Accessed Date: 07 Sep, 2024].

Our statistical calculators have been featured in scientific papers and articles published in high-profile science journals by:

springer

The author of this tool

Georgi Z. Georgiev

     Statistical calculators

Hypothesis Testing Calculator

$H_o$:
$H_a$: μ μ₀
$n$ =   $\bar{x}$ =   =
$\text{Test Statistic: }$ =
$\text{Degrees of Freedom: } $ $df$ =
$ \text{Level of Significance: } $ $\alpha$ =

Type II Error

$H_o$: $\mu$
$H_a$: $\mu$ $\mu_0$
$n$ =   σ =   $\mu$ =
$\text{Level of Significance: }$ $\alpha$ =

The first step in hypothesis testing is to calculate the test statistic. The formula for the test statistic depends on whether the population standard deviation (σ) is known or unknown. If σ is known, our hypothesis test is known as a z test and we use the z distribution. If σ is unknown, our hypothesis test is known as a t test and we use the t distribution. Use of the t distribution relies on the degrees of freedom, which is equal to the sample size minus one. Furthermore, if the population standard deviation σ is unknown, the sample standard deviation s is used instead. To switch from σ known to σ unknown, click on $\boxed{\sigma}$ and select $\boxed{s}$ in the Hypothesis Testing Calculator.

$\sigma$ Known $\sigma$ Unknown
Test Statistic $ z = \dfrac{\bar{x}-\mu_0}{\sigma/\sqrt{{\color{Black} n}}} $ $ t = \dfrac{\bar{x}-\mu_0}{s/\sqrt{n}} $

Next, the test statistic is used to conduct the test using either the p-value approach or critical value approach. The particular steps taken in each approach largely depend on the form of the hypothesis test: lower tail, upper tail or two-tailed. The form can easily be identified by looking at the alternative hypothesis (H a ). If there is a less than sign in the alternative hypothesis then it is a lower tail test, greater than sign is an upper tail test and inequality is a two-tailed test. To switch from a lower tail test to an upper tail or two-tailed test, click on $\boxed{\geq}$ and select $\boxed{\leq}$ or $\boxed{=}$, respectively.

Lower Tail Test Upper Tail Test Two-Tailed Test
$H_0 \colon \mu \geq \mu_0$ $H_0 \colon \mu \leq \mu_0$ $H_0 \colon \mu = \mu_0$
$H_a \colon \mu $H_a \colon \mu \neq \mu_0$

In the p-value approach, the test statistic is used to calculate a p-value. If the test is a lower tail test, the p-value is the probability of getting a value for the test statistic at least as small as the value from the sample. If the test is an upper tail test, the p-value is the probability of getting a value for the test statistic at least as large as the value from the sample. In a two-tailed test, the p-value is the probability of getting a value for the test statistic at least as unlikely as the value from the sample.

To test the hypothesis in the p-value approach, compare the p-value to the level of significance. If the p-value is less than or equal to the level of signifance, reject the null hypothesis. If the p-value is greater than the level of significance, do not reject the null hypothesis. This method remains unchanged regardless of whether it's a lower tail, upper tail or two-tailed test. To change the level of significance, click on $\boxed{.05}$. Note that if the test statistic is given, you can calculate the p-value from the test statistic by clicking on the switch symbol twice.

In the critical value approach, the level of significance ($\alpha$) is used to calculate the critical value. In a lower tail test, the critical value is the value of the test statistic providing an area of $\alpha$ in the lower tail of the sampling distribution of the test statistic. In an upper tail test, the critical value is the value of the test statistic providing an area of $\alpha$ in the upper tail of the sampling distribution of the test statistic. In a two-tailed test, the critical values are the values of the test statistic providing areas of $\alpha / 2$ in the lower and upper tail of the sampling distribution of the test statistic.

To test the hypothesis in the critical value approach, compare the critical value to the test statistic. Unlike the p-value approach, the method we use to decide whether to reject the null hypothesis depends on the form of the hypothesis test. In a lower tail test, if the test statistic is less than or equal to the critical value, reject the null hypothesis. In an upper tail test, if the test statistic is greater than or equal to the critical value, reject the null hypothesis. In a two-tailed test, if the test statistic is less than or equal the lower critical value or greater than or equal to the upper critical value, reject the null hypothesis.

Lower Tail Test Upper Tail Test Two-Tailed Test
If $z \leq -z_\alpha$, reject $H_0$. If $z \geq z_\alpha$, reject $H_0$. If $z \leq -z_{\alpha/2}$ or $z \geq z_{\alpha/2}$, reject $H_0$.
If $t \leq -t_\alpha$, reject $H_0$. If $t \geq t_\alpha$, reject $H_0$. If $t \leq -t_{\alpha/2}$ or $t \geq t_{\alpha/2}$, reject $H_0$.

When conducting a hypothesis test, there is always a chance that you come to the wrong conclusion. There are two types of errors you can make: Type I Error and Type II Error. A Type I Error is committed if you reject the null hypothesis when the null hypothesis is true. Ideally, we'd like to accept the null hypothesis when the null hypothesis is true. A Type II Error is committed if you accept the null hypothesis when the alternative hypothesis is true. Ideally, we'd like to reject the null hypothesis when the alternative hypothesis is true.

Condition
$H_0$ True $H_a$ True
Conclusion Accept $H_0$ Correct Type II Error
Reject $H_0$ Type I Error Correct

Hypothesis testing is closely related to the statistical area of confidence intervals. If the hypothesized value of the population mean is outside of the confidence interval, we can reject the null hypothesis. Confidence intervals can be found using the Confidence Interval Calculator . The calculator on this page does hypothesis tests for one population mean. Sometimes we're interest in hypothesis tests about two population means. These can be solved using the Two Population Calculator . The probability of a Type II Error can be calculated by clicking on the link at the bottom of the page.

Critical Value Calculator

To get the result, fill out the calculator form and press the Calculate button.

Table of Content

  • 1 What is Critical Value
  • 2 Critical Value Formula
  • 3 How to calculate critical value? - steps and process
  • 4 Common confidence levels and their critical values
  • 5 Types of Critical Values
  • 6 Critical Value of Z
  • 7 Assistance offered by this critical value calculator

What is Critical Value

Any point on a line that divides the graph into two equal parts is considered to have a critical value, to put it simply. Depending on the area in which the value falls, the null hypothesis is either rejected or accepted. One of the two divisions created by the critical value is known as the rejection region. The null hypothesis would not be accepted if the test value were to be found in the rejection region.

Critical Value Formula

The critical value is the point on a test statistic distribution where it is decided whether to reject or not to reject the null hypothesis. The critical value formula depends on the kind of test being run and the level of significance (alpha) picked.

For Example, the critical value formula for a two-tailed z-test with a normal distribution is:

where "alpha" denotes the level of significance and "z" denotes the standard normal distribution (usually 0.05).

The formula for the critical value in a two-tailed t-test is:

where "df" stands for degrees of freedom, "alpha" for level of significance, and "t" stands for the t-distribution.

The formula for a one-tailed test varies depending on which side of the distribution you want to test.

It's crucial to remember that while these formulas provide the critical value for a specific level of significance, the critical value for a specific probability level can also be determined by using the inverse of the cumulative distribution function of the test statistic.

How to Calculate Critical Values: A Step-by-Step Guide

Calculating critical values is an important part of statistical analysis, and understanding the process can help you make better decisions based on data. In this guide, we'll walk you through the steps for calculating critical values.

Step 1: Determine the Type of Hypothesis Test

The first step is to determine whether you are conducting a one-tailed or two-tailed hypothesis test. In a one-tailed test, the null hypothesis is that there is no effect or a specific direction of effect (i.e., "greater than" or "less than"). In a two-tailed test, the null hypothesis is that there is no effect, without specifying the direction of the effect.

Step 2: Choose the Level of Significance

The level of significance, denoted by α (alpha), is the probability of rejecting the null hypothesis when it is true. Common levels of significance are 0.05 (5%) and 0.01 (1%), but the specific value depends on the researcher's preference and the context of the study.

Step 3: Determine the Degrees of Freedom

The degrees of freedom, denoted by df, represent the number of independent pieces of information in the sample that can vary. The formula for degrees of freedom depends on the type of test and the sample size.

For a one-tailed test with a sample size of n, df = n - 1.

For example , if you have a sample size of n = 20, the degrees of freedom for a one-tailed test would be df = 20 - 1 = 19.

For a two-tailed test with a sample size of n, df = n - 2.

For example , if you have a sample size of n = 30, the degrees of freedom for a two-tailed test would be df = 30 - 2 = 28.

Step 4: Look Up the Critical Value

Once you know the type of test, level of significance, and degrees of freedom, you can find the critical value from a statistical table. The critical value is the minimum value of the test statistic that will lead to the rejection of the null hypothesis.

For example , suppose you are conducting a one-tailed test with a level of significance α = 0.05 and degrees of freedom df = 19. From a t-distribution table, the critical value is 1.734.

For a two-tailed test, you need to find the critical value for both tails. The critical values are typically denoted by tα/2 and -tα/2

For example , if α = 0.01 and df = 28, the critical values from a t-distribution table are -2.763 and 2.763, respectively.

Step 5: Calculate the Test Statistic

Calculate the test statistic using the sample data and the null hypothesis. The test statistic is the value used to determine whether to reject or fail to reject the null hypothesis.

For example , suppose you are testing the null hypothesis that the mean weight of a certain population is 50 kg, and your sample mean is 55 kg with a sample standard deviation of 10 kg. The test statistic for a one-tailed test is calculated as:

t = (sample mean - null hypothesis) / (sample standard deviation/sqrt (sample size)) = (55 - 50) / (10 / sqrt(20)) = 3.162

Since the test statistic of 3.162 is greater than the critical value of 1.734, we reject the null hypothesis at the 0.05 level of significance. This means that we have evidence to support the alternative hypothesis that the mean weight of the population is greater than 50 kg.

Common confidence levels and their critical values

In statistical inference, confidence levels are used to quantify the uncertainty associated with estimating a population parameter based on a sample. A confidence level is the probability that a statistical interval, such as a confidence interval, contains the true population parameter. Common confidence levels used in practice include 90%, 95%, and 99%.

The critical values for a given confidence level depend on the distribution of the test statistic and the degrees of freedom. Let's overview some examples of common confidence levels and their corresponding critical values for different distributions.

Normal Distribution

For a normal distribution, the critical values for different confidence levels are given by the z-score. The z-score is the number of standard deviations a value is away from the mean. The critical values for different confidence levels are:

90% confidence level: z = 1.645

95% confidence level: z = 1.96

99% confidence level: z = 2.576

Example : If you want to construct a 95% confidence interval for the population mean based on a sample from a normal distribution, you would use the critical value of z = 1.96

Student's t-Distribution

For small sample sizes or when the population standard deviation is unknown, the t-distribution is used instead of the normal distribution. The critical values for different confidence levels for the t-distribution depend on the degrees of freedom. Some common values are:

90% confidence level: t(df) = 1.645

95% confidence level: t(df) = 1.96

99% confidence level: t(df) = 2.576

Example : If you want to construct a 90% confidence interval for the population mean based on a sample from a t-distribution with 10 degrees of freedom, you would use the critical value of t(10) = 1.645

Chi-Squared Distribution

The chi-squared distribution is used for hypothesis tests and confidence intervals involving the variance of a normally distributed population. The critical values for different confidence levels depend on the degrees of freedom. Some common values are:

90% confidence level: χ²(df) = 14.68

95% confidence level: χ²(df) = 16.92

99% confidence level: χ²(df) = 23.59

Example : If you want to construct a 99% confidence interval for the population variance based on a sample from a normal distribution, you would use the critical value of χ2(n-1) = 23.59, where n is the sample size.

Types of Critical Values

Critical values are specific values that are used to determine whether to reject or fail to reject the null hypothesis. There are different types of critical values used in different statistical tests, and understanding these types can help in making accurate statistical inferences. Below are some types of critical values:

One-tailed critical values

One-tailed critical values are used in hypothesis testing when the alternative hypothesis is directional. To put it another way, the test is made to see if the sample mean differs significantly from the population mean.

Two-tailed critical values

Two-tailed critical values are used in hypothesis testing when the alternative hypothesis is non-directional. Two-tailed critical values are located in the middle of the distribution and correspond to a specified level of significance split between the two tails.

Upper-tailed critical values

Upper-tailed critical values are used in hypothesis testing when the test is designed to determine if the sample mean is significantly greater than the population mean. Upper-tailed critical values are located at the extreme right end of the distribution and correspond to a specified level of significance.

Lower-tailed critical values

Lower-tailed critical values are used in hypothesis testing when the test is designed to determine if the sample mean is significantly less than the population means. A certain level of significance is corresponding to lower-tailed critical values, which are situated at the extreme left end of the distribution.

Critical Value of Z

The critical value of z is a term used in statistics to indicate the value of the standard normal distribution that corresponds to a particular level of significance or alpha (α). The standard normal distribution is a continuous probability distribution that is often used to model random variables that are approximately normal.

As part of a statistical procedure called hypothesis testing, which determines whether there is enough data to support or disprove a null hypothesis, the critical value of z is frequently used. The null hypothesis is a statement that assumes that there is no significant difference between two or more populations or sets of data. For example, suppose you want to perform a two-tailed hypothesis test with a level of significance of 0.05 (i.e., α = 0.05).

The critical value of z at this level of significance is ±1.96. It means that if the test statistic falls outside of the range of -1.96 to 1.96, we can reject the null hypothesis and conclude that there is sufficient evidence to support the alternative hypothesis.

Assistance offered by this critical value calculator

  • Calculating critical values for various statistical distributions
  • Customizable inputs
  • User-friendly interface
  • Results in multiple formats

With customizable inputs, users can specify the significance level, degrees of freedom, and other parameters necessary to obtain accurate results. The user-friendly interface of our calculator makes it easy to enter inputs and view results.

Other Calculators

  • Standard Deviation Calculator
  • Variance Calculator
  • Mean Calculator
  • Mode Calculator
  • Median Calculator
  • Arithmetic Mean Calculator
  • Harmonic Mean Calculator
  • Geometric Mean Calculator
  • Mean Absolute Deviation Calculator
  • Covariance Calculator
  • Correlation Coefficient Calculator
  • Sum of Squares Calculator
  • Linear Regression Calculator
  • Quartile Calculator
  • Quadratic Regression
  • Five Number Summary Calculator
  • Expected Value Calculator
  • Chebyshev's Theorem Calculator
  • Sample Size Calculator
  • Z Score Calculator
  • T Test Calculator
  • Probability Calculator
  • Normal Distribution Calculator
  • Confidence Interval Calculator
  • Coefficient of Variation Calculator

Logo

Critical values calculator :

Welcome to our critical value calculator. This tool is used to find the left, right and two-tailed critical value for z, t-student, chi-square, r and F-distribution. Whether you're a student, researcher, or professional, this tool is designed to meet your statistical needs.

The critical value is the most important component in hypothesis testing as well as in the confidence interval. If the hypothesis test is one-tailed then it gives one critical value and if the hypothesis test is two-tailed then it gives two critical values i.e. one is positive and the other is negative.

Table of Contents

  • How to Use the Calculator
  • Related Calculators

What are Critical Values?

  • Different Types of Critical Values

How to find value from table ?

Where does critical values are used , practical examples:, how to use the critical values calculator.

The critical value calculator is an easy-to-use tool for determining critical value whether it is a one-tailed test or two-tailed test.

  • Test type : in this fields enter the type of test from z-score, t-score, chi-square \( \chi^2 \), F-score or correlation coefficient r.
  • For T Critical Value: Enter the degrees of freedom and the significance level \(\alpha\).
  • For Z Critical Value: Enter the significance level \(\alpha\).
  • For Chi-Square Critical Value: Enter the degrees of freedom and the significance level \(\alpha\).
  • For F Critical Value: Enter the degrees of freedom for both the numerator and the denominator, and the significance level \(\alpha\).
  • For r Critical Value: Enter sample size, and the significance level \(\alpha\).
  • Calculate : Click on calculate button to get the desired critical value.

Related Calculators :

Below are more calculators which use the critical value to perform statistical analysis.

The critical value also known as critical point is used to decide whether to reject or fail to reject the null hypothesis while hypothesis testing. It is also used to find the lower and upper limits of the confidence interval. The critical value has left-tailed, right-tailed, and two-tailed critical values.

  • Left-Tailed Test : As this is a left-tailed test, if the test statistic falls to the left of the critical value, we reject the null hypothesis; otherwise, we fail to reject the null hypothesis.
  • Right-Tailed Test : As this is a right-tailed test, if the test statistic falls to the right of the critical value, we reject the null hypothesis; otherwise, we fail to reject the null hypothesis.
  • Two-Tailed Test : As this is a two-tailed test, if the test statistic falls in the left or right tail beyond the critical value, we reject the null hypothesis; otherwise, we fail to reject the null hypothesis.

Two-Tailed Test Image

The above figure shows left, right and two tailed critical value along with there rejection region for z distribution.

Different types of critical values

The different types of critical values are explained below.

t critical value :

In t distribution, the significance level \( ( \alpha ) \) and degrees of freedom are required to find the critical values. This distribution is used when the population standard deviation is unknown.

Z Critical Value :

In z distribution, the only significance level is required to find the critical values. This distribution is used when the population standard deviation is known.

Chi-Square Critical Value :

F critical value :.

In f test the significance level \( ( \alpha ) \) and the degrees of freedom for the denominator and numerator are used to find the critical value. Note in the f test there are two degrees of freedom i.e \( df_1 \) and \( df_2 \)

Correlation Coefficient (r) critical Value

The sample size and significance level \( \alpha \) are used to find the critical value. The critical values for the correlation coefficient are used to determine the significance of the correlation between two variables.

There are numbers in critical value tables, but the procedure is the same to find the critical value. Let's take one example of how to find the critical value on the z table.

Step 1 : Determine the Significance Level \( (\alpha) \)

  • If the hypothesis test is a two tailed test, divide \( \alpha \) by 2.
  • If the hypothesis test is a one tailed test, use \( \alpha \) directly.

Step 2 : Calculate the Critical Probability:

  • For a left-tail test: Use the significance level.
  • For a right-tail test: Subtract the significance level from 1.
  • For two-tailed tests: Use both the above probabilities.

Step 3 : Locate the Critical Value:

  • Use a Z table to find the Z-score corresponding to the calculated probability.
  • The Z table provides the area to the left of a Z-score in a standard normal distribution.

Critical value table :

Left tailed critical value table for z test

Two-Tailed critical value table

Right tailed critical value table for z test

right-Tailed critical value table

Two tailed critical value table for z test

two-Tailed critical value table

The critical values are used in various fields like statistical hypothesis testing and research. Here’s a summary of where they are applied:

Decision Making:

Based on the calculated test statistic ( T, Z, r, Chi-Square), critical values determine whether to reject or fail to reject the null hypothesis.

Significance Levels :

Critical values, which are usually set at \(0.05\) or \(0.01\), aid in assessing the degree of confidence in the statistical findings.

Two-Tailed vs. One-Tailed Tests:

Depending on whether the test is two-tailed (non-directional hypothesis) or one-tailed (directional hypothesis), different critical values apply.

The critical values are used in medical research for testing the effectiveness of a new drug compared to a placebo.

It can be used in market research for analyzing survey data to determine if there is a preference between two products.

It can also be used in quality control to assess if a manufacturing process meets specified standards.

Why Use Our Critical Values Calculator ?

  • Accuracy: Our calculator provides precise critical values for your statistical tests.
  • User-Friendly: The interface is intuitive, making it easy to input data and obtain results quickly.
  • Versatile : Calculate T, Z, Chi-Square,r, and F critical values in one place.
  • Free and Accessible: No cost and accessible online anytime, anywhere.

logo

  • chi-square value

reset

How does t critical value calculator work?

  • Enter Significance Level(α) In The Input Box.
  • Put the  Degrees Of Freedom In The Input Box.
  • Hit The Calculate Button To Find t Critical Value.
  • Use The Reset Button To calculate New Values.

How does z critical value calculator work?

  • Enter The Significance Level(α) In The Input Box.
  • Use The Calculate Button To Get The Z Critical Value.

How does R critical value calculator work?

  • Enter Significance Level(α) & Degree of freedom In The Input Boxes.
  • Click The Calculate Button.
  • Hit The Reset Button To calculate New Values.

How does this calculator work?

  • Enter Significance Level(α) & Degree of freedom In Required Input Boxes.
  • Press The Reset Button To calculate New Values.

How does F critical value calculator work?

  • Enter Significance Level(α)
  • Enter Degree of freedom of numerator and denominator in required input boxes.

Give Feedback What do you think of critical value calculator?

Tick Icon

Other Calculators

Critical value calculator.

Critical t value calculator enables you to calculate the critical value of z and t at one click. You don’t have to look into hundreds of values in t table or a z table because this z critical value calculator calculates critical values in real time . Keep on reading if you are interested in critical value definition, the difference between t and z critical value, and how to calculate the critical value of t and z without using a critical values calculator.

 Table of Content

What is a critical value, critical value formula, how to find critical values.

  • T-Distribution Table

A  critical value is a point on the t-distribution that is compared to the test statistic to determine whether to reject the null hypothesis in hypothesis testing. If the absolute value of the test statistic is greater than the critical value, statistical significance can be declared as well as the null hypothesis can be rejected. Critical value tests can be:

Left-tailed test: Q (α)

left tailed test graph

Right-tailed test: Q (1 - α)

Right tailed test graph

Two-tailed test: Q (α/2)] ∪ Q (1 - α/2)

two tailed test graph

What is a t critical value?

T critical value is a point that cuts off the student t distribution . T value is used in a hypothesis test to compare against a calculated t score. The critical value of t helps to decide if a null hypothesis should be supported or rejected.

What is a z critical value?

Z critical value is a point that cuts off an area under the standard normal distribution . The critical value of z can tell what probability any particular variable will have. Z and t critical values are almost identical.

What is f critical value?

F critical value is a value at which the threshold probability α of type-I error (reject a true null hypothesis mistakenly).  The f statistics is the value that follows the f-distribution table.

Here are a few tests that help to calculate the f values.

  • Overall significance in regression analysis. k
  • Compare two nested regression models. 
  • The equality of variances in two normally distributed populations.

All the above tests are right-tailed. F critical value calculator above will help you to calculate the f critical value with a single click.

What is the chi-square value?

In certain hypothesis tests and confidence intervals, chi-square values are thresholds for statistical significance. The Chi-square distribution table is used to evaluate the chi-square critical values. It is rather tough to calculate the critical value by hand, so try a reference table or chi-square critical value calculator above.

The chi-square critical values are always positive and can be used in the following tests.

  • Goodness-of-fit tests
  • Homogeneity tests
  • Tests for independence in contingency tables

Unlike the t & f critical value, Χ 2  (chi-square) critical value needs to supply the degrees of freedom to get the result.

The formula of z and t critical value can be expressed as:

Type of critical valuet critical value formulaz critical value formula
Left-tailedQ (α)u(α)
Right-tailedQ (1 - α)u(1 - α)
Two-tailed±Q (1 - α/2)±u(1 - α/2)
  • Q t is the quantile function of t student distribution
  • u is the quantile function of the normal distribution
  • d refers to the degree of freedom
  • α is the significance level

A critical value of t calculator uses all these formulas to produce the exact critical values needed to accept or reject a hypothesis.

Calculating critical value is a tiring task because it involves looking for values into the t-distribution chart. The t-distribution table (student t-test distribution) consists of hundreds of values, so, it is convenient to use t table value calculator above for critical values. However, if you want to find critical values without using t table calculator, follow the examples given below.

How to find t critical value?

Find the t critical value if the size of the sample is 5 and the significance level is 0.05 .

Subtract 1 from the sample size to get the degree of freedom. Degree of Freedom = N – 1 = 5 – 1 Degree of freedom = 4 α = 0.05

Depending on the test, choose the one-tailed t distribution table or two-tailed t table below.

Look for the degree of freedom in the most left column. Also, look for the significance level α in the top row. Pick the value occurring at the intersection of the mentioned row and column. In this case, the t critical value is 2.132 .

T Critical Value Example

How to find z critical value?

Find the z critical value if the significance level is 0.02 .

Divide the significance level α by 2 α/2 = 0.02/2 α/2 = 0.01

Subtract α/2 from 1. 1 - α/2 = 1 – 0.01 1 - α/2 = 0.99

Search the value 0.99 in the z table given below. Add the values of intersecting row (top) and column (most left) to get the z critical value. 2.3 + 0.03 = 2.33 Z critical value = ±2.33 for the two-tailed test.

z Critical Value Example

T-Distribution Table (One Tail)

The t table for one-tail probability is given below.

0.050.0250.010.0050.0010.0005
t  = 1.2821.6451.9602.3262.5763.0913.291
3.0786.31412.70631.82163.656318.289636.578
1.8862.9204.3036.9659.92522.32831.600
1.6382.3533.1824.5415.84110.21412.924
1.5332.1322.7763.7474.6047.1738.610
1.4762.0152.5713.3654.0325.8946.869
1.4401.9432.4473.1433.7075.2085.959
1.4151.8952.3652.9983.4994.7855.408
1.3971.8602.3062.8963.3554.5015.041
1.3831.8332.2622.8213.2504.2974.781
1.3721.8122.2282.7643.1694.1444.587
1.3631.7962.2012.7183.1064.0254.437
1.3561.7822.1792.6813.0553.9304.318
1.3501.7712.1602.6503.0123.8524.221
1.3451.7612.1452.6242.9773.7874.140
1.3411.7532.1312.6022.9473.7334.073
1.3371.7462.1202.5832.9213.6864.015
1.3331.7402.1102.5672.8983.6463.965
1.3301.7342.1012.5522.8783.6103.922
1.3281.7292.0932.5392.8613.5793.883
1.3251.7252.0862.5282.8453.5523.850
1.3231.7212.0802.5182.8313.5273.819
1.3211.7172.0742.5082.8193.5053.792
1.3191.7142.0692.5002.8073.4853.768
1.3181.7112.0642.4922.7973.4673.745
1.3161.7082.0602.4852.7873.4503.725
1.3151.7062.0562.4792.7793.4353.707
1.3141.7032.0522.4732.7713.4213.689
1.3131.7012.0482.4672.7633.4083.674
1.3111.6992.0452.4622.7563.3963.660
1.3101.6972.0422.4572.7503.3853.646
1.2961.6712.0002.3902.6603.2323.460
1.2891.6581.9802.3582.6173.1603.373
1.2821.6461.9622.3302.5813.0983.300

T-Distribution Table (Two Tail)

The t table for two-tail probability is given below.

A = 0.20.100.050.020.010.0020.001
t  = 1.2821.6451.9602.3262.5763.0913.291
3.0786.31412.70631.82163.656318.289636.578
1.8862.9204.3036.9659.92522.32831.600
1.6382.3533.1824.5415.84110.21412.924
1.5332.1322.7763.7474.6047.1738.610
1.4762.0152.5713.3654.0325.8946.869
1.4401.9432.4473.1433.7075.2085.959
1.4151.8952.3652.9983.4994.7855.408
1.3971.8602.3062.8963.3554.5015.041
1.3831.8332.2622.8213.2504.2974.781
1.3721.8122.2282.7643.1694.1444.587
1.3631.7962.2012.7183.1064.0254.437
1.3561.7822.1792.6813.0553.9304.318
1.3501.7712.1602.6503.0123.8524.221
1.3451.7612.1452.6242.9773.7874.140
1.3411.7532.1312.6022.9473.7334.073
1.3371.7462.1202.5832.9213.6864.015
1.3331.7402.1102.5672.8983.6463.965
1.3301.7342.1012.5522.8783.6103.922
1.3281.7292.0932.5392.8613.5793.883
1.3251.7252.0862.5282.8453.5523.850
1.3231.7212.0802.5182.8313.5273.819
1.3211.7172.0742.5082.8193.5053.792
1.3191.7142.0692.5002.8073.4853.768
1.3181.7112.0642.4922.7973.4673.745
1.3161.7082.0602.4852.7873.4503.725
1.3151.7062.0562.4792.7793.4353.707
1.3141.7032.0522.4732.7713.4213.689
1.3131.7012.0482.4672.7633.4083.674
1.3111.6992.0452.4622.7563.3963.660
1.3101.6972.0422.4572.7503.3853.646
1.2961.6712.0002.3902.6603.2323.460
1.2891.6581.9802.3582.6173.1603.373
1.2821.6451.9602.3262.5763.0913.291

Z table (right-tailed)

The normal distribution table for the right-tailed test is given below.

0.00000.00400.00800.01200.01600.01990.02390.02790.03190.0359
0.03980.04380.04780.05170.05570.05960.06360.06750.07140.0753
0.07930.08320.08710.09100.09480.09870.10260.10640.11030.1141
0.11790.12170.12550.12930.13310.13680.14060.14430.14800.1517
0.15540.15910.16280.16640.17000.17360.17720.18080.18440.1879
0.19150.19500.19850.20190.20540.20880.21230.21570.21900.2224
0.22570.22910.23240.23570.23890.24220.24540.24860.25170.2549
0.25800.26110.26420.26730.27040.27340.27640.27940.28230.2852
0.28810.29100.29390.29670.29950.30230.30510.30780.31060.3133
0.31590.31860.32120.32380.32640.32890.33150.33400.33650.3389
0.34130.34380.34610.34850.35080.35310.35540.35770.35990.3621
0.36430.36650.36860.37080.37290.37490.37700.37900.38100.3830
0.38490.38690.38880.39070.39250.39440.39620.39800.39970.4015
0.40320.40490.40660.40820.40990.41150.41310.41470.41620.4177
0.41920.42070.42220.42360.42510.42650.42790.42920.43060.4319
0.43320.43450.43570.43700.43820.43940.44060.44180.44290.4441
0.44520.44630.44740.44840.44950.45050.45150.45250.45350.4545
0.45540.45640.45730.45820.45910.45990.46080.46160.46250.4633
0.46410.46490.46560.46640.46710.46780.46860.46930.46990.4706
0.47130.47190.47260.47320.47380.47440.47500.47560.47610.4767
0.47720.47780.47830.47880.47930.47980.48030.48080.48120.4817
0.48210.48260.48300.48340.48380.48420.48460.48500.48540.4857
0.48610.48640.48680.48710.48750.48780.48810.48840.48870.4890
0.48930.48960.48980.49010.49040.49060.49090.49110.49130.4916
0.49180.49200.49220.49250.49270.49290.49310.49320.49340.4936
0.49380.49400.49410.49430.49450.49460.49480.49490.49510.4952
0.49530.49550.49560.49570.49590.49600.49610.49620.49630.4964
0.49650.49660.49670.49680.49690.49700.49710.49720.49730.4974
0.49740.49750.49760.49770.49770.49780.49790.49790.49800.4981
0.49810.49820.49820.49830.49840.49840.49850.49850.49860.4986
0.49870.49870.49870.49880.49880.49890.49890.49890.49900.4990
0.49900.49910.49910.49910.49920.49920.49920.49920.49930.4993
0.49930.49930.49940.49940.49940.49940.49940.49950.49950.4995
0.49950.49950.49950.49960.49960.49960.49960.49960.49960.4997
0.49970.49970.49970.49970.49970.49970.49970.49970.49970.4998
0.49980.49980.49980.49980.49980.49980.49980.49980.49980.4998
0.49980.49980.49990.49990.49990.49990.49990.49990.49990.4999
0.49990.49990.49990.49990.49990.49990.49990.49990.49990.4999
0.49990.49990.49990.49990.49990.49990.49990.49990.49990.4999

Z table (left-tailed)

The normal distribution table for the left-tailed test is given below.

0.50000.50400.50800.01200.01600.01990.52390.02790.03190.0359
0.53980.54380.54780.55170.55570.55960.56360.56750.57140.5753
0.57930.58320.58710.59100.59480.59870.60640.10640.61030.6141
0.61790.62170.62550.62930.63310.63680.64060.64430.64800.6517
0.65540.65910.66280.66640.67000.67360.67720.68080.68440.6879
0.69150.69500.69850.70190.70540.70880.71230.71570.71900.7224
0.72570.72910.73240.73570.73890.74220.74540.74860.75170.7549
0.75800.76110.76420.76730.77040.77340.77640.77940.78230.7852
0.78810.79100.79390.79670.79950.80230.80510.80780.81060.8133
0.81590.81860.82120.82380.82640.82890.83150.83400.83650.8389
0.84130.84380.84610.84850.85080.85310.85540.85770.85990.8621
0.86430.86650.86860.87080.87290.87490.87700.87900.88100.8830
0.88490.88690.88880.89070.89250.89440.89620.89800.89970.9015
0.90320.90490.90660.90820.90990.91150.91310.91470.91620.9177
0.91920.92070.92220.92360.92510.92650.92790.92920.93060.9319
0.93320.93450.93570.93700.93820.93940.94060.94180.94290.9441
0.94520.94630.94740.94840.94950.95050.95150.95250.95350.9545
0.95540.95640.95730.95820.95910.95990.96080.96160.96250.9633
0.96410.96490.96560.96640.96710.96780.96860.96930.96990.9706
0.97130.97190.97260.97320.97380.97440.97500.97560.97610.9767
0.97720.97780.97830.97880.97930.97980.98030.98080.98120.9817
0.98210.98260.98300.98340.98380.98420.98460.98500.98540.9857
0.98610.98640.98680.98710.98750.98780.98810.98840.98870.9890
0.98930.98960.98980.99010.99040.99060.99090.99110.99130.9916
0.99180.99200.99220.99250.99270.99290.99310.99320.99340.9936
0.99380.99400.99410.99430.99450.99460.99480.99490.99510.9952
0.99530.99550.99560.99570.99590.99600.99610.99620.99630.9964
0.99650.99660.99670.99680.99690.99700.99710.99720.99730.9974
0.99740.99750.99760.99770.99770.99780.99790.99790.99800.9981
0.99810.99820.99820.99830.99840.99840.99850.99850.99860.9986
0.99870.99870.99870.99880.99880.99890.99890.99890.99900.9990
  • Krista King Math | Online math tutor. 2021. Critical points and the first derivative test — Krista King Math | Online math tutor.
  • S.3.1 Hypothesis Testing (Critical Value Approach) | STAT ONLINE. PennState: Statistics Online Courses.
  • 7.1.3.1. Critical values and p values. National Institute of Standards and Technology (NIST).

Recent Blogs

Blog Img

F Critical Value: Definition, formula, and Calculations

Blog Img

T Critical Value: Definition, Formula, Interpretation, and Examples

Blog Img

Understanding z-score and z-critical value in statistics: A comprehensive guide

logo

This report is generated by criticalvaluecalculator.com

Criticalvaluecalculator.com is a free online service for students, researchers, and statisticians to find the critical values of t and z for right-tailed, left tailed, and two-tailed probability.

Information

  • Privacy Policy
  • Terms of Services

Calculator-Online.net

Informative

Conversion Calculator

Calculator-Online.net

Follow Us On:

Critical Value Calculator

Enter the significant level along with degrees of freedom and the tool will try to figure out critical values for T, Z, Chi, and F distributions.

Chi-Square Value

How Does T Critical Value Calculator Work?

  • Enter Significance Level(α) In The Input Box.
  • Put the  Degrees Of Freedom In The Input Box.
  • Enter Degree of freedom denominator in required input box.
  • Hit The Calculate Button To Find T Critical Value.

Add this calculator to your site

Get the critical values associated with a particular significance level (alpha) and statistical distributions with the critical value calculator.

The calculator functions to provide left-tailed, right-tailed, and two-tailed P values for Chi-square, T, F, R, and Z score values that help you better judge the critical points of the given probability density function.

What Is a Critical Value?

A critical value is said to be as a line on a graph that divides a distribution graph into sections that indicate ‘rejection regions.’ Generally, if a test value falls into a rejection rejoin, then it means that an accepted hypothesis (represent as a null hypothesis) should be rejected.

Left-tailed: Q (α)

left tailed critical value

Right-tailed: Q (1 - α)

right tailed critical value

Two-tailed: Q (α/2)] ∪ Q (1 - α/2)

two tailed critical value

How to Calculate Critical Value With This Tool

Simply, you just have to follow the given steps:

Find Critical Value for T

  • At first, you ought to select the option “Critical value for t” from the drop-down list
  • Now, you just have to add the value of the “significance level” into the designated field
  • Finally, you have to add the value of “degrees of freedom” into the designated field

Outputs: After adding values into the above fields, just hit the calculate button:

  • Critical value for t (Right Tailed)
  • Critical value for t (Two Tailed)

Find Critical Value For Z

  • You just have to choose the option “Critical value for z” form the drop-down menu of this tool
  • Right after, you ought to add the value of the “significance level” into the given box

Outputs: Now, hit the calculate button, this z value calculator will show:

  • Critical value for z (Right Tailed)
  • Critical value for z (Two Tailed)

Find Critical Value for Chi-Square

  • First, choose the option “Critical value for chi-square” form the list of drop-down
  • Then, simply add the value for a “significance level” into the above-designated box
  • Very next, add the value for a “degrees of freedom” into the given field of calculator

Outputs: Now, you have to make a click on the calculate button to calculate chi square value for the distribution, the tool generates:

  • Chi-Square critical value (Right Tailed)
  • Chi-Square critical value (Two Tailed)
  • P value (for the chi square distribution)

Find Critical Value For F

  • First, choose the option of “Critical value for f” from the given drop-down menu
  • Very next, you have to enter the value of a “degrees of freedom 1” into the designated field
  • Right after, you ought to add the value of a “degrees if freedom 2” into the given box
  • Finally, put the value of “significance level” into the designated box

Outputs: Once done, click on the calculate button, this f value calculator will generate:

  • Critical value f (Right Tailed)
  • Critical value f (Two Tailed)

Z Score Table (Right):

The z-table is the normal distribution shows the area to the right-hand side of the curve. You can use these values to determine the area between z=0 and any positive (+) value.

z 0.00 0.01 0.02 0.03 0.04 0.05 0.06 0.07 0.08 0.09
0.0 0.0000 0.0040 0.0080 0.0120 0.0160 0.0199 0.0239 0.0279 0.0319 0.0359
0.1 0.0398 0.0438 0.0478 0.0517 0.0557 0.0596 0.0636 0.0675 0.0714 0.0753
0.2 0.0793 0.0832 0.0871 0.0910 0.0948 0.0987 0.1026 0.1064 0.1103 0.1141
0.3 0.1179 0.1217 0.1255 0.1293 0.1331 0.1368 0.1406 0.1443 0.1480 0.1517
0.4 0.1554 0.1591 0.1628 0.1664 0.1700 0.1736 0.1772 0.1808 0.1844 0.1879
0.5 0.1915 0.1950 0.1985 0.2019 0.2054 0.2088 0.2123 0.2157 0.2190 0.2224
0.6 0.2257 0.2291 0.2324 0.2357 0.2389 0.2422 0.2454 0.2486 0.2517 0.2549
0.7 0.2580 0.2611 0.2642 0.2673 0.2704 0.2734 0.2764 0.2794 0.2823 0.2852
0.8 0.2881 0.2910 0.2939 0.2967 0.2995 0.3023 0.3051 0.3078 0.3106 0.3133
0.9 0.3159 0.3186 0.3212 0.3238 0.3264 0.3289 0.3315 0.3340 0.3365 0.3389
1.0 0.3413 0.3438 0.3461 0.3485 0.3508 0.3531 0.3554 0.3577 0.3599 0.3621
1.1 0.3643 0.3665 0.3686 0.3708 0.3729 0.3749 0.3770 0.3790 0.3810 0.3830
1.2 0.3849 0.3869 0.3888 0.3907 0.3925 0.3944 0.3962 0.3980 0.3997 0.4015
1.3 0.4032 0.4049 0.4066 0.4082 0.4099 0.4115 0.4131 0.4147 0.4162 0.4177
1.4 0.4192 0.4207 0.4222 0.4236 0.4251 0.4265 0.4279 0.4292 0.4306 0.4319
1.5 0.4332 0.4345 0.4357 0.4370 0.4382 0.4394 0.4406 0.4418 0.4429 0.4441
1.6 0.4452 0.4463 0.4474 0.4484 0.4495 0.4505 0.4515 0.4525 0.4535 0.4545
1.7 0.4554 0.4564 0.4573 0.4582 0.4591 0.4599 0.4608 0.4616 0.4625 0.4633
1.8 0.4641 0.4649 0.4656 0.4664 0.4671 0.4678 0.4686 0.4693 0.4699 0.4706
1.9 0.4713 0.4719 0.4726 0.4732 0.4738 0.4744 0.4750 0.4756 0.4761 0.4767
2.0 0.4772 0.4778 0.4783 0.4788 0.4793 0.4798 0.4803 0.4808 0.4812 0.4817
2.1 0.4821 0.4826 0.4830 0.4834 0.4838 0.4842 0.4846 0.4850 0.4854 0.4857
2.2 0.4861 0.4864 0.4868 0.4871 0.4875 0.4878 0.4881 0.4884 0.4887 0.4890
2.3 0.4893 0.4896 0.4898 0.4901 0.4904 0.4906 0.4909 0.4911 0.4913 0.4916
2.4 0.4918 0.4920 0.4922 0.4925 0.4927 0.4929 0.4931 0.4932 0.4934 0.4936
2.5 0.4938 0.4940 0.4941 0.4943 0.4945 0.4946 0.4948 0.4949 0.4951 0.4952
2.6 0.4953 0.4955 0.4956 0.4957 0.4959 0.4960 0.4961 0.4962 0.4963 0.4964
2.7 0.4965 0.4966 0.4967 0.4968 0.4969 0.4970 0.4971 0.4972 0.4973 0.4974
2.8 0.4974 0.4975 0.4976 0.4977 0.4977 0.4978 0.4979 0.4979 0.4980 0.4981
2.9 0.4981 0.4982 0.4982 0.4983 0.4984 0.4984 0.4985 0.4985 0.4986 0.4986
3.0 0.4987 0.4987 0.4987 0.4988 0.4988 0.4989 0.4989 0.4989 0.4990 0.4990
3.1 0.4990 0.4991 0.4991 0.4991 0.4992 0.4992 0.4992 0.4992 0.4993 0.4993
3.2 0.4993 0.4993 0.4994 0.4994 0.4994 0.4994 0.4994 0.4995 0.4995 0.4995
3.3 0.4995 0.4995 0.4995 0.4996 0.4996 0.4996 0.4996 0.4996 0.4996 0.4997
3.4 0.4997 0.4997 0.4997 0.4997 0.4997 0.4997 0.4997 0.4997 0.4997 0.4998
3.5 0.4998 0.4998 0.4998 0.4998 0.4998 0.4998 0.4998 0.4998 0.4998 0.4998
3.6 0.4998 0.4998 0.4999 0.4999 0.4999 0.4999 0.4999 0.4999 0.4999 0.4999
3.7 0.4999 0.4999 0.4999 0.4999 0.4999 0.4999 0.4999 0.4999 0.4999 0.4999
3.8 0.4999 0.4999 0.4999 0.4999 0.4999 0.4999 0.4999 0.4999 0.4999 0.4999

Z Score Table (Left):

The left z-table shows the area to the left of Z.

Z 0.00 0.01 0.02 0.03 0.04 0.05 0.06 0.07 0.08 0.09
0.0 0.5000 0.5040 0.5080 0.0120 0.0160 0.0199 0.5239 0.0279 0.0319 0.0359
0.1 0.5398 0.5438 0.5478 0.5517 0.5557 0.5596 0.5636 0.5675 0.5714 0.5753
0.2 0.5793 0.5832 0.5871 0.5910 0.5948 0.5987 0.6064 0.1064 0.6103 0.6141
0.3 0.6179 0.6217 0.6255 0.6293 0.6331 0.6368 0.6406 0.6443 0.6480 0.6517
0.4 0.6554 0.6591 0.6628 0.6664 0.6700 0.6736 0.6772 0.6808 0.6844 0.6879
0.5 0.6915 0.6950 0.6985 0.7019 0.7054 0.7088 0.7123 0.7157 0.7190 0.7224
0.6 0.7257 0.7291 0.7324 0.7357 0.7389 0.7422 0.7454 0.7486 0.7517 0.7549
0.7 0.7580 0.7611 0.7642 0.7673 0.7704 0.7734 0.7764 0.7794 0.7823 0.7852
0.8 0.7881 0.7910 0.7939 0.7967 0.7995 0.8023 0.8051 0.8078 0.8106 0.8133
0.9 0.8159 0.8186 0.8212 0.8238 0.8264 0.8289 0.8315 0.8340 0.8365 0.8389
1.0 0.8413 0.8438 0.8461 0.8485 0.8508 0.8531 0.8554 0.8577 0.8599 0.8621
1.1 0.8643 0.8665 0.8686 0.8708 0.8729 0.8749 0.8770 0.8790 0.8810 0.8830
1.2 0.8849 0.8869 0.8888 0.8907 0.8925 0.8944 0.8962 0.8980 0.8997 0.9015
1.3 0.9032 0.9049 0.9066 0.9082 0.9099 0.9115 0.9131 0.9147 0.9162 0.9177
1.4 0.9192 0.9207 0.9222 0.9236 0.9251 0.9265 0.9279 0.9292 0.9306 0.9319
1.5 0.9332 0.9345 0.9357 0.9370 0.9382 0.9394 0.9406 0.9418 0.9429 0.9441
1.6 0.9452 0.9463 0.9474 0.9484 0.9495 0.9505 0.9515 0.9525 0.9535 0.9545
1.7 0.9554 0.9564 0.9573 0.9582 0.9591 0.9599 0.9608 0.9616 0.9625 0.9633
1.8 0.9641 0.9649 0.9656 0.9664 0.9671 0.9678 0.9686 0.9693 0.9699 0.9706
1.9 0.9713 0.9719 0.9726 0.9732 0.9738 0.9744 0.9750 0.9756 0.9761 0.9767
2.0 0.9772 0.9778 0.9783 0.9788 0.9793 0.9798 0.9803 0.9808 0.9812 0.9817
2.1 0.9821 0.9826 0.9830 0.9834 0.9838 0.9842 0.9846 0.9850 0.9854 0.9857
2.2 0.9861 0.9864 0.9868 0.9871 0.9875 0.9878 0.9881 0.9884 0.9887 0.9890
2.3 0.9893 0.9896 0.9898 0.9901 0.9904 0.9906 0.9909 0.9911 0.9913 0.9916
2.4 0.9918 0.9920 0.9922 0.9925 0.9927 0.9929 0.9931 0.9932 0.9934 0.9936
2.5 0.9938 0.9940 0.9941 0.9943 0.9945 0.9946 0.9948 0.9949 0.9951 0.9952
2.6 0.9953 0.9955 0.9956 0.9957 0.9959 0.9960 0.9961 0.9962 0.9963 0.9964
2.7 0.9965 0.9966 0.9967 0.9968 0.9969 0.9970 0.9971 0.9972 0.9973 0.9974
2.8 0.9974 0.9975 0.9976 0.9977 0.9977 0.9978 0.9979 0.9979 0.9980 0.9981
2.9 0.9981 0.9982 0.9982 0.9983 0.9984 0.9984 0.9985 0.9985 0.9986 0.9986
3.0 0.9987 0.9987 0.9987 0.9988 0.9988 0.9989 0.9989 0.9989 0.9990 0.9990

T Critical Value Table (One Tail):

df a = 0.1 0.05 0.025 0.01 0.005 0.001 0.0005
t = 1.282 1.645 1.960 2.326 2.576 3.091 3.291
1 3.078 6.314 12.706 31.821 63.656 318.289 636.578
2 1.886 2.920 4.303 6.965 9.925 22.328 31.600
3 1.638 2.353 3.182 4.541 5.841 10.214 12.924
4 1.533 2.132 2.776 3.747 4.604 7.173 8.610
5 1.476 2.015 2.571 3.365 4.032 5.894 6.869
6 1.440 1.943 2.447 3.143 3.707 5.208 5.959
7 1.415 1.895 2.365 2.998 3.499 4.785 5.408
8 1.397 1.860 2.306 2.896 3.355 4.501 5.041
9 1.383 1.833 2.262 2.821 3.250 4.297 4.781
10 1.372 1.812 2.228 2.764 3.169 4.144 4.587
11 1.363 1.796 2.201 2.718 3.106 4.025 4.437
12 1.356 1.782 2.179 2.681 3.055 3.930 4.318
13 1.350 1.771 2.160 2.650 3.012 3.852 4.221
14 1.345 1.761 2.145 2.624 2.977 3.787 4.140
15 1.341 1.753 2.131 2.602 2.947 3.733 4.073
16 1.337 1.746 2.120 2.583 2.921 3.686 4.015
17 1.333 1.740 2.110 2.567 2.898 3.646 3.965
18 1.330 1.734 2.101 2.552 2.878 3.610 3.922
19 1.328 1.729 2.093 2.539 2.861 3.579 3.883
20 1.325 1.725 2.086 2.528 2.845 3.552 3.850
21 1.323 1.721 2.080 2.518 2.831 3.527 3.819
22 1.321 1.717 2.074 2.508 2.819 3.505 3.792
23 1.319 1.714 2.069 2.500 2.807 3.485 3.768
24 1.318 1.711 2.064 2.492 2.797 3.467 3.745
25 1.316 1.708 2.060 2.485 2.787 3.450 3.725
26 1.315 1.706 2.056 2.479 2.779 3.435 3.707
27 1.314 1.703 2.052 2.473 2.771 3.421 3.689
28 1.313 1.701 2.048 2.467 2.763 3.408 3.674
29 1.311 1.699 2.045 2.462 2.756 3.396 3.660
30 1.310 1.697 2.042 2.457 2.750 3.385 3.646
60 1.296 1.671 2.000 2.390 2.660 3.232 3.460
120 1.289 1.658 1.980 2.358 2.617 3.160 3.373
1000 1.282 1.646 1.962 2.330 2.581 3.098 3.300

T Critical Value Table (Two Tails)

df a = 0.2 0.10 0.05 0.02 0.01 0.002 0.001
t = 1.282 1.645 1.960 2.326 2.576 3.091 3.291
1 3.078 6.314 12.706 31.821 63.656 318.289 636.578
2 1.886 2.920 4.303 6.965 9.925 22.328 31.600
3 1.638 2.353 3.182 4.541 5.841 10.214 12.924
4 1.533 2.132 2.776 3.747 4.604 7.173 8.610
5 1.476 2.015 2.571 3.365 4.032 5.894 6.869
6 1.440 1.943 2.447 3.143 3.707 5.208 5.959
7 1.415 1.895 2.365 2.998 3.499 4.785 5.408
8 1.397 1.860 2.306 2.896 3.355 4.501 5.041
9 1.383 1.833 2.262 2.821 3.250 4.297 4.781
10 1.372 1.812 2.228 2.764 3.169 4.144 4.587
11 1.363 1.796 2.201 2.718 3.106 4.025 4.437
12 1.356 1.782 2.179 2.681 3.055 3.930 4.318
13 1.350 1.771 2.160 2.650 3.012 3.852 4.221
14 1.345 1.761 2.145 2.624 2.977 3.787 4.140
15 1.341 1.753 2.131 2.602 2.947 3.733 4.073
16 1.337 1.746 2.120 2.583 2.921 3.686 4.015
17 1.333 1.740 2.110 2.567 2.898 3.646 3.965
18 1.330 1.734 2.101 2.552 2.878 3.610 3.922
19 1.328 1.729 2.093 2.539 2.861 3.579 3.883
20 1.325 1.725 2.086 2.528 2.845 3.552 3.850
21 1.323 1.721 2.080 2.518 2.831 3.527 3.819
22 1.321 1.717 2.074 2.508 2.819 3.505 3.792
23 1.319 1.714 2.069 2.500 2.807 3.485 3.768
24 1.318 1.711 2.064 2.492 2.797 3.467 3.745
25 1.316 1.708 2.060 2.485 2.787 3.450 3.725
26 1.315 1.706 2.056 2.479 2.779 3.435 3.707
27 1.314 1.703 2.052 2.473 2.771 3.421 3.689
28 1.313 1.701 2.048 2.467 2.763 3.408 3.674
29 1.311 1.699 2.045 2.462 2.756 3.396 3.660
30 1.310 1.697 2.042 2.457 2.750 3.385 3.646
60 1.296 1.671 2.000 2.390 2.660 3.232 3.460
120 1.289 1.658 1.980 2.358 2.617 3.160 3.373
8 1.282 1.645 1.960 2.326 2.576 3.091 3.291

References:

From Wikipedia, the free encyclopedia – statistical test (z test) – calculate the standard score – examples – standard deviation of the scores – Next, calculate the z-score

P Value Calculator

Effect Size Calculator

P Value from Z Score Calculator

P Value from T Score Calculator

Critical Point Calculator

Accuracy Calculator

Add this calculator to your site.

Just copy a given code & paste it right now into your website HTML (source) for suitable page.

Calculator Online

Give Us Your Feedback

Remove image

Share Result

Remove

Get the ease of calculating anything from the source of calculator online

Email us at

© Copyrights 2024 by Calculator-Online.net

free{}calculator

Critical value calculator, what is critical value .

Critical Value is a statistical concept used to determine the significance of a result. It is the value of a statistic that is used to determine whether a hypothesis is true or false. It is calculated by taking the probability of a given statistic and comparing it to a predetermined level of significance. If the probability is less than the predetermined level of significance, then the hypothesis is accepted as true.

What is Critical Value Calculator ?

A Critical Value Calculator is a tool used to calculate the critical value of a statistical test. The critical value is the point at which a statistical test will reject the null hypothesis, and is determined by the level of significance and the degrees of freedom. The calculator can be used to determine the critical value for a variety of statistical tests, such as the t-test, chi-square test, and F-test.

How to Calculate Critical Value ?

The critical value is the value of a statistic that is used to determine whether a hypothesis test result is statistically significant. It is the point on the test statistic distribution at which the null hypothesis is rejected. To calculate the critical value, you need to know the degrees of freedom, the level of significance, and the type of test statistic. For example, if you are conducting a two-tailed t-test with a level of significance of 0.05 and 20 degrees of freedom, the critical value would be 2.093.

Cite this content, page or calculator as:

Andy, Cohen “ Critical Value Calculator ” at

from FreeCalculator.net,  https://www.freecalculator.net  

Statistics Calculators

Trigonometry Calculator

Hex to Decimal Converter

Feet to Meters Converter

Generic selectors Exact matches only Search in title Search in content Post Type Selectors

Popular categories

Business calculators, financial calculators, date & time calculators, health calculators, fitness calculators, math calculators.

terms of use

FreeCalculator.net’s sole focus is to provide fast, comprehensive, convenient, free online calculators in a plethora of areas. Currently, we have over 100 calculators to help you “do the math” quickly in areas such as finance, fitness, health, math, and others, and we are still developing more. Our goal is to become the one-stop, go-to site for people who need to make quick calculations. Additionally, we believe the internet should be a source of free information. Therefore, all of our tools and services are completely free, with no registration required. We coded and developed each calculator individually and put each one through strict, comprehensive testing. However, please inform us if you notice even the slightest error – your input is extremely valuable to us. While most calculators on FreeCalculator.net are designed to be universally applicable for worldwide usage, some are for specific countries only.

© 2021 – 2024 FreeCalculator.net | All rights reserved.

  • Skip to secondary menu
  • Skip to main content
  • Skip to primary sidebar

Statistics By Jim

Making statistics intuitive

Critical Value: Definition, Finding & Calculator

By Jim Frost 2 Comments

What is a Critical Value?

A critical value defines regions in the sampling distribution of a test statistic. These values play a role in both hypothesis tests and confidence intervals. In hypothesis tests, critical values determine whether the results are statistically significant. For confidence intervals, they help calculate the upper and lower limits.

In both cases, critical values account for uncertainty in sample data you’re using to make inferences about a population . They answer the following questions:

  • How different does the sample estimate need to be from the null hypothesis to be statistically significant?
  • What is the margin of error (confidence interval) around the sample estimate of the population parameter ?

In this post, I’ll show you how to find critical values, use them to determine statistical significance, and use them to construct confidence intervals. I also include a critical value calculator at the end of this article so you can apply what you learn.

Because most people start learning with the z-test and its test statistic, the z-score, I’ll use them for the examples throughout this post. However, I provide links with detailed information for other types of tests and sampling distributions.

Related posts : Sampling Distributions and Test Statistics

Using a Critical Value to Determine Statistical Significance

Diagram showing critical region in a distribution.

In this context, the sampling distribution of a test statistic defines the probability for ranges of values. The significance level (α) specifies the probability that corresponds with the critical value within the distribution. Let’s work through an example for a z-test.

The z-test uses the z test statistic. For this test, the z-distribution finds probabilities for ranges of z-scores under the assumption that the null hypothesis is true. For a z-test, the null z-score is zero, which is at the central peak of the sampling distribution. This sampling distribution centers on the null hypothesis value, and the critical values mark the minimum distance from the null hypothesis required for statistical significance.

Critical values depend on your significance level and whether you’re performing a one- or two-sided hypothesis. For these examples, I’ll use a significance level of 0.05. This value defines how improbable the test statistic must be to be significant.

Related posts : Significance Levels and P-values and Z-scores

Two-Sided Tests

Two-sided hypothesis tests have two rejection regions. Consequently, you’ll need two critical values that define them. Because there are two rejection regions, we must split our significance level in half. Each rejection region has a probability of α / 2, making the total likelihood for both areas equal the significance level.

The probability plot below displays the critical values and the rejection regions for a two-sided z-test with a significance level of 0.05. When the z-score is ≤ -1.96 or ≥ 1.96, it exceeds the cutoff, and your results are statistically significant.

Graph that displays critical values for a two-sided test.

One-Sided Tests

One-tailed tests have one rejection region and, hence, only one critical value. The total α probability goes into that one side. The probability plots below display these values for right- and left-sided z-tests. These tests can detect effects in only one direction.

Graph that displays a critical value for a right-sided test.

Related post : Understanding One-Tailed and Two-Tailed Hypothesis Tests and Effects in Statistics

Using a Critical Value to Construct Confidence Intervals

Confidence intervals use the same critical values (CVs) as the corresponding hypothesis test. The confidence level equals 1 – the significance level. Consequently, the CVs for a significance level of 0.05 produce a confidence level of 1 – 0.05 = 0.95 or 95%.

For example, to calculate the 95% confidence interval for our two-tailed z-test with a significance level of 0.05, use the CVs of -1.96 and 1.96 that we found above.

To calculate the upper and lower limits of the interval, take the positive critical value and multiply it by the standard error of the mean. Then take the sample mean and add and subtract that product from it.

  • Lower Limit = Sample Mean – (CV * Standard Error of the Mean)
  • Upper Limit = Sample Mean + (CV * Standard Error of the Mean)

To learn more about confidence intervals and how to construct them, read my posts about Confidence Intervals and How Confidence Intervals Work .

Related post : Standard Error of the Mean

How to Find a Critical Value

Unfortunately, the formulas for finding critical values are very complex. Typically, you don’t calculate them by hand. For the examples in this article, I’ve used statistical software to find them. However, you can also use statistical tables.

To learn how to use these critical value tables, read my articles that contain the tables and information about using them. The process for finding them is similar for the various tests. Using these tables requires knowing the correct test statistic, the significance level, the number of tails, and, in most cases, the degrees of freedom.

The following articles provide the statistical tables, explain how to use them, and visually illustrate the results.

  • T distribution table
  • Chi-square table

Related post : Degrees of Freedom

Critical Value Calculator

Another method for finding CVs is to use a critical value calculator, such as the one below. These calculators are handy for finding the answer, but they don’t provide the context for the results.

This calculator finds critical values for the sampling distributions of common test statistics.

For example, choose the following in the calculator:

  • Z (standard normal)
  • Significance level = 0.05

The calculator will display the same ±1.96 values we found earlier in this article.

Share this:

null hypothesis critical value calculator

Reader Interactions

' src=

January 16, 2024 at 5:26 pm

Hello, I am currently taking statistics and am reviewing confidence intervals. I would like to know what is the equation for calculating a two-tailed test for upper and lower limits? I would like to know is there a way to calculate one and two-tailed tests without using a confidence interval calculator and can you explain further?

' src=

January 16, 2024 at 6:43 pm

If you’re talking about calculating the critical values values for a test statistic for two-tailed test, the calculations are fairly complex. Consequently, you’ll either use statistical software, an online calculator, or a statistical table to find those limits.

Comments and Questions Cancel reply

World-Class

Data Science

Learn with instructors from:

Critical Value Calculator

  • Chi-square Value
Probabilities P
one-tailed for —z --
one-tailed for +z --
two-tailed for ±z --
area between ±z --
Large value of z:
P[one-tail] --
P[two-tail] --
tArea between --

Please Fill aleat 1 row

Give your feedback!

null hypothesis critical value calculator

1
2
3
4
5
6
7

What is Critical Value

In literal terms, critical value is defined as any point present on a line which dissects the graph into two equal parts. The rejection or acceptance of null hypothesis depends on the region in which the value falls. The rejection region is defined as one of the two sections that are split by the critical value. If the test value is present in the rejection region, then the null hypothesis would not have any acceptance.

Critical Value Formula

Two formulae can be used to determine the critical value. These are listed as follows.

1.  \(\mathrm{Critical Value = \dfrac{Margin\ of\ Error} {Standard\ Deviation}}\)

2.     \( \mathrm {Critical Value = \dfrac{Margin\ of\ Error} {Standard\ Error\ of\ Sample}} \)

Anyone of the two formulae listed above can be used to determine Critical Value depending on the known values.

How to calculate critical value? - steps and process

Here are the steps you need to complete for calculating the critical value

1.    Determination of Alpha

This is the first step which the user has to complete for finding out the critical value. To determine the value of Alpha level, the following formula will be used.

\( \mathrm{Alpha\ Level} = 100% - \mathrm{Confidence Interval} \)

Consider that the confidence interval is 80%. Thus, Alpha Level will be given as.

\( \mathrm{Alpha\ Level} = 100 - 80 \)

\( \mathrm{Alpha\ Level} = 20% \)

2.    Converting the Alpha Percentage Value to Decimal

The second step involves converting the value of alpha to decimal. By default, it has the percentage unit. Hence, convert it to the decimal format. In step, the value of alpha is 20%. Thus, in terms of decimals, it would be \(0.2\)

\( \alpha = 0.2 \)

3.    Divide the value of Alpha by 2

In this step, the value of alpha determined in step 2 would be divided by \(2\). In the above example, the value of alpha is \(0.2\) .

\( \textbf{Thus}, \dfrac{\alpha} {2} = \dfrac{0.2}{2} \)

\( \dfrac{\alpha}{2} = 0.1 \)

4.    Subtract the result determined in step 3 from 1

The value of α /2 = 0.1. In this step, subtract this value from 1.

\( \textbf{Thus}, 1 - \, 0.1 = 0.9 \)

Converting this decimal value to a percentage. Thus, 0.9 would be 90%. The corresponding critical value will be for a confidence interval of 90%. It would be given as:

\( \mathbf{Z = 1.645} \)

Note: To calculate t critical value, f critical value, r critical value, z critical value and chi-square critical use our advance critical values calculator. It helps to calculate the value from the Z table very quickly in real-time.

Common confidence levels and their critical values 

The common confidence levels and the corresponding critical values in the form of a table are given below.

Confidence LevelCritical Value (Z-score)
0.901.645
0.911.70
0.921.75
0.931.81
0.941.88
0.951.96
0.962.05
0.972.17
0.982.33
0.992.57

Types of Critical Values

To get the null hypothesis, various methods are used to determine the required area. The common methods used include z tests, t scores and also chi tests. All these methods are used to determine null hypothesis. However, null hypothesis is the area between right and left tails. The right tail has positive values while the left tail has negative ones. This point is incorporated when the critical value has to be determined.

Critical Value of Z

The standard normal model is used to determine the value of Z. The graphical display of normal distribution shows that the graph is divided into two main regions. The first one is called the Central Region and the other is the Tail Region. 

  • The central region includes the values of Standard Deviation. These values are derived from the mean. 
  • The tail values are on the edges of the graph. These values are determined after excluding the central region. To determine the tail values, the following formula is used.

\( \mathrm {Tail Value = 1 \space - \space Central Value} \)

Assistance offered by this critical value calculator

This tool is actually very helpful for the determination of critical value. It cuts down the time needed to determine critical value. Other than that, it is very easy to use so users are able to calculate the correct results without any difficulties.

  • To use the tool, enter the degrees of freedom (DF) and the value of Alpha (α). Consider that the value of DF is 12 and Alpha is 0.5. Once the values have been entered, click the calculate button to get the results.
  • In accordance with these entered values, the following results would be generated. 
  • T Value is 0
  • Upper Probability is 0.31
  • T Value Right Tailed is 0.031  
  • Total Reviews 0
  • Overall Rating 0 / 5

Your Review Will Appear Soon.

StatsCalculator.com

Z critical value calculator.

  • Get Z Score
  • P Value From Z Score
  • t critical values

Other Stats Tools

  • Descriptive Statistics
  • Confidence Interval
  • Correlation Coefficient
  • Outlier Detection
  • t-test - 1 Sample
  • t-test - 2 Sample

alpha value

Tool Overview: Z Critical Value Calculator

Stuck trying to interpret the results of a statistical test - specifically finding the critical values for a standard normal distribution? You've come to the right place. Our free statistics package is intended as an alternative to Minitab and other paid software. This critical value calculator generates the critical values for a standard normal distribution for a given confidence level. The critical value is the point on a statistical distribution that represents an associated probability level. It generates critical values for both a left tailed test and a two-tailed test (splitting the alpha between the left and right side of the distribution). Simply enter the requested parameters (alpha level) into the calculator and hit calculate.

What Is a Critical Value and How Do You Use It?

A critical value is a concept from statistical testing. If we are performing hypothesis testing, we will reduce our proposition down to a single pair of choices, referred to as the null hypothesis and the alternative hypothesis . The null hypothesis denotes what we will believe to be correct if our sample data fails the statistical test. As a matter of form, it should usually reflect the default state for your process (eg. expected from normal operations). The alternative hypothesis represents an atypical outcome for the process, in which case we infer that something occured. We will then identify when and from where we shall draw a sample to assess which of these two alternatives is most likely to be correct. We will calculate a test statistic for the sample which we will compare to the expected distribution of the statistic to assess the relative probability of the hypothesis being correct. Bear in mind that this entire process exists in a probabilistic universe; we cannot opine on truth but only likelihood. We will identify the most appropriate distribution for comparing this sample (see below on when to use a standard normal vs. a t distribution). The critical value is the point in that distribution at which we must accept the alternative hypothesis as being more likely.

Note: This particular calculator is designed to find the critical value for the mean of a standard normal distribution. If your sample size is small (and you're still looking at the mean), you should use the t statistic sample distribution (we have a separate t score calculator for the t critical value). Both of these assume you're comparing the mean of the sample distribution to a fixed value. If you're trying to make inferences comparing the means of two populations (eg. both are "moving targets" vs. specified at a certain level, you're going to want to use the f statistic. (We're working on a calculator for the f critical value; you can find a table in the back of any statistics text book or here .)

In the case of the Z critical value all we need to calculate the critical value is the significance level (the alpha value) for the test. The alpha value reflects the probability of incorrectly rejecting the null hypothesis. The Z critical value is consistent for a given significance level regardless of sample size and numerator degrees. Common confidence levels for academic use are .05 (95% confidence), .025 (97.5%), and .01 (99%). That being said, a wise analyst compares the benefits of the required confidence level against the costs of achieving it (eg. don't always default to alpha .05 or .01).

How To Find Critical Values of Z

This calculator is intended to replace the use of a Z value table while providing access to a wider range of possible values for you to work with. In the offline version, you use a z score table (aka a z table) to look up the critical value for the test based on your desired level of alpha. Remember to adjust the alpha value based on wether you are doing a single-tailed test or two tailed test. In this case, we can simply split the value of alpha in two since the standard normal distsribution is symmetric about its axis. From there, finding the critical values for your test is a matter of looking up the appropriate row and column in the table. Our critical values calculator automates this process, so all you need to do is enter your alpha value and the tool will find the critical values for you.

When to Use Standard Normal (Z) vs. Student's T distribution

This calculator requires you to have sufficiently large sample that you are comfortable the values of the mean will converge on the standard normal distribution via the central limit theorem. This genreally requires you to have 30+ observations. If you are working with a smaller sample, you should consider using the version we set up to find critical values of a t-distribution . In any event, to run the hypothesis test you compare the observed value of the statistic with the t value from the t distribution table.

About this Website

This calculator is part of a larger collection of tools we've assembled as a free replacement to paid statistical packages. The other tools on this site include a descriptive statistics tool , confidence interval generators ( standard normal , proportions ), linear regression tools , and other tools for probability and statistics. Many calculators allow you to save and recycle your data in similar calculations, saving you time and frustration. Bookmark us and come back when you need a good source of free statistics tools.

Need more ideas? We also built this site too. We design word solver and analysis tools .

Other Tools: P Value From Z Score , P Value From T Score , Z critical value calculator , t critical value calculator

Certified Calculator

Critical Value Calculator

Introduction: The Critical Value Calculator is a tool used in statistical hypothesis testing to determine the critical value corresponding to a given significance level (α) and degrees of freedom. This calculator simplifies the process of finding critical values, aiding researchers in making informed decisions based on statistical tests.

Formula: The critical value is calculated based on the significance level (α) and degrees of freedom. It represents the threshold beyond which the null hypothesis is rejected in favor of the alternative hypothesis. The calculation involves statistical methods or reference tables specific to the distribution being analyzed.

How to Use:

  • Enter the significance level (α) between 0 and 1.
  • Enter the degrees of freedom.
  • Click the “Calculate” button.
  • The critical value will be displayed in the output field.

Example: For instance, with α = 0.05 and degrees of freedom = 10, clicking calculate may yield a critical value of “1.96” (placeholder value for demonstration).

  • Q: What is the significance level (α)? A: The significance level (α) is the probability of rejecting the null hypothesis when it is true.
  • Q: How does the degrees of freedom affect critical values? A: Degrees of freedom impact the shape of the distribution and influence critical values.
  • Q: Can I use this calculator for any distribution? A: The calculator is applicable to certain distributions, such as the t-distribution or chi-square distribution, depending on the context.
  • Q: Why is it important to choose the correct significance level? A: The significance level determines the threshold for making a decision about the null hypothesis.
  • Q: Are critical values symmetric around the null hypothesis value? A: For symmetric distributions, critical values are symmetric around the null hypothesis value.
  • Q: What happens if the calculated test statistic exceeds the critical value? A: If the test statistic exceeds the critical value, the null hypothesis is rejected.
  • Q: Can I use this calculator for one-tailed tests? A: Yes, by adjusting the significance level and direction of the test, the calculator can be used for one-tailed tests.
  • Q: How do I interpret critical values in hypothesis testing? A: Critical values represent the boundaries for decision-making; if the test statistic exceeds the critical value, the null hypothesis is rejected.
  • Q: How does sample size relate to critical values? A: Larger sample sizes may lead to narrower confidence intervals and more precise critical values.
  • Q: Are critical values constant across different sample sizes? A: Critical values may vary with sample size, especially in the case of t-distributions.

Conclusion: The Critical Value Calculator is a valuable resource for researchers conducting hypothesis tests. By providing a quick and easy way to calculate critical values, this tool enhances the efficiency and accuracy of statistical analyses, contributing to robust and reliable research findings.

Related posts:

  • How To Calculate Par Value
  • How To Calculate Present Value
  • How To Calculate Residual Value Car Lease
  • How To Calculate T Value In Excel

Leave a Comment Cancel reply

Save my name, email, and website in this browser for the next time I comment.

Calculators.org website logo.

  • Critical Value

Calculate Critical Z Value

null hypothesis critical value calculator

Enter a probability value between zero and one to calculate critical value. Critical values determine what probability a particular variable will have when a sampling distribution is normal or close to normal.

Probability Value Input
Critical Value Output

Probability (p): p = 1 - α/2.

Upper Tail Probability.

Critical Value: Definition and Significance in the Real World

- Guide Authored by Corin B. Arenas , published on October 4, 2019

Ever wondered if election surveys are accurate? How about statistics on housing, health care, and testing scores?  

In this section, we’ll discuss how sample data is tested for accuracy. Read on to learn more about critical value, how it’s used in statistics, and its significance in social science research.

What is a Critical Value?

Professor Explaining in Class

In testing statistics, a critical value is a factor that determines the margin of error in a distribution graph.

According to Statistics How To , a site headed by math educator Stephanie Glen, if the absolute value of a test statistic is greater than the critical value, then there is statistical significance that rejects an accepted hypothesis.

Critical values divide a distribution graph into sections which indicate ‘rejection regions.’ Basically, if a test value falls within a rejection region, it means an accepted hypothesis (referred to as a null hypothesis) must be rejected. And if the test value falls within the accepted range, the null hypothesis cannot be rejected.

Testing sample data involves validating research and surveys like voting habits, SAT scores, body fat percentage, blood pressure, and all sorts of population data.

Hypothesis Testing and the Distribution Curve

Group of Different People, Different Races

Hypothesis tests check if your data was taken from a sample population that adheres to a hypothesized probability distribution. It is characterized by a null hypothesis and an alternative hypothesis.

In hypothesis testing, a critical value is a point on a distribution graph that is analyzed alongside a test statistic to confirm if a null hypothesis —a commonly accepted fact in a study which researchers aim to disprove—should be rejected.

The value of a null hypothesis implies that no statistical significance exists in a set of given observations. It is assumed to be true unless statistical evidence from an alternative hypothesis invalidates it.  

How does this relate with distribution graphs? A normal distribution curve, which is a bell-shaped curve, is a theoretical representation of how often an experiment will yield a particular result.

Elements of Normal Distribution:

  • Has a mean, median, or mode. A mean is the average of numbers in a group, a median is the middle number in a list of numbers, and a mode is a number that appears most often in a set of numbers.
  • 50% of the values are less than the mean
  • 50% of the values are greater than the mean

Mean Median Mode Graph

Majority of the data points in normal distribution are relatively similar. A perfectly normal distribution is characterized by its symmetry, meaning half of the data observations fall on either side of the middle of the graph. This implies that they occur within a range of values with fewer outliers on the high and low points of the graph.

Given these implications, critical values do not fall within the range of common data points. Which is why when a test statistic exceeds the critical value, a null hypothesis is forfeited.

Take note: Critical values may look for a two-tailed test or one-tailed test (right-tailed or left-tailed). Depending on the data, statisticians determine which test to perform first.

Tailed Test Graph

Finding the Critical Value

Scientists Solving Equations on Board

The standard equation for the probability of a critical value is:

p = 1 – α/2

Where p is the probability and alpha (α) represents the significance or confidence level. This establishes how far off a researcher will draw the line from the null hypothesis.

The alpha functions as the alternative hypothesis. It signifies the probability of rejecting the null hypothesis when it is true. For instance, if a researcher wants to establish a significance level of 0.05, it means there is a 5% chance of finding that a difference exists.

When the sampling distribution of a data set is normal or close to normal, the critical value can be determined as a z score or t score .

Z Score or T Score: Which Should You Use?

Typically, when a sample size is big (more than 40) using z or t statistics is fine. However, while both methods compute similar results, most beginner’s textbooks on statistics use the z score.

When a sample size is small and the standard deviation of a population is unknown, the t score is used. The t score is a probability distribution that allows statisticians to perform analyses on specific data sets using normal distribution. But take note: Small samples from populations that are not approximately normal should not use the t score.

What’s a standard deviation ? This measures how numbers are spread out in a set of values, showing the amount of variation. Low standard deviation means the numbers are close to the mean set, while a high standard deviation signifies numbers are dispersed at a wider range.

Calculating Z Score

The critical value of a z score can be used to determine the margin of error, as shown in the equations below:

  • Margin of error = Critical value x Standard deviation of the statistic
  • Margin of error = Critical value x Standard error of the statistic

The z score , also known as the standard normal probability score, signifies how many standard deviations a statistical element is from the mean. A z score table is used in hypothesis testing to check proportions and the difference between two means. Z tables indicate what percentage of the statistics is under the curve at any given point.

cumulative prob t .50 t .75 t .80 t .85 t .90 t .95 t.975 t .98 t .99 t .995 t . 9975 t .999 t .9995
α 1-tail .5 .25 .20 .15 .10 .05 .025 .02 .01 .005 .0025 .001 .0005
α 2-tail 1 .50 .40 .30 .20 .10 .050 .04 .02 .010 .0050 .002 .0010
df                          
z 0.00 0.674 0.841 1.036 1.282 1.645 1.960 2.054 2.326 2.576 2.807 3.091 3.291
1 0.00 1.000 1.376 1.963 3.078 6.314 12.71 15.89 31.82 63.66 127.3 318.3 636.6
2 0.00 0.816 1.061 1.386 1.886 2.920 4.303 4.849 6.965 9.925 14.09 22.33 31.60
3 0.00 0.765 0.978 1.250 1.638 2.353 3.182 3.482 4.541 5.841 7.453 10.21 12.92
4 0.00 0.741 0.941 1.190 1.533 2.132 2.776 2.999 3.747 4.604 5.598 7.173 8.610
5 0.00 0.727 0.920 1.156 1.476 2.015 2.571 2.757 3.365 4.032 4.773 5.893 6.869
6 0.00 0.718 0.906 1.134 1.440 1.943 2.447 2.612 3.143 3.707 4.317 5.208 5.959
7 0.00 0.711 0.896 1.119 1.415 1.895 2.365 2.517 2.998 3.499 4.029 4.785 5.408
8 0.00 0.706 0.889 1.108 1.397 1.860 2.306 2.449 2.896 3.355 3.833 4.501 5.041
9 0.00 0.703 0.883 1.100 1.383 1.833 2.262 2.398 2.821 3.250 3.690 4.297 4.781
10 0.00 0.700 0.879 1.093 1.372 1.812 2.228 2.359 2.764 3.169 3.581 4.144 4.587
11 0.00 0.697 0.876 1.088 1.363 1.796 2.201 2.328 2.718 3.106 3.497 4.025 4.437
12 0.00 0.695 0.873 1.083 1.356 1.782 2.179 2.303 2.681 3.055 3.428 3.930 4.318
13 0.00 0.694 0.870 1.079 1.350 1.771 2.160 2.282 2.650 3.012 3.372 3.852 4.221
14 0.00 0.692 0.868 1.076 1.345 1.761 2.145 2.264 2.624 2.977 3.326 3.787 4.140
15 0.00 0.691 0.866 1.074 1.341 1.753 2.131 2.249 2.602 2.947 3.286 3.733 4.073
16 0.00 0.690 0.865 1.071 1.337 1.746 2.120 2.235 2.583 2.921 3.252 3.686 4.015
17 0.00 0.689 0.863 1.069 1.333 1.740 2.110 2.224 2.567 2.898 3.222 3.646 3.965
18 0.00 0.688 0.862 1.067 1.330 1.734 2.101 2.214 2.552 2.878 3.197 3.611 3.922
19 0.00 0.688 0.861 1.066 1.328 1.729 2.093 2.205 2.539 2.861 3.174 3.579 3.883
20 0.00 0.687 0.860 1.064 1.325 1.725 2.086 2.197 2.528 2.845 3.153 3.552 3.850
21 0.00 0.686 0.859 1.063 1.323 1.721 2.080 2.189 2.518 2.831 3.135 3.527 3.819
22 0.00 0.686 0.858 1.061 1.321 1.717 2.074 2.183 2.508 2.819 3.119 3.505 3.792
23 0.00 0.685 0.858 1.060 1.319 1.714 2.069 2.177 2.500 2.807 3.104 3.485 3.768
24 0.00 0.685 0.857 1.059 1.318 1.711 2.064 2.172 2.492 2.797 3.091 3.467 3.745
25 0.00 0.684 0.856 1.058 1.316 1.708 2.060 2.167 2.485 2.787 3.078 3.450 3.725
26 0.00 0.684 0.856 1.058 1.315 1.706 2.056 2.162 2.479 2.779 3.067 3.435 3.707
27 0.00 0.684 0.855 1.057 1.314 1.703 2.052 2.158 2.473 2.771 3.057 3.421 3.690
28 0.00 0.683 0.855 1.056 1.313 1.701 2.048 2.154 2.467 2.763 3.047 3.408 3.674
29 0.00 0.683 0.854 1.055 1.311 1.699 2.045 2.150 2.462 2.756 3.038 3.396 3.659
30 0.00 0.683 0.854 1.055 1.310 1.697 2.042 2.147 2.457 2.750 3.030 3.385 3.646
40 0.00 0.681 0.851 1.050 1.303 1.684 2.021 2.123 2.423 2.704 2.971 3.307 3.551
50 0.00 0.679 0.849 1.047 1.299 1.676 2.009 2.109 2.403 2.678 2.937 3.261 3.496
60 0.00 0.679 0.848 1.045 1.296 1.671 2.000 2.099 2.390 2.660 2.915 3.232 3.460
80 0.00 0.678 0.846 1.043 1.292 1.664 1.990 2.088 2.374 2.639 2.887 3.195 3.416
100 0.00 0.677 0.845 1.042 1.290 1.660 1.984 2.081 2.364 2.626 2.871 3.174 3.390
1000 0.00 0.675 0.842 1.037 1.282 1.646 1.962 2.056 2.330 2.581 2.813 3.098 3.300
  0% 50% 60% 70% 80% 90% 95% 96% 98% 99% 99.5% 99.8% 99.9%

The basic formula for a z score sample is:

z = (X – μ) / σ

  • X is the value of the element
  • μ is the population mean
  • σ is the standard deviation

Let’s solve an example. For instance, let’s say you have a test score of 85. If the test has a mean (μ) of 45 and a standard deviation (σ) of 23, what’s your z score? X = 85, μ = 45, σ = 23

z = (85 – 45) / 23 = 40 / 23 z = 1.7391

For this example, your score is 1.7391 standard deviations above the mean.

What do the z scores imply?

  • If a score is greater than 0, the statistic sample is greater than the mean
  • If the score is less than 0, the statistic sample is less than the mean
  • If a score is equal to 1, it means the sample is 1 standard deviation greater than the mean, and so on
  • If a score is equal to -1, it means the sample is 1 standard deviation less than the mean, and so on

For elements in a large set:

  • Around 68% fall between -1 and 1
  • Around 95% fall between -2 and 2
  • Around 99% fall between -3 and 3

To give you an idea, here’s how spread out statistical elements would look like under a z score graph:

Z Score Graph

Calculating T Score

On the other hand, here’s the standard formula for the t score:

t = [ x – μ ] / [ s / sqrt( n ) ]

  • x is the sample mean
  • s is the sample’s standard deviation
  • n is the sample size

Then, we account for the degrees of freedom (df) which is the sample size minus 1. df = n – 1

T distribution, also known as the student’s distribution, is associated with a unique cumulative probability. This signifies the chance of finding a sample mean that’s less than or equal to x, based on a random sample size n. Cumulative probability refers to the likelihood that a random variable would fall within a specific range. To express the t statistic with a cumulative probability of 1 – α, statisticians use t α .

Part of finding the t score is locating the degrees of freedom (df) using the t distribution table as a reference. For demonstration purposes, let’s say you have a small sample of 5 and you want to conduct a right-tailed test. Follow the steps below.

5 df, α = 0.05

  • Take your sample size and subtract 1. 5 – 1 = 4. df = 4
  • For this example, let’s say the alpha level is 5% (0.05).
  • Look for the df in the t distribution table along with its corresponding alpha level. You’ll find the critical value where the column and row intersect.
df α = 0.1 0.025 0.01 0.005
= 1.2816 1.6449 1.96 2.3263 2.5758
1 3.078 6.314 12.706 31.821 63.656
2 1.886 2.920 4.303 6.965 9.925
3 1.638 2.353 3.182 4.541 5.841
1.533 2.776 3.747 4.604
5 1.476 2.015 2.571 3.365 4.032

*One-tail t distribution table referenced from How to Statistics. In this example, 5 df, α = 0.05, the critical value is 2.132.

Here’s another example using the t score formula.

A factory produces CFL light bulbs. The owner says that CFL bulbs from their factory lasts for 160 days. Quality specialists randomly chose 20 bulbs for testing, which lasted for an average of 150 days, with a standard deviation of 40 days. If the CFL bulbs really last for 160 days, what is the probability that 20 random CFL bulbs would have an average life that’s less than 150 days?

t = [ 150 – 160 ] / [ 40 / sqrt( 20 ) ] = -10 / [40 / 4.472135] = -10 / 8.94427 t = -1.118034

The degrees of freedom: df = 20 – 1, df = 19

Again, use the variables above to refer to a t distribution table, or use a t score calculator.

For this example, the critical value is 0.1387 . Thus, if the life of a CFL light bulb is 160 days, there is a 13.87% probability that the average CFL bulb for 20 randomly chosen bulbs would be less than or equal to 150 days.

If we were to plot the critical value and shade the rejection region in a graph, it would look like this:

Math Rejection Region Graph

If a test statistic is greater than this critical value, then the null hypothesis, which is ‘CFL light bulbs have a life of 160 days,’ should be rejected. That’s if tests show more than 13.87% of the sample light bulbs (20) have a lifespan of less than or equal 150 days.

Why is Determining Critical Value Important?

Researchers often work with a sample population, which is a small percentage when they gather statistics.

Working with sample populations does not guarantee that it reflects the actual population’s results. To test if the data is representative of the actual population, researchers conduct hypothesis testing which make use of critical values.

What are Real-World Uses for It?

Researches Solving Equations on Board

Validating statistical knowledge is important in the study of a wide range of fields. This includes research in social sciences such as economics, psychology, sociology, political science, and anthropology.

For one, it keeps quality management in check. This includes product testing in companies and analyzing test scores in educational institutions.

Moreover, hypothesis testing is crucial for the scientific and medical community because it is imperative for the advancement of theories and ideas.

If you’ve come across research that studies behavior, then the study likely used hypothesis testing and sampling in populations. From the public’s voting behavior, to what type of houses people tend to buy, researchers conduct distribution tests.

Studies such as how male adolescents in certain states are prone to violence, or how children of obese parents are prone to becoming obese, are other examples that use critical values in distribution testing.

In the field of health care, topics like how often diseases like measles, diphtheria, or polio occur in an area is relevant for public safety. Testing would help communities know if there are certain health conditions rising at an alarming rate. This is especially relevant now in the age of anti-vaccine activists .

The Bottom Line

Finding critical values are important for testing statistical data. It’s one of the main factors in hypothesis testing, which can validate or disprove commonly accepted information.

Proper analysis and testing of statistics help guide the public, which corrects misleading or dated information.

Hypothesis testing is useful in a wide range of disciplines, such as medicine, sociology, political science, and quality management in companies.

About the Author

Corin is an ardent researcher and writer of financial topics—studying economic trends, how they affect populations, as well as how to help consumers make wiser financial decisions. Her other feature articles can be read on Inquirer.net and Manileno.com. She holds a Master’s degree in Creative Writing from the University of the Philippines, one of the top academic institutions in the world, and a Bachelor’s in Communication Arts from Miriam College.

How to Excel at Math Cartoon

How to Excel at Math Cartoon.

  • Trigonometry
  • Percent Off
  • Statistical Average
  • Standard Deviation
  • Correlation
  • Probability
  • Log/Antilog
  • HEX & Binary
  • Weight/Mass
  • Temperature
  • Current Time
  • Time Duration
  • Balance Equations

Play & Learn

null hypothesis critical value calculator

Pin It on Pinterest

t-test Calculator

Table of contents

Welcome to our t-test calculator! Here you can not only easily perform one-sample t-tests , but also two-sample t-tests , as well as paired t-tests .

Do you prefer to find the p-value from t-test, or would you rather find the t-test critical values? Well, this t-test calculator can do both! 😊

What does a t-test tell you? Take a look at the text below, where we explain what actually gets tested when various types of t-tests are performed. Also, we explain when to use t-tests (in particular, whether to use the z-test vs. t-test) and what assumptions your data should satisfy for the results of a t-test to be valid. If you've ever wanted to know how to do a t-test by hand, we provide the necessary t-test formula, as well as tell you how to determine the number of degrees of freedom in a t-test.

When to use a t-test?

A t-test is one of the most popular statistical tests for location , i.e., it deals with the population(s) mean value(s).

There are different types of t-tests that you can perform:

  • A one-sample t-test;
  • A two-sample t-test; and
  • A paired t-test.

In the next section , we explain when to use which. Remember that a t-test can only be used for one or two groups . If you need to compare three (or more) means, use the analysis of variance ( ANOVA ) method.

The t-test is a parametric test, meaning that your data has to fulfill some assumptions :

  • The data points are independent; AND
  • The data, at least approximately, follow a normal distribution .

If your sample doesn't fit these assumptions, you can resort to nonparametric alternatives. Visit our Mann–Whitney U test calculator or the Wilcoxon rank-sum test calculator to learn more. Other possibilities include the Wilcoxon signed-rank test or the sign test.

Which t-test?

Your choice of t-test depends on whether you are studying one group or two groups:

One sample t-test

Choose the one-sample t-test to check if the mean of a population is equal to some pre-set hypothesized value .

The average volume of a drink sold in 0.33 l cans — is it really equal to 330 ml?

The average weight of people from a specific city — is it different from the national average?

Two-sample t-test

Choose the two-sample t-test to check if the difference between the means of two populations is equal to some pre-determined value when the two samples have been chosen independently of each other.

In particular, you can use this test to check whether the two groups are different from one another .

The average difference in weight gain in two groups of people: one group was on a high-carb diet and the other on a high-fat diet.

The average difference in the results of a math test from students at two different universities.

This test is sometimes referred to as an independent samples t-test , or an unpaired samples t-test .

Paired t-test

A paired t-test is used to investigate the change in the mean of a population before and after some experimental intervention , based on a paired sample, i.e., when each subject has been measured twice: before and after treatment.

In particular, you can use this test to check whether, on average, the treatment has had any effect on the population .

The change in student test performance before and after taking a course.

The change in blood pressure in patients before and after administering some drug.

How to do a t-test?

So, you've decided which t-test to perform. These next steps will tell you how to calculate the p-value from t-test or its critical values, and then which decision to make about the null hypothesis.

Decide on the alternative hypothesis :

Use a two-tailed t-test if you only care whether the population's mean (or, in the case of two populations, the difference between the populations' means) agrees or disagrees with the pre-set value.

Use a one-tailed t-test if you want to test whether this mean (or difference in means) is greater/less than the pre-set value.

Compute your T-score value :

Formulas for the test statistic in t-tests include the sample size , as well as its mean and standard deviation . The exact formula depends on the t-test type — check the sections dedicated to each particular test for more details.

Determine the degrees of freedom for the t-test:

The degrees of freedom are the number of observations in a sample that are free to vary as we estimate statistical parameters. In the simplest case, the number of degrees of freedom equals your sample size minus the number of parameters you need to estimate . Again, the exact formula depends on the t-test you want to perform — check the sections below for details.

The degrees of freedom are essential, as they determine the distribution followed by your T-score (under the null hypothesis). If there are d degrees of freedom, then the distribution of the test statistics is the t-Student distribution with d degrees of freedom . This distribution has a shape similar to N(0,1) (bell-shaped and symmetric) but has heavier tails . If the number of degrees of freedom is large (>30), which generically happens for large samples, the t-Student distribution is practically indistinguishable from N(0,1).

💡 The t-Student distribution owes its name to William Sealy Gosset, who, in 1908, published his paper on the t-test under the pseudonym "Student". Gosset worked at the famous Guinness Brewery in Dublin, Ireland, and devised the t-test as an economical way to monitor the quality of beer. Cheers! 🍺🍺🍺

p-value from t-test

Recall that the p-value is the probability (calculated under the assumption that the null hypothesis is true) that the test statistic will produce values at least as extreme as the T-score produced for your sample . As probabilities correspond to areas under the density function, p-value from t-test can be nicely illustrated with the help of the following pictures:

p-value from t-test

The following formulae say how to calculate p-value from t-test. By cdf t,d we denote the cumulative distribution function of the t-Student distribution with d degrees of freedom:

p-value from left-tailed t-test:

p-value = cdf t,d (t score )

p-value from right-tailed t-test:

p-value = 1 − cdf t,d (t score )

p-value from two-tailed t-test:

p-value = 2 × cdf t,d (−|t score |)

or, equivalently: p-value = 2 − 2 × cdf t,d (|t score |)

However, the cdf of the t-distribution is given by a somewhat complicated formula. To find the p-value by hand, you would need to resort to statistical tables, where approximate cdf values are collected, or to specialized statistical software. Fortunately, our t-test calculator determines the p-value from t-test for you in the blink of an eye!

t-test critical values

Recall, that in the critical values approach to hypothesis testing, you need to set a significance level, α, before computing the critical values , which in turn give rise to critical regions (a.k.a. rejection regions).

Formulas for critical values employ the quantile function of t-distribution, i.e., the inverse of the cdf :

Critical value for left-tailed t-test: cdf t,d -1 (α)

critical region:

(-∞, cdf t,d -1 (α)]

Critical value for right-tailed t-test: cdf t,d -1 (1-α)

[cdf t,d -1 (1-α), ∞)

Critical values for two-tailed t-test: ±cdf t,d -1 (1-α/2)

(-∞, -cdf t,d -1 (1-α/2)] ∪ [cdf t,d -1 (1-α/2), ∞)

To decide the fate of the null hypothesis, just check if your T-score lies within the critical region:

If your T-score belongs to the critical region , reject the null hypothesis and accept the alternative hypothesis.

If your T-score is outside the critical region , then you don't have enough evidence to reject the null hypothesis.

How to use our t-test calculator

Choose the type of t-test you wish to perform:

A one-sample t-test (to test the mean of a single group against a hypothesized mean);

A two-sample t-test (to compare the means for two groups); or

A paired t-test (to check how the mean from the same group changes after some intervention).

Two-tailed;

Left-tailed; or

Right-tailed.

This t-test calculator allows you to use either the p-value approach or the critical regions approach to hypothesis testing!

Enter your T-score and the number of degrees of freedom . If you don't know them, provide some data about your sample(s): sample size, mean, and standard deviation, and our t-test calculator will compute the T-score and degrees of freedom for you .

Once all the parameters are present, the p-value, or critical region, will immediately appear underneath the t-test calculator, along with an interpretation!

One-sample t-test

The null hypothesis is that the population mean is equal to some value μ 0 \mu_0 μ 0 ​ .

The alternative hypothesis is that the population mean is:

  • different from μ 0 \mu_0 μ 0 ​ ;
  • smaller than μ 0 \mu_0 μ 0 ​ ; or
  • greater than μ 0 \mu_0 μ 0 ​ .

One-sample t-test formula :

  • μ 0 \mu_0 μ 0 ​ — Mean postulated in the null hypothesis;
  • n n n — Sample size;
  • x ˉ \bar{x} x ˉ — Sample mean; and
  • s s s — Sample standard deviation.

Number of degrees of freedom in t-test (one-sample) = n − 1 n-1 n − 1 .

The null hypothesis is that the actual difference between these groups' means, μ 1 \mu_1 μ 1 ​ , and μ 2 \mu_2 μ 2 ​ , is equal to some pre-set value, Δ \Delta Δ .

The alternative hypothesis is that the difference μ 1 − μ 2 \mu_1 - \mu_2 μ 1 ​ − μ 2 ​ is:

  • Different from Δ \Delta Δ ;
  • Smaller than Δ \Delta Δ ; or
  • Greater than Δ \Delta Δ .

In particular, if this pre-determined difference is zero ( Δ = 0 \Delta = 0 Δ = 0 ):

The null hypothesis is that the population means are equal.

The alternate hypothesis is that the population means are:

  • μ 1 \mu_1 μ 1 ​ and μ 2 \mu_2 μ 2 ​ are different from one another;
  • μ 1 \mu_1 μ 1 ​ is smaller than μ 2 \mu_2 μ 2 ​ ; and
  • μ 1 \mu_1 μ 1 ​ is greater than μ 2 \mu_2 μ 2 ​ .

Formally, to perform a t-test, we should additionally assume that the variances of the two populations are equal (this assumption is called the homogeneity of variance ).

There is a version of a t-test that can be applied without the assumption of homogeneity of variance: it is called a Welch's t-test . For your convenience, we describe both versions.

Two-sample t-test if variances are equal

Use this test if you know that the two populations' variances are the same (or very similar).

Two-sample t-test formula (with equal variances) :

where s p s_p s p ​ is the so-called pooled standard deviation , which we compute as:

  • Δ \Delta Δ — Mean difference postulated in the null hypothesis;
  • n 1 n_1 n 1 ​ — First sample size;
  • x ˉ 1 \bar{x}_1 x ˉ 1 ​ — Mean for the first sample;
  • s 1 s_1 s 1 ​ — Standard deviation in the first sample;
  • n 2 n_2 n 2 ​ — Second sample size;
  • x ˉ 2 \bar{x}_2 x ˉ 2 ​ — Mean for the second sample; and
  • s 2 s_2 s 2 ​ — Standard deviation in the second sample.

Number of degrees of freedom in t-test (two samples, equal variances) = n 1 + n 2 − 2 n_1 + n_2 - 2 n 1 ​ + n 2 ​ − 2 .

Two-sample t-test if variances are unequal (Welch's t-test)

Use this test if the variances of your populations are different.

Two-sample Welch's t-test formula if variances are unequal:

  • s 1 s_1 s 1 ​ — Standard deviation in the first sample;
  • s 2 s_2 s 2 ​ — Standard deviation in the second sample.

The number of degrees of freedom in a Welch's t-test (two-sample t-test with unequal variances) is very difficult to count. We can approximate it with the help of the following Satterthwaite formula :

Alternatively, you can take the smaller of n 1 − 1 n_1 - 1 n 1 ​ − 1 and n 2 − 1 n_2 - 1 n 2 ​ − 1 as a conservative estimate for the number of degrees of freedom.

🔎 The Satterthwaite formula for the degrees of freedom can be rewritten as a scaled weighted harmonic mean of the degrees of freedom of the respective samples: n 1 − 1 n_1 - 1 n 1 ​ − 1 and n 2 − 1 n_2 - 1 n 2 ​ − 1 , and the weights are proportional to the standard deviations of the corresponding samples.

As we commonly perform a paired t-test when we have data about the same subjects measured twice (before and after some treatment), let us adopt the convention of referring to the samples as the pre-group and post-group.

The null hypothesis is that the true difference between the means of pre- and post-populations is equal to some pre-set value, Δ \Delta Δ .

The alternative hypothesis is that the actual difference between these means is:

Typically, this pre-determined difference is zero. We can then reformulate the hypotheses as follows:

The null hypothesis is that the pre- and post-means are the same, i.e., the treatment has no impact on the population .

The alternative hypothesis:

  • The pre- and post-means are different from one another (treatment has some effect);
  • The pre-mean is smaller than the post-mean (treatment increases the result); or
  • The pre-mean is greater than the post-mean (treatment decreases the result).

Paired t-test formula

In fact, a paired t-test is technically the same as a one-sample t-test! Let us see why it is so. Let x 1 , . . . , x n x_1, ... , x_n x 1 ​ , ... , x n ​ be the pre observations and y 1 , . . . , y n y_1, ... , y_n y 1 ​ , ... , y n ​ the respective post observations. That is, x i , y i x_i, y_i x i ​ , y i ​ are the before and after measurements of the i -th subject.

For each subject, compute the difference, d i : = x i − y i d_i := x_i - y_i d i ​ := x i ​ − y i ​ . All that happens next is just a one-sample t-test performed on the sample of differences d 1 , . . . , d n d_1, ... , d_n d 1 ​ , ... , d n ​ . Take a look at the formula for the T-score :

Δ \Delta Δ — Mean difference postulated in the null hypothesis;

n n n — Size of the sample of differences, i.e., the number of pairs;

x ˉ \bar{x} x ˉ — Mean of the sample of differences; and

s s s  — Standard deviation of the sample of differences.

Number of degrees of freedom in t-test (paired): n − 1 n - 1 n − 1

t-test vs Z-test

We use a Z-test when we want to test the population mean of a normally distributed dataset, which has a known population variance . If the number of degrees of freedom is large, then the t-Student distribution is very close to N(0,1).

Hence, if there are many data points (at least 30), you may swap a t-test for a Z-test, and the results will be almost identical. However, for small samples with unknown variance, remember to use the t-test because, in such cases, the t-Student distribution differs significantly from the N(0,1)!

🙋 Have you concluded you need to perform the z-test? Head straight to our z-test calculator !

What is a t-test?

A t-test is a widely used statistical test that analyzes the means of one or two groups of data. For instance, a t-test is performed on medical data to determine whether a new drug really helps.

What are different types of t-tests?

Different types of t-tests are:

  • One-sample t-test;
  • Two-sample t-test; and
  • Paired t-test.

How to find the t value in a one sample t-test?

To find the t-value:

  • Subtract the null hypothesis mean from the sample mean value.
  • Divide the difference by the standard deviation of the sample.
  • Multiply the resultant with the square root of the sample size.

.css-m482sy.css-m482sy{color:#2B3148;background-color:transparent;font-family:var(--calculator-ui-font-family),Verdana,sans-serif;font-size:20px;line-height:24px;overflow:visible;padding-top:0px;position:relative;}.css-m482sy.css-m482sy:after{content:'';-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);transform:scale(0);position:absolute;border:2px solid #EA9430;border-radius:2px;inset:-8px;z-index:1;}.css-m482sy .js-external-link-button.link-like,.css-m482sy .js-external-link-anchor{color:inherit;border-radius:1px;-webkit-text-decoration:underline;text-decoration:underline;}.css-m482sy .js-external-link-button.link-like:hover,.css-m482sy .js-external-link-anchor:hover,.css-m482sy .js-external-link-button.link-like:active,.css-m482sy .js-external-link-anchor:active{text-decoration-thickness:2px;text-shadow:1px 0 0;}.css-m482sy .js-external-link-button.link-like:focus-visible,.css-m482sy .js-external-link-anchor:focus-visible{outline:transparent 2px dotted;box-shadow:0 0 0 2px #6314E6;}.css-m482sy p,.css-m482sy div{margin:0;display:block;}.css-m482sy pre{margin:0;display:block;}.css-m482sy pre code{display:block;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;}.css-m482sy pre:not(:first-child){padding-top:8px;}.css-m482sy ul,.css-m482sy ol{display:block margin:0;padding-left:20px;}.css-m482sy ul li,.css-m482sy ol li{padding-top:8px;}.css-m482sy ul ul,.css-m482sy ol ul,.css-m482sy ul ol,.css-m482sy ol ol{padding-top:0;}.css-m482sy ul:not(:first-child),.css-m482sy ol:not(:first-child){padding-top:4px;} .css-63uqft{margin:auto;background-color:white;overflow:auto;overflow-wrap:break-word;word-break:break-word;}.css-63uqft code,.css-63uqft kbd,.css-63uqft pre,.css-63uqft samp{font-family:monospace;}.css-63uqft code{padding:2px 4px;color:#444;background:#ddd;border-radius:4px;}.css-63uqft figcaption,.css-63uqft caption{text-align:center;}.css-63uqft figcaption{font-size:12px;font-style:italic;overflow:hidden;}.css-63uqft h3{font-size:1.75rem;}.css-63uqft h4{font-size:1.5rem;}.css-63uqft .mathBlock{font-size:24px;-webkit-padding-start:4px;padding-inline-start:4px;}.css-63uqft .mathBlock .katex{font-size:24px;text-align:left;}.css-63uqft .math-inline{background-color:#f0f0f0;display:inline-block;font-size:inherit;padding:0 3px;}.css-63uqft .videoBlock,.css-63uqft .imageBlock{margin-bottom:16px;}.css-63uqft .imageBlock__image-align--left,.css-63uqft .videoBlock__video-align--left{float:left;}.css-63uqft .imageBlock__image-align--right,.css-63uqft .videoBlock__video-align--right{float:right;}.css-63uqft .imageBlock__image-align--center,.css-63uqft .videoBlock__video-align--center{display:block;margin-left:auto;margin-right:auto;clear:both;}.css-63uqft .imageBlock__image-align--none,.css-63uqft .videoBlock__video-align--none{clear:both;margin-left:0;margin-right:0;}.css-63uqft .videoBlock__video--wrapper{position:relative;padding-bottom:56.25%;height:0;}.css-63uqft .videoBlock__video--wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;}.css-63uqft .videoBlock__caption{text-align:left;}@font-face{font-family:'KaTeX_AMS';src:url(/katex-fonts/KaTeX_AMS-Regular.woff2) format('woff2'),url(/katex-fonts/KaTeX_AMS-Regular.woff) format('woff'),url(/katex-fonts/KaTeX_AMS-Regular.ttf) format('truetype');font-weight:normal;font-style:normal;}@font-face{font-family:'KaTeX_Caligraphic';src:url(/katex-fonts/KaTeX_Caligraphic-Bold.woff2) format('woff2'),url(/katex-fonts/KaTeX_Caligraphic-Bold.woff) format('woff'),url(/katex-fonts/KaTeX_Caligraphic-Bold.ttf) format('truetype');font-weight:bold;font-style:normal;}@font-face{font-family:'KaTeX_Caligraphic';src:url(/katex-fonts/KaTeX_Caligraphic-Regular.woff2) format('woff2'),url(/katex-fonts/KaTeX_Caligraphic-Regular.woff) format('woff'),url(/katex-fonts/KaTeX_Caligraphic-Regular.ttf) format('truetype');font-weight:normal;font-style:normal;}@font-face{font-family:'KaTeX_Fraktur';src:url(/katex-fonts/KaTeX_Fraktur-Bold.woff2) format('woff2'),url(/katex-fonts/KaTeX_Fraktur-Bold.woff) format('woff'),url(/katex-fonts/KaTeX_Fraktur-Bold.ttf) format('truetype');font-weight:bold;font-style:normal;}@font-face{font-family:'KaTeX_Fraktur';src:url(/katex-fonts/KaTeX_Fraktur-Regular.woff2) format('woff2'),url(/katex-fonts/KaTeX_Fraktur-Regular.woff) format('woff'),url(/katex-fonts/KaTeX_Fraktur-Regular.ttf) format('truetype');font-weight:normal;font-style:normal;}@font-face{font-family:'KaTeX_Main';src:url(/katex-fonts/KaTeX_Main-Bold.woff2) format('woff2'),url(/katex-fonts/KaTeX_Main-Bold.woff) format('woff'),url(/katex-fonts/KaTeX_Main-Bold.ttf) format('truetype');font-weight:bold;font-style:normal;}@font-face{font-family:'KaTeX_Main';src:url(/katex-fonts/KaTeX_Main-BoldItalic.woff2) format('woff2'),url(/katex-fonts/KaTeX_Main-BoldItalic.woff) format('woff'),url(/katex-fonts/KaTeX_Main-BoldItalic.ttf) format('truetype');font-weight:bold;font-style:italic;}@font-face{font-family:'KaTeX_Main';src:url(/katex-fonts/KaTeX_Main-Italic.woff2) format('woff2'),url(/katex-fonts/KaTeX_Main-Italic.woff) format('woff'),url(/katex-fonts/KaTeX_Main-Italic.ttf) format('truetype');font-weight:normal;font-style:italic;}@font-face{font-family:'KaTeX_Main';src:url(/katex-fonts/KaTeX_Main-Regular.woff2) format('woff2'),url(/katex-fonts/KaTeX_Main-Regular.woff) format('woff'),url(/katex-fonts/KaTeX_Main-Regular.ttf) format('truetype');font-weight:normal;font-style:normal;}@font-face{font-family:'KaTeX_Math';src:url(/katex-fonts/KaTeX_Math-BoldItalic.woff2) format('woff2'),url(/katex-fonts/KaTeX_Math-BoldItalic.woff) format('woff'),url(/katex-fonts/KaTeX_Math-BoldItalic.ttf) format('truetype');font-weight:bold;font-style:italic;}@font-face{font-family:'KaTeX_Math';src:url(/katex-fonts/KaTeX_Math-Italic.woff2) format('woff2'),url(/katex-fonts/KaTeX_Math-Italic.woff) format('woff'),url(/katex-fonts/KaTeX_Math-Italic.ttf) format('truetype');font-weight:normal;font-style:italic;}@font-face{font-family:'KaTeX_SansSerif';src:url(/katex-fonts/KaTeX_SansSerif-Bold.woff2) format('woff2'),url(/katex-fonts/KaTeX_SansSerif-Bold.woff) format('woff'),url(/katex-fonts/KaTeX_SansSerif-Bold.ttf) format('truetype');font-weight:bold;font-style:normal;}@font-face{font-family:'KaTeX_SansSerif';src:url(/katex-fonts/KaTeX_SansSerif-Italic.woff2) format('woff2'),url(/katex-fonts/KaTeX_SansSerif-Italic.woff) format('woff'),url(/katex-fonts/KaTeX_SansSerif-Italic.ttf) format('truetype');font-weight:normal;font-style:italic;}@font-face{font-family:'KaTeX_SansSerif';src:url(/katex-fonts/KaTeX_SansSerif-Regular.woff2) format('woff2'),url(/katex-fonts/KaTeX_SansSerif-Regular.woff) format('woff'),url(/katex-fonts/KaTeX_SansSerif-Regular.ttf) format('truetype');font-weight:normal;font-style:normal;}@font-face{font-family:'KaTeX_Script';src:url(/katex-fonts/KaTeX_Script-Regular.woff2) format('woff2'),url(/katex-fonts/KaTeX_Script-Regular.woff) format('woff'),url(/katex-fonts/KaTeX_Script-Regular.ttf) format('truetype');font-weight:normal;font-style:normal;}@font-face{font-family:'KaTeX_Size1';src:url(/katex-fonts/KaTeX_Size1-Regular.woff2) format('woff2'),url(/katex-fonts/KaTeX_Size1-Regular.woff) format('woff'),url(/katex-fonts/KaTeX_Size1-Regular.ttf) format('truetype');font-weight:normal;font-style:normal;}@font-face{font-family:'KaTeX_Size2';src:url(/katex-fonts/KaTeX_Size2-Regular.woff2) format('woff2'),url(/katex-fonts/KaTeX_Size2-Regular.woff) format('woff'),url(/katex-fonts/KaTeX_Size2-Regular.ttf) format('truetype');font-weight:normal;font-style:normal;}@font-face{font-family:'KaTeX_Size3';src:url(/katex-fonts/KaTeX_Size3-Regular.woff2) format('woff2'),url(/katex-fonts/KaTeX_Size3-Regular.woff) format('woff'),url(/katex-fonts/KaTeX_Size3-Regular.ttf) format('truetype');font-weight:normal;font-style:normal;}@font-face{font-family:'KaTeX_Size4';src:url(/katex-fonts/KaTeX_Size4-Regular.woff2) format('woff2'),url(/katex-fonts/KaTeX_Size4-Regular.woff) format('woff'),url(/katex-fonts/KaTeX_Size4-Regular.ttf) format('truetype');font-weight:normal;font-style:normal;}@font-face{font-family:'KaTeX_Typewriter';src:url(/katex-fonts/KaTeX_Typewriter-Regular.woff2) format('woff2'),url(/katex-fonts/KaTeX_Typewriter-Regular.woff) format('woff'),url(/katex-fonts/KaTeX_Typewriter-Regular.ttf) format('truetype');font-weight:normal;font-style:normal;}.css-63uqft .katex{font:normal 1.21em KaTeX_Main,Times New Roman,serif;line-height:1.2;text-indent:0;text-rendering:auto;}.css-63uqft .katex *{-ms-high-contrast-adjust:none!important;border-color:currentColor;}.css-63uqft .katex .katex-version::after{content:'0.13.13';}.css-63uqft .katex .katex-mathml{position:absolute;clip:rect(1px,1px,1px,1px);padding:0;border:0;height:1px;width:1px;overflow:hidden;}.css-63uqft .katex .katex-html>.newline{display:block;}.css-63uqft .katex .base{position:relative;display:inline-block;white-space:nowrap;width:-webkit-min-content;width:-moz-min-content;width:-webkit-min-content;width:-moz-min-content;width:min-content;}.css-63uqft .katex .strut{display:inline-block;}.css-63uqft .katex .textbf{font-weight:bold;}.css-63uqft .katex .textit{font-style:italic;}.css-63uqft .katex .textrm{font-family:KaTeX_Main;}.css-63uqft .katex .textsf{font-family:KaTeX_SansSerif;}.css-63uqft .katex .texttt{font-family:KaTeX_Typewriter;}.css-63uqft .katex .mathnormal{font-family:KaTeX_Math;font-style:italic;}.css-63uqft .katex .mathit{font-family:KaTeX_Main;font-style:italic;}.css-63uqft .katex .mathrm{font-style:normal;}.css-63uqft .katex .mathbf{font-family:KaTeX_Main;font-weight:bold;}.css-63uqft .katex .boldsymbol{font-family:KaTeX_Math;font-weight:bold;font-style:italic;}.css-63uqft .katex .amsrm{font-family:KaTeX_AMS;}.css-63uqft .katex .mathbb,.css-63uqft .katex .textbb{font-family:KaTeX_AMS;}.css-63uqft .katex .mathcal{font-family:KaTeX_Caligraphic;}.css-63uqft .katex .mathfrak,.css-63uqft .katex .textfrak{font-family:KaTeX_Fraktur;}.css-63uqft .katex .mathtt{font-family:KaTeX_Typewriter;}.css-63uqft .katex .mathscr,.css-63uqft .katex .textscr{font-family:KaTeX_Script;}.css-63uqft .katex .mathsf,.css-63uqft .katex .textsf{font-family:KaTeX_SansSerif;}.css-63uqft .katex .mathboldsf,.css-63uqft .katex .textboldsf{font-family:KaTeX_SansSerif;font-weight:bold;}.css-63uqft .katex .mathitsf,.css-63uqft .katex .textitsf{font-family:KaTeX_SansSerif;font-style:italic;}.css-63uqft .katex .mainrm{font-family:KaTeX_Main;font-style:normal;}.css-63uqft .katex .vlist-t{display:inline-table;table-layout:fixed;border-collapse:collapse;}.css-63uqft .katex .vlist-r{display:table-row;}.css-63uqft .katex .vlist{display:table-cell;vertical-align:bottom;position:relative;}.css-63uqft .katex .vlist>span{display:block;height:0;position:relative;}.css-63uqft .katex .vlist>span>span{display:inline-block;}.css-63uqft .katex .vlist>span>.pstrut{overflow:hidden;width:0;}.css-63uqft .katex .vlist-t2{margin-right:-2px;}.css-63uqft .katex .vlist-s{display:table-cell;vertical-align:bottom;font-size:1px;width:2px;min-width:2px;}.css-63uqft .katex .vbox{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:baseline;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;}.css-63uqft .katex .hbox{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;width:100%;}.css-63uqft .katex .thinbox{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;width:0;max-width:0;}.css-63uqft .katex .msupsub{text-align:left;}.css-63uqft .katex .mfrac>span>span{text-align:center;}.css-63uqft .katex .mfrac .frac-line{display:inline-block;width:100%;border-bottom-style:solid;}.css-63uqft .katex .mfrac .frac-line,.css-63uqft .katex .overline .overline-line,.css-63uqft .katex .underline .underline-line,.css-63uqft .katex .hline,.css-63uqft .katex .hdashline,.css-63uqft .katex .rule{min-height:1px;}.css-63uqft .katex .mspace{display:inline-block;}.css-63uqft .katex .llap,.css-63uqft .katex .rlap,.css-63uqft .katex .clap{width:0;position:relative;}.css-63uqft .katex .llap>.inner,.css-63uqft .katex .rlap>.inner,.css-63uqft .katex .clap>.inner{position:absolute;}.css-63uqft .katex .llap>.fix,.css-63uqft .katex .rlap>.fix,.css-63uqft .katex .clap>.fix{display:inline-block;}.css-63uqft .katex .llap>.inner{right:0;}.css-63uqft .katex .rlap>.inner,.css-63uqft .katex .clap>.inner{left:0;}.css-63uqft .katex .clap>.inner>span{margin-left:-50%;margin-right:50%;}.css-63uqft .katex .rule{display:inline-block;border:solid 0;position:relative;}.css-63uqft .katex .overline .overline-line,.css-63uqft .katex .underline .underline-line,.css-63uqft .katex .hline{display:inline-block;width:100%;border-bottom-style:solid;}.css-63uqft .katex .hdashline{display:inline-block;width:100%;border-bottom-style:dashed;}.css-63uqft .katex .sqrt>.root{margin-left:0.27777778em;margin-right:-0.55555556em;}.css-63uqft .katex .sizing.reset-size1.size1,.css-63uqft .katex .fontsize-ensurer.reset-size1.size1{font-size:1em;}.css-63uqft .katex .sizing.reset-size1.size2,.css-63uqft .katex .fontsize-ensurer.reset-size1.size2{font-size:1.2em;}.css-63uqft .katex .sizing.reset-size1.size3,.css-63uqft .katex .fontsize-ensurer.reset-size1.size3{font-size:1.4em;}.css-63uqft .katex .sizing.reset-size1.size4,.css-63uqft .katex .fontsize-ensurer.reset-size1.size4{font-size:1.6em;}.css-63uqft .katex .sizing.reset-size1.size5,.css-63uqft .katex .fontsize-ensurer.reset-size1.size5{font-size:1.8em;}.css-63uqft .katex .sizing.reset-size1.size6,.css-63uqft .katex .fontsize-ensurer.reset-size1.size6{font-size:2em;}.css-63uqft .katex .sizing.reset-size1.size7,.css-63uqft .katex .fontsize-ensurer.reset-size1.size7{font-size:2.4em;}.css-63uqft .katex .sizing.reset-size1.size8,.css-63uqft .katex .fontsize-ensurer.reset-size1.size8{font-size:2.88em;}.css-63uqft .katex .sizing.reset-size1.size9,.css-63uqft .katex .fontsize-ensurer.reset-size1.size9{font-size:3.456em;}.css-63uqft .katex .sizing.reset-size1.size10,.css-63uqft .katex .fontsize-ensurer.reset-size1.size10{font-size:4.148em;}.css-63uqft .katex .sizing.reset-size1.size11,.css-63uqft .katex .fontsize-ensurer.reset-size1.size11{font-size:4.976em;}.css-63uqft .katex .sizing.reset-size2.size1,.css-63uqft .katex .fontsize-ensurer.reset-size2.size1{font-size:0.83333333em;}.css-63uqft .katex .sizing.reset-size2.size2,.css-63uqft .katex .fontsize-ensurer.reset-size2.size2{font-size:1em;}.css-63uqft .katex .sizing.reset-size2.size3,.css-63uqft .katex .fontsize-ensurer.reset-size2.size3{font-size:1.16666667em;}.css-63uqft .katex .sizing.reset-size2.size4,.css-63uqft .katex .fontsize-ensurer.reset-size2.size4{font-size:1.33333333em;}.css-63uqft .katex .sizing.reset-size2.size5,.css-63uqft .katex .fontsize-ensurer.reset-size2.size5{font-size:1.5em;}.css-63uqft .katex .sizing.reset-size2.size6,.css-63uqft .katex .fontsize-ensurer.reset-size2.size6{font-size:1.66666667em;}.css-63uqft .katex .sizing.reset-size2.size7,.css-63uqft .katex .fontsize-ensurer.reset-size2.size7{font-size:2em;}.css-63uqft .katex .sizing.reset-size2.size8,.css-63uqft .katex .fontsize-ensurer.reset-size2.size8{font-size:2.4em;}.css-63uqft .katex .sizing.reset-size2.size9,.css-63uqft .katex .fontsize-ensurer.reset-size2.size9{font-size:2.88em;}.css-63uqft .katex .sizing.reset-size2.size10,.css-63uqft .katex .fontsize-ensurer.reset-size2.size10{font-size:3.45666667em;}.css-63uqft .katex .sizing.reset-size2.size11,.css-63uqft .katex .fontsize-ensurer.reset-size2.size11{font-size:4.14666667em;}.css-63uqft .katex .sizing.reset-size3.size1,.css-63uqft .katex .fontsize-ensurer.reset-size3.size1{font-size:0.71428571em;}.css-63uqft .katex .sizing.reset-size3.size2,.css-63uqft .katex .fontsize-ensurer.reset-size3.size2{font-size:0.85714286em;}.css-63uqft .katex .sizing.reset-size3.size3,.css-63uqft .katex .fontsize-ensurer.reset-size3.size3{font-size:1em;}.css-63uqft .katex .sizing.reset-size3.size4,.css-63uqft .katex .fontsize-ensurer.reset-size3.size4{font-size:1.14285714em;}.css-63uqft .katex .sizing.reset-size3.size5,.css-63uqft .katex .fontsize-ensurer.reset-size3.size5{font-size:1.28571429em;}.css-63uqft .katex .sizing.reset-size3.size6,.css-63uqft .katex .fontsize-ensurer.reset-size3.size6{font-size:1.42857143em;}.css-63uqft .katex .sizing.reset-size3.size7,.css-63uqft .katex .fontsize-ensurer.reset-size3.size7{font-size:1.71428571em;}.css-63uqft .katex .sizing.reset-size3.size8,.css-63uqft .katex .fontsize-ensurer.reset-size3.size8{font-size:2.05714286em;}.css-63uqft .katex .sizing.reset-size3.size9,.css-63uqft .katex .fontsize-ensurer.reset-size3.size9{font-size:2.46857143em;}.css-63uqft .katex .sizing.reset-size3.size10,.css-63uqft .katex .fontsize-ensurer.reset-size3.size10{font-size:2.96285714em;}.css-63uqft .katex .sizing.reset-size3.size11,.css-63uqft .katex .fontsize-ensurer.reset-size3.size11{font-size:3.55428571em;}.css-63uqft .katex .sizing.reset-size4.size1,.css-63uqft .katex .fontsize-ensurer.reset-size4.size1{font-size:0.625em;}.css-63uqft .katex .sizing.reset-size4.size2,.css-63uqft .katex .fontsize-ensurer.reset-size4.size2{font-size:0.75em;}.css-63uqft .katex .sizing.reset-size4.size3,.css-63uqft .katex .fontsize-ensurer.reset-size4.size3{font-size:0.875em;}.css-63uqft .katex .sizing.reset-size4.size4,.css-63uqft .katex .fontsize-ensurer.reset-size4.size4{font-size:1em;}.css-63uqft .katex .sizing.reset-size4.size5,.css-63uqft .katex .fontsize-ensurer.reset-size4.size5{font-size:1.125em;}.css-63uqft .katex .sizing.reset-size4.size6,.css-63uqft .katex .fontsize-ensurer.reset-size4.size6{font-size:1.25em;}.css-63uqft .katex .sizing.reset-size4.size7,.css-63uqft .katex .fontsize-ensurer.reset-size4.size7{font-size:1.5em;}.css-63uqft .katex .sizing.reset-size4.size8,.css-63uqft .katex .fontsize-ensurer.reset-size4.size8{font-size:1.8em;}.css-63uqft .katex .sizing.reset-size4.size9,.css-63uqft .katex .fontsize-ensurer.reset-size4.size9{font-size:2.16em;}.css-63uqft .katex .sizing.reset-size4.size10,.css-63uqft .katex .fontsize-ensurer.reset-size4.size10{font-size:2.5925em;}.css-63uqft .katex .sizing.reset-size4.size11,.css-63uqft .katex .fontsize-ensurer.reset-size4.size11{font-size:3.11em;}.css-63uqft .katex .sizing.reset-size5.size1,.css-63uqft .katex .fontsize-ensurer.reset-size5.size1{font-size:0.55555556em;}.css-63uqft .katex .sizing.reset-size5.size2,.css-63uqft .katex .fontsize-ensurer.reset-size5.size2{font-size:0.66666667em;}.css-63uqft .katex .sizing.reset-size5.size3,.css-63uqft .katex .fontsize-ensurer.reset-size5.size3{font-size:0.77777778em;}.css-63uqft .katex .sizing.reset-size5.size4,.css-63uqft .katex .fontsize-ensurer.reset-size5.size4{font-size:0.88888889em;}.css-63uqft .katex .sizing.reset-size5.size5,.css-63uqft .katex .fontsize-ensurer.reset-size5.size5{font-size:1em;}.css-63uqft .katex .sizing.reset-size5.size6,.css-63uqft .katex .fontsize-ensurer.reset-size5.size6{font-size:1.11111111em;}.css-63uqft .katex .sizing.reset-size5.size7,.css-63uqft .katex .fontsize-ensurer.reset-size5.size7{font-size:1.33333333em;}.css-63uqft .katex .sizing.reset-size5.size8,.css-63uqft .katex .fontsize-ensurer.reset-size5.size8{font-size:1.6em;}.css-63uqft .katex .sizing.reset-size5.size9,.css-63uqft .katex .fontsize-ensurer.reset-size5.size9{font-size:1.92em;}.css-63uqft .katex .sizing.reset-size5.size10,.css-63uqft .katex .fontsize-ensurer.reset-size5.size10{font-size:2.30444444em;}.css-63uqft .katex .sizing.reset-size5.size11,.css-63uqft .katex .fontsize-ensurer.reset-size5.size11{font-size:2.76444444em;}.css-63uqft .katex .sizing.reset-size6.size1,.css-63uqft .katex .fontsize-ensurer.reset-size6.size1{font-size:0.5em;}.css-63uqft .katex .sizing.reset-size6.size2,.css-63uqft .katex .fontsize-ensurer.reset-size6.size2{font-size:0.6em;}.css-63uqft .katex .sizing.reset-size6.size3,.css-63uqft .katex .fontsize-ensurer.reset-size6.size3{font-size:0.7em;}.css-63uqft .katex .sizing.reset-size6.size4,.css-63uqft .katex .fontsize-ensurer.reset-size6.size4{font-size:0.8em;}.css-63uqft .katex .sizing.reset-size6.size5,.css-63uqft .katex .fontsize-ensurer.reset-size6.size5{font-size:0.9em;}.css-63uqft .katex .sizing.reset-size6.size6,.css-63uqft .katex .fontsize-ensurer.reset-size6.size6{font-size:1em;}.css-63uqft .katex .sizing.reset-size6.size7,.css-63uqft .katex .fontsize-ensurer.reset-size6.size7{font-size:1.2em;}.css-63uqft .katex .sizing.reset-size6.size8,.css-63uqft .katex .fontsize-ensurer.reset-size6.size8{font-size:1.44em;}.css-63uqft .katex .sizing.reset-size6.size9,.css-63uqft .katex .fontsize-ensurer.reset-size6.size9{font-size:1.728em;}.css-63uqft .katex .sizing.reset-size6.size10,.css-63uqft .katex .fontsize-ensurer.reset-size6.size10{font-size:2.074em;}.css-63uqft .katex .sizing.reset-size6.size11,.css-63uqft .katex .fontsize-ensurer.reset-size6.size11{font-size:2.488em;}.css-63uqft .katex .sizing.reset-size7.size1,.css-63uqft .katex .fontsize-ensurer.reset-size7.size1{font-size:0.41666667em;}.css-63uqft .katex .sizing.reset-size7.size2,.css-63uqft .katex .fontsize-ensurer.reset-size7.size2{font-size:0.5em;}.css-63uqft .katex .sizing.reset-size7.size3,.css-63uqft .katex .fontsize-ensurer.reset-size7.size3{font-size:0.58333333em;}.css-63uqft .katex .sizing.reset-size7.size4,.css-63uqft .katex .fontsize-ensurer.reset-size7.size4{font-size:0.66666667em;}.css-63uqft .katex .sizing.reset-size7.size5,.css-63uqft .katex .fontsize-ensurer.reset-size7.size5{font-size:0.75em;}.css-63uqft .katex .sizing.reset-size7.size6,.css-63uqft .katex .fontsize-ensurer.reset-size7.size6{font-size:0.83333333em;}.css-63uqft .katex .sizing.reset-size7.size7,.css-63uqft .katex .fontsize-ensurer.reset-size7.size7{font-size:1em;}.css-63uqft .katex .sizing.reset-size7.size8,.css-63uqft .katex .fontsize-ensurer.reset-size7.size8{font-size:1.2em;}.css-63uqft .katex .sizing.reset-size7.size9,.css-63uqft .katex .fontsize-ensurer.reset-size7.size9{font-size:1.44em;}.css-63uqft .katex .sizing.reset-size7.size10,.css-63uqft .katex .fontsize-ensurer.reset-size7.size10{font-size:1.72833333em;}.css-63uqft .katex .sizing.reset-size7.size11,.css-63uqft .katex .fontsize-ensurer.reset-size7.size11{font-size:2.07333333em;}.css-63uqft .katex .sizing.reset-size8.size1,.css-63uqft .katex .fontsize-ensurer.reset-size8.size1{font-size:0.34722222em;}.css-63uqft .katex .sizing.reset-size8.size2,.css-63uqft .katex .fontsize-ensurer.reset-size8.size2{font-size:0.41666667em;}.css-63uqft .katex .sizing.reset-size8.size3,.css-63uqft .katex .fontsize-ensurer.reset-size8.size3{font-size:0.48611111em;}.css-63uqft .katex .sizing.reset-size8.size4,.css-63uqft .katex .fontsize-ensurer.reset-size8.size4{font-size:0.55555556em;}.css-63uqft .katex .sizing.reset-size8.size5,.css-63uqft .katex .fontsize-ensurer.reset-size8.size5{font-size:0.625em;}.css-63uqft .katex .sizing.reset-size8.size6,.css-63uqft .katex .fontsize-ensurer.reset-size8.size6{font-size:0.69444444em;}.css-63uqft .katex .sizing.reset-size8.size7,.css-63uqft .katex .fontsize-ensurer.reset-size8.size7{font-size:0.83333333em;}.css-63uqft .katex .sizing.reset-size8.size8,.css-63uqft .katex .fontsize-ensurer.reset-size8.size8{font-size:1em;}.css-63uqft .katex .sizing.reset-size8.size9,.css-63uqft .katex .fontsize-ensurer.reset-size8.size9{font-size:1.2em;}.css-63uqft .katex .sizing.reset-size8.size10,.css-63uqft .katex .fontsize-ensurer.reset-size8.size10{font-size:1.44027778em;}.css-63uqft .katex .sizing.reset-size8.size11,.css-63uqft .katex .fontsize-ensurer.reset-size8.size11{font-size:1.72777778em;}.css-63uqft .katex .sizing.reset-size9.size1,.css-63uqft .katex .fontsize-ensurer.reset-size9.size1{font-size:0.28935185em;}.css-63uqft .katex .sizing.reset-size9.size2,.css-63uqft .katex .fontsize-ensurer.reset-size9.size2{font-size:0.34722222em;}.css-63uqft .katex .sizing.reset-size9.size3,.css-63uqft .katex .fontsize-ensurer.reset-size9.size3{font-size:0.40509259em;}.css-63uqft .katex .sizing.reset-size9.size4,.css-63uqft .katex .fontsize-ensurer.reset-size9.size4{font-size:0.46296296em;}.css-63uqft .katex .sizing.reset-size9.size5,.css-63uqft .katex .fontsize-ensurer.reset-size9.size5{font-size:0.52083333em;}.css-63uqft .katex .sizing.reset-size9.size6,.css-63uqft .katex .fontsize-ensurer.reset-size9.size6{font-size:0.5787037em;}.css-63uqft .katex .sizing.reset-size9.size7,.css-63uqft .katex .fontsize-ensurer.reset-size9.size7{font-size:0.69444444em;}.css-63uqft .katex .sizing.reset-size9.size8,.css-63uqft .katex .fontsize-ensurer.reset-size9.size8{font-size:0.83333333em;}.css-63uqft .katex .sizing.reset-size9.size9,.css-63uqft .katex .fontsize-ensurer.reset-size9.size9{font-size:1em;}.css-63uqft .katex .sizing.reset-size9.size10,.css-63uqft .katex .fontsize-ensurer.reset-size9.size10{font-size:1.20023148em;}.css-63uqft .katex .sizing.reset-size9.size11,.css-63uqft .katex .fontsize-ensurer.reset-size9.size11{font-size:1.43981481em;}.css-63uqft .katex .sizing.reset-size10.size1,.css-63uqft .katex .fontsize-ensurer.reset-size10.size1{font-size:0.24108004em;}.css-63uqft .katex .sizing.reset-size10.size2,.css-63uqft .katex .fontsize-ensurer.reset-size10.size2{font-size:0.28929605em;}.css-63uqft .katex .sizing.reset-size10.size3,.css-63uqft .katex .fontsize-ensurer.reset-size10.size3{font-size:0.33751205em;}.css-63uqft .katex .sizing.reset-size10.size4,.css-63uqft .katex .fontsize-ensurer.reset-size10.size4{font-size:0.38572806em;}.css-63uqft .katex .sizing.reset-size10.size5,.css-63uqft .katex .fontsize-ensurer.reset-size10.size5{font-size:0.43394407em;}.css-63uqft .katex .sizing.reset-size10.size6,.css-63uqft .katex .fontsize-ensurer.reset-size10.size6{font-size:0.48216008em;}.css-63uqft .katex .sizing.reset-size10.size7,.css-63uqft .katex .fontsize-ensurer.reset-size10.size7{font-size:0.57859209em;}.css-63uqft .katex .sizing.reset-size10.size8,.css-63uqft .katex .fontsize-ensurer.reset-size10.size8{font-size:0.69431051em;}.css-63uqft .katex .sizing.reset-size10.size9,.css-63uqft .katex .fontsize-ensurer.reset-size10.size9{font-size:0.83317261em;}.css-63uqft .katex .sizing.reset-size10.size10,.css-63uqft .katex .fontsize-ensurer.reset-size10.size10{font-size:1em;}.css-63uqft .katex .sizing.reset-size10.size11,.css-63uqft .katex .fontsize-ensurer.reset-size10.size11{font-size:1.19961427em;}.css-63uqft .katex .sizing.reset-size11.size1,.css-63uqft .katex .fontsize-ensurer.reset-size11.size1{font-size:0.20096463em;}.css-63uqft .katex .sizing.reset-size11.size2,.css-63uqft .katex .fontsize-ensurer.reset-size11.size2{font-size:0.24115756em;}.css-63uqft .katex .sizing.reset-size11.size3,.css-63uqft .katex .fontsize-ensurer.reset-size11.size3{font-size:0.28135048em;}.css-63uqft .katex .sizing.reset-size11.size4,.css-63uqft .katex .fontsize-ensurer.reset-size11.size4{font-size:0.32154341em;}.css-63uqft .katex .sizing.reset-size11.size5,.css-63uqft .katex .fontsize-ensurer.reset-size11.size5{font-size:0.36173633em;}.css-63uqft .katex .sizing.reset-size11.size6,.css-63uqft .katex .fontsize-ensurer.reset-size11.size6{font-size:0.40192926em;}.css-63uqft .katex .sizing.reset-size11.size7,.css-63uqft .katex .fontsize-ensurer.reset-size11.size7{font-size:0.48231511em;}.css-63uqft .katex .sizing.reset-size11.size8,.css-63uqft .katex .fontsize-ensurer.reset-size11.size8{font-size:0.57877814em;}.css-63uqft .katex .sizing.reset-size11.size9,.css-63uqft .katex .fontsize-ensurer.reset-size11.size9{font-size:0.69453376em;}.css-63uqft .katex .sizing.reset-size11.size10,.css-63uqft .katex .fontsize-ensurer.reset-size11.size10{font-size:0.83360129em;}.css-63uqft .katex .sizing.reset-size11.size11,.css-63uqft .katex .fontsize-ensurer.reset-size11.size11{font-size:1em;}.css-63uqft .katex .delimsizing.size1{font-family:KaTeX_Size1;}.css-63uqft .katex .delimsizing.size2{font-family:KaTeX_Size2;}.css-63uqft .katex .delimsizing.size3{font-family:KaTeX_Size3;}.css-63uqft .katex .delimsizing.size4{font-family:KaTeX_Size4;}.css-63uqft .katex .delimsizing.mult .delim-size1>span{font-family:KaTeX_Size1;}.css-63uqft .katex .delimsizing.mult .delim-size4>span{font-family:KaTeX_Size4;}.css-63uqft .katex .nulldelimiter{display:inline-block;width:0.12em;}.css-63uqft .katex .delimcenter{position:relative;}.css-63uqft .katex .op-symbol{position:relative;}.css-63uqft .katex .op-symbol.small-op{font-family:KaTeX_Size1;}.css-63uqft .katex .op-symbol.large-op{font-family:KaTeX_Size2;}.css-63uqft .katex .op-limits>.vlist-t{text-align:center;}.css-63uqft .katex .accent>.vlist-t{text-align:center;}.css-63uqft .katex .accent .accent-body{position:relative;}.css-63uqft .katex .accent .accent-body:not(.accent-full){width:0;}.css-63uqft .katex .overlay{display:block;}.css-63uqft .katex .mtable .vertical-separator{display:inline-block;min-width:1px;}.css-63uqft .katex .mtable .arraycolsep{display:inline-block;}.css-63uqft .katex .mtable .col-align-c>.vlist-t{text-align:center;}.css-63uqft .katex .mtable .col-align-l>.vlist-t{text-align:left;}.css-63uqft .katex .mtable .col-align-r>.vlist-t{text-align:right;}.css-63uqft .katex .svg-align{text-align:left;}.css-63uqft .katex svg{display:block;position:absolute;width:100%;height:inherit;fill:currentColor;stroke:currentColor;fill-rule:nonzero;fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;}.css-63uqft .katex svg path{stroke:none;}.css-63uqft .katex img{border-style:none;min-width:0;min-height:0;max-width:none;max-height:none;}.css-63uqft .katex .stretchy{width:100%;display:block;position:relative;overflow:hidden;}.css-63uqft .katex .stretchy::before,.css-63uqft .katex .stretchy::after{content:'';}.css-63uqft .katex .hide-tail{width:100%;position:relative;overflow:hidden;}.css-63uqft .katex .halfarrow-left{position:absolute;left:0;width:50.2%;overflow:hidden;}.css-63uqft .katex .halfarrow-right{position:absolute;right:0;width:50.2%;overflow:hidden;}.css-63uqft .katex .brace-left{position:absolute;left:0;width:25.1%;overflow:hidden;}.css-63uqft .katex .brace-center{position:absolute;left:25%;width:50%;overflow:hidden;}.css-63uqft .katex .brace-right{position:absolute;right:0;width:25.1%;overflow:hidden;}.css-63uqft .katex .x-arrow-pad{padding:0 0.5em;}.css-63uqft .katex .cd-arrow-pad{padding:0 0.55556em 0 0.27778em;}.css-63uqft .katex .x-arrow,.css-63uqft .katex .mover,.css-63uqft .katex .munder{text-align:center;}.css-63uqft .katex .boxpad{padding:0 0.3em 0 0.3em;}.css-63uqft .katex .fbox,.css-63uqft .katex .fcolorbox{box-sizing:border-box;border:0.04em solid;}.css-63uqft .katex .cancel-pad{padding:0 0.2em 0 0.2em;}.css-63uqft .katex .cancel-lap{margin-left:-0.2em;margin-right:-0.2em;}.css-63uqft .katex .sout{border-bottom-style:solid;border-bottom-width:0.08em;}.css-63uqft .katex .angl{box-sizing:border-box;border-top:0.049em solid;border-right:0.049em solid;margin-right:0.03889em;}.css-63uqft .katex .anglpad{padding:0 0.03889em 0 0.03889em;}.css-63uqft .katex .eqn-num::before{counter-increment:katexEqnNo;content:'(' counter(katexEqnNo) ')';}.css-63uqft .katex .mml-eqn-num::before{counter-increment:mmlEqnNo;content:'(' counter(mmlEqnNo) ')';}.css-63uqft .katex .mtr-glue{width:50%;}.css-63uqft .katex .cd-vert-arrow{display:inline-block;position:relative;}.css-63uqft .katex .cd-label-left{display:inline-block;position:absolute;right:calc(50% + 0.3em);text-align:left;}.css-63uqft .katex .cd-label-right{display:inline-block;position:absolute;left:calc(50% + 0.3em);text-align:right;}.css-63uqft .katex-display{display:block;margin:1em 0;text-align:center;}.css-63uqft .katex-display>.katex{display:block;white-space:nowrap;}.css-63uqft .katex-display>.katex>.katex-html{display:block;position:relative;}.css-63uqft .katex-display>.katex>.katex-html>.tag{position:absolute;right:0;}.css-63uqft .katex-display.leqno>.katex>.katex-html>.tag{left:0;right:auto;}.css-63uqft .katex-display.fleqn>.katex{text-align:left;padding-left:2em;}.css-63uqft body{counter-reset:katexEqnNo mmlEqnNo;}.css-63uqft table{width:-webkit-max-content;width:-moz-max-content;width:max-content;}.css-63uqft .tableBlock{max-width:100%;margin-bottom:1rem;overflow-y:scroll;}.css-63uqft .tableBlock thead,.css-63uqft .tableBlock thead th{border-bottom:1px solid #333!important;}.css-63uqft .tableBlock th,.css-63uqft .tableBlock td{padding:10px;text-align:left;}.css-63uqft .tableBlock th{font-weight:bold!important;}.css-63uqft .tableBlock caption{caption-side:bottom;color:#555;font-size:12px;font-style:italic;text-align:center;}.css-63uqft .tableBlock caption>p{margin:0;}.css-63uqft .tableBlock th>p,.css-63uqft .tableBlock td>p{margin:0;}.css-63uqft .tableBlock [data-background-color='aliceblue']{background-color:#f0f8ff;color:#000;}.css-63uqft .tableBlock [data-background-color='black']{background-color:#000;color:#fff;}.css-63uqft .tableBlock [data-background-color='chocolate']{background-color:#d2691e;color:#fff;}.css-63uqft .tableBlock [data-background-color='cornflowerblue']{background-color:#6495ed;color:#fff;}.css-63uqft .tableBlock [data-background-color='crimson']{background-color:#dc143c;color:#fff;}.css-63uqft .tableBlock [data-background-color='darkblue']{background-color:#00008b;color:#fff;}.css-63uqft .tableBlock [data-background-color='darkseagreen']{background-color:#8fbc8f;color:#000;}.css-63uqft .tableBlock [data-background-color='deepskyblue']{background-color:#00bfff;color:#000;}.css-63uqft .tableBlock [data-background-color='gainsboro']{background-color:#dcdcdc;color:#000;}.css-63uqft .tableBlock [data-background-color='grey']{background-color:#808080;color:#fff;}.css-63uqft .tableBlock [data-background-color='lemonchiffon']{background-color:#fffacd;color:#000;}.css-63uqft .tableBlock [data-background-color='lightpink']{background-color:#ffb6c1;color:#000;}.css-63uqft .tableBlock [data-background-color='lightsalmon']{background-color:#ffa07a;color:#000;}.css-63uqft .tableBlock [data-background-color='lightskyblue']{background-color:#87cefa;color:#000;}.css-63uqft .tableBlock [data-background-color='mediumblue']{background-color:#0000cd;color:#fff;}.css-63uqft .tableBlock [data-background-color='omnigrey']{background-color:#f0f0f0;color:#000;}.css-63uqft .tableBlock [data-background-color='white']{background-color:#fff;color:#000;}.css-63uqft .tableBlock [data-text-align='center']{text-align:center;}.css-63uqft .tableBlock [data-text-align='left']{text-align:left;}.css-63uqft .tableBlock [data-text-align='right']{text-align:right;}.css-63uqft .tableBlock [data-vertical-align='bottom']{vertical-align:bottom;}.css-63uqft .tableBlock [data-vertical-align='middle']{vertical-align:middle;}.css-63uqft .tableBlock [data-vertical-align='top']{vertical-align:top;}.css-63uqft .tableBlock__font-size--xxsmall{font-size:10px;}.css-63uqft .tableBlock__font-size--xsmall{font-size:12px;}.css-63uqft .tableBlock__font-size--small{font-size:14px;}.css-63uqft .tableBlock__font-size--large{font-size:18px;}.css-63uqft .tableBlock__border--some tbody tr:not(:last-child){border-bottom:1px solid #e2e5e7;}.css-63uqft .tableBlock__border--bordered td,.css-63uqft .tableBlock__border--bordered th{border:1px solid #e2e5e7;}.css-63uqft .tableBlock__border--borderless tbody+tbody,.css-63uqft .tableBlock__border--borderless td,.css-63uqft .tableBlock__border--borderless th,.css-63uqft .tableBlock__border--borderless tr,.css-63uqft .tableBlock__border--borderless thead,.css-63uqft .tableBlock__border--borderless thead th{border:0!important;}.css-63uqft .tableBlock:not(.tableBlock__table-striped) tbody tr{background-color:unset!important;}.css-63uqft .tableBlock__table-striped tbody tr:nth-of-type(odd){background-color:#f9fafc!important;}.css-63uqft .tableBlock__table-compactl th,.css-63uqft .tableBlock__table-compact td{padding:3px!important;}.css-63uqft .tableBlock__full-size{width:100%;}.css-63uqft .textBlock{margin-bottom:16px;}.css-63uqft .textBlock__text-formatting--finePrint{font-size:12px;}.css-63uqft .textBlock__text-infoBox{padding:0.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:0.25rem;}.css-63uqft .textBlock__text-infoBox p{margin:0;}.css-63uqft .textBlock__text-infoBox--primary{background-color:#cce5ff;border-color:#b8daff;color:#004085;}.css-63uqft .textBlock__text-infoBox--secondary{background-color:#e2e3e5;border-color:#d6d8db;color:#383d41;}.css-63uqft .textBlock__text-infoBox--success{background-color:#d4edda;border-color:#c3e6cb;color:#155724;}.css-63uqft .textBlock__text-infoBox--danger{background-color:#f8d7da;border-color:#f5c6cb;color:#721c24;}.css-63uqft .textBlock__text-infoBox--warning{background-color:#fff3cd;border-color:#ffeeba;color:#856404;}.css-63uqft .textBlock__text-infoBox--info{background-color:#d1ecf1;border-color:#bee5eb;color:#0c5460;}.css-63uqft .textBlock__text-infoBox--dark{background-color:#d6d8d9;border-color:#c6c8ca;color:#1b1e21;}.css-63uqft .text-overline{-webkit-text-decoration:overline;text-decoration:overline;}.css-63uqft.css-63uqft{color:#2B3148;background-color:transparent;font-family:var(--calculator-ui-font-family),Verdana,sans-serif;font-size:20px;line-height:24px;overflow:visible;padding-top:0px;position:relative;}.css-63uqft.css-63uqft:after{content:'';-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);transform:scale(0);position:absolute;border:2px solid #EA9430;border-radius:2px;inset:-8px;z-index:1;}.css-63uqft .js-external-link-button.link-like,.css-63uqft .js-external-link-anchor{color:inherit;border-radius:1px;-webkit-text-decoration:underline;text-decoration:underline;}.css-63uqft .js-external-link-button.link-like:hover,.css-63uqft .js-external-link-anchor:hover,.css-63uqft .js-external-link-button.link-like:active,.css-63uqft .js-external-link-anchor:active{text-decoration-thickness:2px;text-shadow:1px 0 0;}.css-63uqft .js-external-link-button.link-like:focus-visible,.css-63uqft .js-external-link-anchor:focus-visible{outline:transparent 2px dotted;box-shadow:0 0 0 2px #6314E6;}.css-63uqft p,.css-63uqft div{margin:0;display:block;}.css-63uqft pre{margin:0;display:block;}.css-63uqft pre code{display:block;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;}.css-63uqft pre:not(:first-child){padding-top:8px;}.css-63uqft ul,.css-63uqft ol{display:block margin:0;padding-left:20px;}.css-63uqft ul li,.css-63uqft ol li{padding-top:8px;}.css-63uqft ul ul,.css-63uqft ol ul,.css-63uqft ul ol,.css-63uqft ol ol{padding-top:0;}.css-63uqft ul:not(:first-child),.css-63uqft ol:not(:first-child){padding-top:4px;} Test setup

Choose test type

t-test for the population mean, μ, based on one independent sample . Null hypothesis H 0 : μ = μ 0  

Alternative hypothesis H 1

Test details

Significance level α

The probability that we reject a true H 0 (type I error).

Degrees of freedom

Calculated as sample size minus one.

Test results

Calculator Online

  • Informative

Critical Value Calculator

Introduction:.

Statistical analysis plays a crucial role in various fields, ranging from scientific research to business decision-making. When performing hypothesis tests, it is essential to determine the critical value to assess the significance of the test results accurately. The critical value acts as a threshold that helps determine whether to accept or reject the null hypothesis. In this article, we will delve into the concept of critical value and explore the significance of a critical value calculator in simplifying the calculation process.

Understanding Critical Value:

A critical value represents the cutoff point for a test statistic beyond which the null hypothesis is rejected. It is determined based on the chosen significance level, which indicates the probability of making a Type I error. By comparing the test statistic to the critical value, we can assess whether the observed data supports the alternative hypothesis or fails to provide sufficient evidence.

Critical Value Calculator:

A critical value calculator is a useful tool that automates the process of determining critical values for different statistical tests. It eliminates the need for manual calculations, saving time and reducing the chances of errors. These calculators are available as online tools or built-in functions in statistical software packages.

Using a Critical Value Calculator:

To use a critical value calculator effectively, follow these steps:

  • Determine the significance level: Select the desired level of confidence, typically denoted as α, which corresponds to the probability of making a Type I error.
  • Select the appropriate test statistic: Identify the statistical test relevant to your analysis, such as t-test, chi-square test, or F-test.
  • Input the sample size or degrees of freedom: Depending on the test, provide the sample size or degrees of freedom required for the calculation.
  • Calculate the critical value: Click the calculate button or execute the function, and the critical value will be generated.

Example of Using a Critical Value Calculator:

To illustrate the practical use of a critical value calculator, let’s consider a scenario where a researcher wants to test whether a new drug has a significant effect on reducing blood pressure. They set the significance level at α = 0.05 and perform a t-test on a sample of 50 individuals. Using the critical value calculator, they input the significance level, the test statistic (t), and the sample size. The calculator provides the critical value, which, in this case, may be 1.96.

Importance of Critical Value in Decision Making:

The critical value plays a pivotal role in decision making during hypothesis testing. By comparing the test statistic to the critical value, we can determine whether to accept or reject the null hypothesis. If the test statistic exceeds the critical value, we reject the null hypothesis in favor of the alternative hypothesis, indicating a significant finding. On the other hand, if the test statistic falls below the critical value, we fail to reject the null hypothesis, suggesting insufficient evidence to support the alternative hypothesis.

Factors Influencing Critical Value:

Several factors influence the critical value in hypothesis testing. The sample size affects the critical value, as larger sample sizes tend to have narrower critical regions. Moreover, the significance level chosen has a trade-off with the critical value. A higher significance level leads to a larger critical value, increasing the chances of rejecting the null hypothesis. Additionally, the relationship between the critical value and the test statistic varies depending on the statistical test employed.

Limitations of Critical Value Calculators:

While critical value calculators offer convenience and accuracy, it’s important to be aware of their limitations. These calculators assume specific conditions, such as normality and independence, which may not always hold in real-world scenarios. It is crucial to understand the underlying assumptions and validate their applicability before relying solely on the results generated by a critical value calculator.

Conclusion:

In conclusion, understanding and calculating critical values are essential in hypothesis testing, allowing us to make informed decisions based on statistical evidence. Critical value calculators simplify the process by automating the calculations and providing accurate results. By utilizing these tools, researchers and analysts can save time and ensure the accuracy of their statistical analyses.

Q1: What is the significance of the critical value in hypothesis testing? A1: The critical value helps determine whether to accept or reject the null hypothesis based on the observed test statistic.

Q2: Can I use a critical value calculator for all types of statistical tests? A2: Critical value calculators are designed for specific statistical tests and may not be applicable to all scenarios. Choose a calculator that aligns with your chosen test.

Q3: How does the sample size affect the critical value? A3: Larger sample sizes tend to result in narrower critical regions, leading to smaller critical values.

Q4: Is it necessary to specify the significance level before using a critical value calculator? A4: Yes, the significance level determines the critical value and should be defined beforehand.

Q5: Are critical value calculators always accurate? A5: Critical value calculators provide accurate results based on the assumptions and conditions they consider. However, it is important to validate the applicability of these assumptions in real-world scenarios.

null hypothesis critical value calculator

https://fvaluecalculator.com/

F Value Calculator

No wonder, years ago, mathematicians found that when two samples from a normal population are taken, the scores of the variances of the measurements in each pair always pursue the same proportion.

Not interestingly, mathematicians have discovered that the percentage of sample variability collected in a variety of different ways follows this same distribution, the F-distribution, over the prevailing years. We can use the ratio of variances to conduct hypothesis tests because we know that sampling distributions of the ratio of variances follow a known distribution.

F Critical Value Calculator

It is said that a critical value is a cut-off value, or two cut-off values in the case of a two-tailed test, that defines the rejection regions. In other words, critical values divide your test statistic’s scale into the rejection region and the non-rejection region.

Here’s how the critical value calculator can help you shape one and two-tailed critical values for the foremost commonly used statistical tests.

You can quickly determine the critical values for both two-tailed and one-tailed tests here. It works for the most common statistical distributions: the standard normal distribution N (0, 1), which is when you have a Z-score, T-student, chi-square, or F-distribution.

To calculate critical values, you must first understand the distribution of your test statistic under the assumption that the null hypothesis is true. The critical values are the points on the distribution that have the same possibility as your test statistic and are equal to the significance level. These values are assumed to be as extreme as the critical values.

Consider the critical value to be considered as evidence against the specified null hypothesis. It is a value obtained by a distance function with a probability equal to or greater than the null hypothesis. In an error-probabilistic framework, a proper distance function based on a test statistic has the following generic form:

X (read “X bar”) is the population baseline or control arithmetic means, 0 is the observed mean/treatment group mean, and x is the standard error of the mean.

In particular, if the test is one-sided, there will be only one critical value; if it is two-sided, there will be two: one to the left and one to the right of the distribution’s median value.

When shaping your overall results you must use the F-statistic in conjunction with the p-value. A significant result does not imply that all of your variables are significant. The statistic is simply comparing the combined effect of all the variables.

For example, if you are performing regression analysis with the F-Statistic to determine a change in R Squared, the Coefficient of Determination, you would use the p-value to get the “big picture.”

Choose the F-distribution and enter the degrees to calculate the critical value for the F-statistic which is (n – 1).

Here is we describe that F-distributed errors are common in the analysis of variance, which is widely used in the social sciences. The distribution is also known as positive values, similar to the distribution of X2.

There is no single F-distribution to speak of, as there is with the T distribution. For each pair of degrees of freedom, a different F distribution is defined one for the numerator and one for the denominator.

In order to convert the desired probability to a critical value, the inverse cumulative PDF of the F-distribution specified by the two degrees of freedom must be calculated. There is no easy way to find a critical value of f, and while there are tables, using a calculator is now the preferred method.

When deciding to support or reject the null hypothesis, the F-statistic can be used. No wonder, you’ll see an F-value and an F-critical value in your F-test results.

F Critical Value Calculator

Click here, if you want to use Sig Fig Calculator for free

The value you originate from your statistics is known as the F-value or F-Statistic.

The F-critical value is a specific value to which your F-value is compared.

You can reject the null hypothesis if your calculated F-value in a test is greater than your F-critical value. In an F-Test, however, the statistic is only one measure of significance. You should also think about the p-value. The F-statistic determines the p-value, which is the possibility that your results occurred by chance.

Let’s define the term “F Test”, it refers to any test that employs the F-distribution. Most of the time, when people talk about F-Test, they refer to F-Test in order to compare two different variances.

The F-statistic is used in many different tests, including regression analysis. It is possible to formulate the F-test to see if a sloping linear regression produces a significantly better result than no regression.

Assume there is a table with two critical values, and one of the F-values is at the p = 0.05 level of significance. The p = 0.01 level of significance is the second critical value of F.

Calculate your F-ratio. This has (x, y) points associated with it.

Your critical F-ratio is the point of intersection.

Your result is significant at that level of probability if the value of F you obtained is equal to or greater than this critical F-value.

F Critical Value Calculator

The F-score is also well-known as the F-measure, a measure of a test’s accuracy in binary classification statistical analysis. To compute the F-score, it takes into account both the precision and recall of the test. With the best value of 1 and the worst value of 0, the F-score can be interpreted as a weighted average of precision and recall.

The F-test calculator provides simple answers to questions such as:

What is the significance of an F-test value?

What F-test value is required to obtain a significant result?

In the end, the t-test, at least in the form presented in this text, requires that samples come from populations with equal variables; the F-test for equivalence of variables is sometimes used before the t-test for equality of means. When the stakes are high or the researcher is a little obsessive, it will be used in conjunction with t-tests.

Savvy Calculator

How to Calculate Critical Value

Delving into the world of statistics, understanding how to calculate critical value is pivotal for anyone seeking accurate and reliable results in hypothesis testing. In this comprehensive guide, we will unravel the intricacies of critical values, empowering you to make informed decisions based on sound statistical principles.

Unveiling the Mystery: How to Calculate Critical Value

The significance of critical value.

Critical value, a fundamental concept in statistics, dictates the acceptance or rejection of a null hypothesis. It serves as the threshold for statistical significance, guiding researchers and analysts in drawing meaningful conclusions from their data.

Understanding the Formula

To calculate the critical value, one must consider the significance level (alpha) and the degrees of freedom. The formula varies based on the statistical test employed, whether it be a t-test, z-test, or chi-square test. Familiarizing yourself with these formulas is essential for accurate computations.

Step-by-Step Guide

1. identify the statistical test.

Different tests demand different approaches. Determine whether you’re dealing with a t-test, z-test, or another statistical method to choose the correct critical value table.

2. Set the Significance Level

Establish the alpha level, typically denoted as 0.05 or 0.01. This represents the probability of making a Type I error, and adjusting it allows you to control the sensitivity of your test.

3. Find Degrees of Freedom

Degrees of freedom vary based on the nature of your data and the statistical test. Locate the appropriate row and column in the critical value table to pinpoint the critical value.

4. Critical Value Table

Consulting a critical value table specific to your statistical test is crucial. These tables provide precise values corresponding to different alpha levels and degrees of freedom.

Advantages of Mastering Critical Value Calculation

Understanding how to calculate critical value bestows several advantages. It enhances the credibility of your research, ensures accurate hypothesis testing, and enables you to make data-driven decisions with confidence.

Navigating Challenges: Common Pitfalls in Critical Value Calculation

Misinterpretation of alpha.

Failing to grasp the significance of the alpha level can lead to misguided conclusions. A thorough understanding of its role is paramount for precise critical value determination.

Inadequate Knowledge of Degrees of Freedom

Degrees of freedom vary across statistical tests, and miscalculating them can result in erroneous critical values. Take time to familiarize yourself with the specific requirements of your chosen test.

How to Calculate Critical Value: FAQs

Q: Can critical values be negative? Critical values are inherently positive. They represent the thresholds beyond which you reject the null hypothesis, emphasizing the positive nature of these values in hypothesis testing.

Q: How does the critical value relate to p-value? While critical values and p-values are interconnected, they serve distinct roles. Critical values determine the threshold for rejection, whereas p-values indicate the probability of observing results as extreme as the ones obtained.

Q: Is there a universal critical value table? No, critical value tables vary depending on the statistical test and the degrees of freedom. It’s crucial to use a table specific to your chosen method.

Q: Can critical values change based on sample size? Critical values are influenced by the sample size, particularly in t-tests. As sample size increases, critical values tend to approach those of a standard normal distribution.

Q: Are critical values constant across different significance levels? No, critical values change with the chosen significance level. Higher significance levels result in more conservative critical values, influencing the outcome of hypothesis testing.

Q: How frequently should critical values be recalibrated? Critical values should be recalibrated whenever there are changes in the study design, sample size, or chosen significance level. Regular recalibration ensures the accuracy of hypothesis testing.

Navigating the realm of statistics becomes more manageable when armed with the knowledge of how to calculate critical value. This guide has equipped you with a comprehensive understanding of critical values, from their significance to practical applications. Mastering this skill enhances the rigor of your statistical analyses, fostering a data-driven approach to decision-making.

Leave a Comment Cancel reply

Save my name, email, and website in this browser for the next time I comment.

Critical Value Calculators

Critical values are crucial in the hypothesis testing process, because they determine threshold points that indicate whether or not the null hypothesis should be rejected.

In our site you will find critical value calculators for the most common distributions, including critical z-scores, critical t-scores, as well as critical values for the F-distribution and the Chi-Square distributions.

These are the critical value calculators that we have available for you. Check the list below:

Critical Chi-Square Values

Critical Chi-Square Values

Critical Correlation Calculator

Critical Correlation Calculator

Critical F-Values Calculator

Critical F-Values Calculator

Critical T-values

Critical T-values

Critical Z-Values

Critical Z-Values

Related posts:.

Free Math Help Resources

In case you have any suggestion, or if you would like to report a broken solver/calculator, please do not hesitate to contact us .

log in to your account

Reset password.

IMAGES

  1. Critical Value

    null hypothesis critical value calculator

  2. Two tailed hypothesis test calculator using p value

    null hypothesis critical value calculator

  3. Hypothesis Test For Population Proportion Using P

    null hypothesis critical value calculator

  4. Null and alternative hypothesis test calculator

    null hypothesis critical value calculator

  5. Solved 1.whats correct setup of the null hypothesis 2.what

    null hypothesis critical value calculator

  6. an μ. The null hypothesis for the test is H0 hat the

    null hypothesis critical value calculator

VIDEO

  1. Null Hypothesis, Alternative Hypothesis, Test Stat, P Value, given n and x Math 160 Stats Final 14A

  2. Tutorial for Finding the Critical Value(s) in a Z Test

  3. Hypothesis Testing

  4. study material/Bsc/Ba/ statistical inference/ null hypothesis/critical region

  5. Hypothesis Testing Soved Example

  6. Hypothesis Testing Critical Value Method

COMMENTS

  1. Critical Value Calculator

    The critical value calculator will display your critical value(s) and the rejection region(s). For example, let's envision a scenario where you are conducting a one-tailed hypothesis test using a t-Student distribution with 15 degrees of freedom. You have opted for a right-tailed test and set a significance level (α) of 0.05.

  2. Critical Value Calculator

    Z, T, Chi-Square, and F critical values and regions. Easy to use critical value calculator for converting a probability value (alpha threshold, a.k.a. significance level) to a Z value, T value, Chi-Square value, or F value using the inverse cumulative probability density function (inverse cumulative PDF) of the respective distribution. Calculate the score corresponding to a given significance ...

  3. Hypothesis Testing Calculator with Steps

    The easy-to-use hypothesis testing calculator gives you step-by-step solutions to the test statistic, p-value, critical value and more. ... reject the null hypothesis. In an upper tail test, if the test statistic is greater than or equal to the critical value, reject the null hypothesis. In a two-tailed test, if the test statistic is less than ...

  4. Critical value calculator

    The critical value is the point on a test statistic distribution where it is decided whether to reject or not to reject the null hypothesis. The critical value formula depends on the kind of test being run and the level of significance (alpha) picked. For Example, the critical value formula for a two-tailed z-test with a normal distribution is:

  5. Critical values calculator : Calculate T, Z, χ2, F and r

    Step 2 : Calculate the Critical Probability: For a left-tail test: Use the significance level. For a right-tail test: Subtract the significance level from 1. For two-tailed tests: Use both the above probabilities. Step 3 : Locate the Critical Value: Use a Z table to find the Z-score corresponding to the calculated probability.

  6. Critical Value Calculator

    A critical value is a point on the t-distribution that is compared to the test statistic to determine whether to reject the null hypothesis in hypothesis testing. If the absolute value of the test statistic is greater than the critical value, statistical significance can be declared as well as the null hypothesis can be rejected.

  7. Critical Value Calculator

    The F statistic is a test statistic calculated from the data, while the F critical value represents the threshold for rejecting the null hypothesis. The F critical value is obtained from F distribution tables or an F critical value calculator based on the numerator and denominator degrees of freedom and the significance level (alpha). If the F ...

  8. Critical Value Calculator

    Use critical value calculator to calculate the critical values for the T, Z, Chi-Square, and F distributions. ... Generally, if a test value falls into a rejection rejoin, then it means that an accepted hypothesis (represent as a null hypothesis) should be rejected. Left-tailed: Q (α) Right-tailed: Q (1 - α) Two-tailed: Q (α/2)] ∪ Q (1 - α/2)

  9. Free Critical Value Calculator

    The critical value is the point at which a statistical test will reject the null hypothesis, and is determined by the level of significance and the degrees of freedom. The calculator can be used to determine the critical value for a variety of statistical tests, such as the t-test, chi-square test, and F-test.

  10. Critical Value: Definition, Finding & Calculator

    Critical Value: Definition, Finding & Calculator

  11. Hypothesis Test Calculator

    Calculation Example: There are six steps you would follow in hypothesis testing: Formulate the null and alternative hypotheses in three different ways: H 0: θ = θ 0 v e r s u s H 1: θ ≠ θ 0. H 0: θ ≤ θ 0 v e r s u s H 1: θ> θ 0. H 0: θ ≥ θ 0 v e r s u s H 1: θ <θ 0.

  12. Critical Value Calculator

    Critical value calculator helps to find critical values for the normal distribution. It is used to calculate z, chi-square, f and t critical value. Calculators.tech. Calculator Type ... The rejection or acceptance of null hypothesis depends on the region in which the value falls. The rejection region is defined as one of the two sections that ...

  13. Critical Value Calculator

    This critical values calculator is designed to accept your p-value (willingness to accept an incorrect hypothesis) and degrees of freedom. The degrees of freedom for a t-distribution can be derived from the sample size - just subtract one. (degrees of freedom = sample size - 1). You can use this as a critical value calculator with sample size.

  14. Z Critical Value Calculator

    This critical value calculator generates the critical values for a standard normal distribution for a given confidence level. ... The alpha value reflects the probability of incorrectly rejecting the null hypothesis. The Z critical value is consistent for a given significance level regardless of sample size and numerator degrees. Common ...

  15. Critical Value Calculator

    A: Critical values may vary with sample size, especially in the case of t-distributions. Conclusion: The Critical Value Calculator is a valuable resource for researchers conducting hypothesis tests. By providing a quick and easy way to calculate critical values, this tool enhances the efficiency and accuracy of statistical analyses ...

  16. Z Critical Value Calculator

    Given these implications, critical values do not fall within the range of common data points. Which is why when a test statistic exceeds the critical value, a null hypothesis is forfeited. Take note: Critical values may look for a two-tailed test or one-tailed test (right-tailed or left-tailed). Depending on the data, statisticians determine ...

  17. p-value Calculator

    If p-value ≤ α, then you reject the null hypothesis and accept the alternative hypothesis; and; If p-value ≥ α, then you don't have enough evidence to reject the null hypothesis. Obviously, the fate of the null hypothesis depends on α. For instance, if the p-value was 0.03, we would reject the null hypothesis at a significance level of 0 ...

  18. t-test Calculator

    These next steps will tell you how to calculate the p-value from t-test or its critical values, and then which decision to make about the null hypothesis. Decide on the alternative hypothesis : Use a two-tailed t-test if you only care whether the population's mean (or, in the case of two populations, the difference between the populations ...

  19. Critical Value Calculator

    A critical value calculator is a useful tool that automates the process of determining critical values for different statistical tests. It eliminates the need for manual calculations, saving time and reducing the chances of errors. ... If the test statistic exceeds the critical value, we reject the null hypothesis in favor of the alternative ...

  20. F Critical Value Calculator

    The value you originate from your statistics is known as the F-value or F-Statistic. The F-critical value is a specific value to which your F-value is compared. You can reject the null hypothesis if your calculated F-value in a test is greater than your F-critical value. In an F-Test, however, the statistic is only one measure of significance.

  21. How to Calculate Critical Value

    1. Identify the Statistical Test. Different tests demand different approaches. Determine whether you're dealing with a t-test, z-test, or another statistical method to choose the correct critical value table. 2. Set the Significance Level. Establish the alpha level, typically denoted as 0.05 or 0.01.

  22. 8.1: The null and alternative hypotheses

    With \(df\) in hand, the value of the test statistic is compared to the critical value for our null hypothesis. If the test statistic is smaller than the critical value, we fail to reject the null hypothesis. If, however, the test statistic is greater than the critical value, then we provisionally reject the null hypothesis.

  23. Critical Value Calculators

    Critical values are crucial in the hypothesis testing process, because they determine threshold points that indicate whether or not the null hypothesis should be rejected. In our site you will find critical value calculators for the most common distributions, including critical z-scores, critical t-scores, as well as critical values for the F-distribution and the Chi-Square...

  24. Decision Rule Calculator

    Decision Rule Calculator. In hypothesis testing, we want to know whether we should reject or fail to reject some statistical hypothesis. To make this decision, we compare the p-value of the test statistic to a significance level we have chosen to use for the test. If the p-value is less than the significance level, we reject the null hypothesis.