Q-Q Plot Generator

Paste your data and generate an interactive Q-Q plot to check normality or compare against uniform/exponential distributions. Shows line of best fit, correlation, and the ordered sample vs theoretical quantiles table.

Full original guide (expanded)

Q-Q Plot Generator

Check normality (and more) in seconds. Paste your data, pick the distribution, and see the Q-Q plot with a reference line.

1. Paste your data

Use comma, space or new line separated values. Example: 12, 10.5, 9, 13, 14.2 ...

2. Choose distribution & options

Normal is the most common for normality tests.

3. Q-Q plot

4. Sample vs Theoretical Quantiles

# Ordered sample Theoretical quantile Difference

How this Q-Q plot generator works

This tool sorts your sample into order statistics \(x_{(1)}, \dots, x_{(n)}\) and pairs each one with a corresponding theoretical quantile from the chosen distribution. For the normal distribution, we first estimate the sample mean \(\hat{\mu}\) and standard deviation \(\hat{\sigma}\), then transform standard normal quantiles to match.

Formula for the hyperbolic plotting positions

We use the popular rule:

p_i = (i - 0.5) / n,   i = 1, 2, ..., n

Then the theoretical quantile is \(q_i = F^{-1}(p_i)\), where \(F^{-1}\) is the inverse CDF of the selected distribution:

  • Normal: \(q_i = \hat{\mu} + \hat{\sigma} \Phi^{-1}(p_i)\)
  • Uniform(0,1): \(q_i = p_i\)
  • Exponential(1): \(q_i = -\ln(1 - p_i)\)

Interpretation tips

  • Points ~ straight line → good fit.
  • Concave up/down → skewness.
  • Ends deviating → heavy or light tails than expected.

Audit: Complete
Formula (LaTeX) + variables + units
This section shows the formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[','\\]
','\
Formula (extracted text)
p_i = (i - 0.5) / n, i = 1, 2, ..., n
Variables and units
  • No variables provided in audit spec.
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
Formulas

(Formulas preserved from original page content, if present.)

Version 0.1.0-draft
Citations

Add authoritative sources relevant to this calculator (standards bodies, manuals, official docs).

Changelog
  • 0.1.0-draft — 2026-01-19: Initial draft (review required).