Observable PlotStatistical

Q-Q Plot

Quantile-quantile plot for comparing distributions or checking normality.

Preview placeholder

qq-plot-v1

Installation

Terminal
npx @ontopic/viz add plot/generic/qq-plot-v1

Props

PropTypeDescription
datanumber[]Sample data to check
reference'normal' | number[]Reference distribution

See full TypeScript interface on GitHub for all props.

Usage Example

TypeScript
import { QQPlot } from '@/viz/components/plot/generic/qq-plot-v1';