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 0.27.22 on Thursday 28 July 2022. Using Julia version 1.7.3.