I am trying to make QQ-Plots in Julia, but the only solution I could find is this old example using Gadfly. Given that it's being deprecated, I wanted to know if anyone knew of a solution for making the QQ-plots in Plots.jl. Maybe there's a stats recipe for QQ-plots around? Or how would you make such a series recipe?
The problem can be boiled down to this: Given two arrays representing samples of distributions, how does transform this into the quantile-quantile information which is used in a qq-plot?