Slide 5
Slide 5 text
QUANTILE PLOTS
HOW TO MAKE A QUANTILE PLOT
▸ Pick a distribution for your
data or use N(0, 1)
▸ Use the plotting positions
from the percentile plot to
compute the quantiles with
the distribution’s percent-
point function (inverse of
the CDF)
▸ Linearity of a quantile plot
is a suggests that your data
might fit that distribution
scipy.stats.norm.ppf(positions)
[ -1.65285363, -1.12098304, -0.79566030,
-0.53859848, -0.31323996, -0.10291203,
0.10291203, 0.31323996, 0.53859848,
0.79566030, 1.12098304, 1.65285363]