Degrees of Freedom Calculator

Dominik Czernia

Physicist at the Institute of Nuclear Physics in Kraków interested in magnetism and always ready to explain everything to everyone in simple terms. He is currently working on adding more scientific papers to his collection, accompanied by his son and another baby on its way. A perfectionist with an acute eye for detail, he has a unit converter in his brain and uses it to compare prices at the supermarket. Loves peace and quiet, especially during hiking. See full profile

and Jack Bowater

Portrait of the calculator author

238 people find this calculator helpful

Table of contents

This degrees of freedom calculator will help you determine this crucial variable for one-sample and two-sample t-tests, chi-square tests, and ANOVA. Read the text to find out:

What are degrees of freedom? Definition

Let's start with a definition of degrees of freedom:

Degrees of freedom indicates the number of independent pieces of information used to calculate a statistic; in other words – they are the number of values that are able to be changed in a data set.

That may sound too theoretical, so let's take a look at an example:

Imagine we have two numbers: x , y , and the mean of those numbers: m . In this data set of three variables, how many degrees of freedom do we have? The answer is 2. Why? Because 2 is the number of values that can change. If you choose the values of any two variables, the third one is already determined. Look:

Any time you assign some two values, the third has no "freedom to change". Hence, there are two degrees of freedom in our scenario.

Now that we know what degrees of freedom are, let's learn how to find df.

How to find degrees of freedom – formulas

The formula for degrees of freedom depends on the type of statistical test you're performing. Below, you'll see equations for the most popular ones:

  1. 1-sample t-test: df = N − 1 \textrm = N - 1 df = N − 1 where:
  2. 2-sample t-test (samples with equal variances): df = N 1 + N 2 − 2 \textrm = N_1 + N_2 - 2 df = N 1 ​ + N 2 ​ − 2 where:
  3. 2-sample t-test with unequal variances (Welch’s t-test): In this case, we calculate an approximation of the degrees of freedom:

df = ( Var 1 N 1 + Var 2 N 2 ) 2 Var 1 2 N 1 2 ( N 1 − 1 ) + Var 2 2 N 2 2 ( N 2 − 1 ) \qquad \textrm = \frac<\left(\frac_1>+ \frac_2>\right)^2><\frac_1^2>+\frac_2^2>> df = N 1 2 ​ ( N 1 ​ − 1 ) Var 1 2 ​ ​ + N 2 2 ​ ( N 2 ​ − 1 ) Var 2 2 ​ ​ ( N 1 ​ Var 1 ​ ​ + N 2 ​ Var 2 ​ ​ ) 2 ​

where V a r \rm Var Var – Variance.

✅ As you can see, the number of values in samples heavily influences the number of degrees of freedom. Learn more with our sample size calculator. Or, if you just wish to perform a t-test quickly and without worrying about df, use Omni's t-test calculator – it will take care of everything!

  1. ANOVA:
  2. Chi-squared test of independence df = ( rows − 1 ) × ( columns − 1 ) \textrm = (\textrm - 1) \times (\textrm - 1) df = ( rows − 1 ) × ( columns − 1 )

You can discover more about computing χ² with our dedicated chi squared calculator.

If you're wondering how to find d f \rm df df quickly – use our degrees of freedom calculator. It includes all of the above formulas.

Degrees of freedom calculator

This is how to use the df calculator:

  1. Choose the statistical test you're using.
  2. Enter the variables which will appear in the rows below, e.g. the sample size.
  3. You'll find the result in the last box of the df calculator.

How to calculate degrees of freedom for t-test?

To calculate degrees of freedom of a 1-sample t-test:

  1. Determine the size of your sample (N).
  2. Subtract 1.
  3. The result is the number of degrees of freedom.

How to calculate degrees of freedom for chi-square?

To calculate degrees of freedom for the chi-square test, use the following formula:

df = (rows − 1) × (columns − 1)

  1. Count the number of rows in the chi-square table and subtract one.
  2. Count the number of columns and subtract one.
  3. Multiply the number from step 1 by the number from step 2.

How to calculate degrees of freedom for two-sample t-test?

To calculate degrees of freedom for two-sample t-test, use the following formula:

df = N₁ + N₂ − 2

  1. Determine the sizes of your two samples.
  2. Add them up.
  3. Add -2 to the result from the previous step.

How to calculate degrees of freedom for ANOVA?

To calculate degrees of freedom for ANOVA:

  1. Subtract 1 from the number of groups to find degrees of freedom between groups.
  2. Subtract the number of groups from the total number of subjects to find degrees of freedom within groups.
  3. Subtract 1 from the total number of subjects (values) to find total degrees of freedom.

Can degrees of freedom be 0?

Yes, theoretically degrees of freedom can equal 0. It would mean there's one piece of data with no "freedom" to vary and no unknown variables. However, in practice, you shouldn't have 0 degrees of freedom when performing statistical tests.