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 1.1.2 on Wednesday 1 November 2023. Using Julia version 1.9.3.