qqplot

qqplot(x::AbstractVector{AbstractFloat}, y::AbstractVector{AbstractFloat}; kwargs...)

The qqplot function compares the quantiles of two distributions.

Examples:

qqplot(randn(100), randn(100), show=true)

qqplot(randn(100), show=true)