Loading…

The Chi Square Distribution

Statistics • Chi Square Tests

View all topics

The chi-square distribution (χ²) depends on the degrees of freedom (df) and takes only nonnegative values. Use this calculator to move between areas (probabilities) and χ² values.

df must be an integer ≥ 1.

You can switch tails; the visualization updates to match.

Enter a probability between 0 and 1 (exclusive). Example: 0.10.

Higher precision uses more iterations.

Ready
χ² model visualization
0 χ²
The shaded area updates after calculation.

Quick notes

  • χ² values are always ≥ 0.
  • The curve is right-skewed for small df and becomes more symmetric as df increases.
  • Right-tail areas are common when finding critical values for hypothesis tests.
Key relationships
\[ \begin{aligned} \text{Left area} &= P(\chi^2 \le x) \\ \text{Right area} &= P(\chi^2 \ge x) = 1 - P(\chi^2 \le x) \end{aligned} \]
Enter values and click Calculate.
Batch mode: paste CSV data (compute many rows at once)

Paste rows as CSV (comma-separated). Header is optional. Supported columns: task (crit/area/between), df, tail (right/left), and depending on task: area (for crit), x (for area), a, b (for between).

Rate this calculator

0.0 /5 (0 ratings)
Be the first to rate.
Your rating
You can update your rating any time.

Frequently Asked Questions

What is the chi-square distribution used for in statistics?

The chi-square distribution models sums of squared standard normal variables and depends on degrees of freedom. It is commonly used in chi-square tests (goodness of fit, independence, homogeneity) and for inference about a population variance.

What does degrees of freedom mean for a chi-square distribution?

Degrees of freedom (df) controls the shape of the chi-square curve. Small df produces a strongly right-skewed distribution, and the curve becomes more symmetric as df increases.

How do left-tail and right-tail areas relate for chi-square probabilities?

For a fixed df and value x, the left-tail area is P(chi-square <= x) and the right-tail area is P(chi-square >= x). They satisfy right tail = 1 - left tail.

What is a chi-square critical value?

A chi-square critical value is the cutoff x that leaves a specified tail area under the chi-square curve for a given df. It is often used as a decision threshold in hypothesis tests.

How is the probability between two chi-square values computed?

The probability between a and b is P(a <= chi-square <= b), which equals the difference between the left-tail areas at b and at a for the same df. The calculator reports this using your selected inputs.