Univariate Example
using AverageShiftedHistograms, Plots
y = randn(100_000)
o = ash(y; rng = -5:.2:5)
xy(o) # return (rng, density)
plot(plot(o), plot(o; hist=false), layout=(2,1))
using AverageShiftedHistograms, Plots
y = randn(100_000)
o = ash(y; rng = -5:.2:5)
xy(o) # return (rng, density)
plot(plot(o), plot(o; hist=false), layout=(2,1))
Settings
This document was generated with Documenter.jl version 1.1.2 on Wednesday 1 November 2023. Using Julia version 1.9.3.