WLJS LogoWLJS Notebook

QuantilePlot

QuantilePlot[list] generates a plot of quantiles of list against the quantiles of a normal distribution.

Examples

Q-Q plot against normal:

data = RandomVariate[NormalDistribution[], 100];
QuantilePlot[data]

Compare to specific distribution:

QuantilePlot[data, ExponentialDistribution[1]]

Please visit the official Wolfram Language Reference for more details.

On this page