Bivariate Example
using AverageShiftedHistograms, Plots
x = randn(10_000)
y = x + randn(10_000)
o = ash(x, y)
plot(o)
using AverageShiftedHistograms, Plots
x = randn(10_000)
y = x + randn(10_000)
o = ash(x, y)
plot(o)
Settings
This document was generated with Documenter.jl version 0.27.22 on Thursday 28 July 2022. Using Julia version 1.7.3.