joshday / AverageShiftedHistograms.jl

⚡ Lightning fast density estimation in Julia ⚡
https://joshday.github.io/AverageShiftedHistograms.jl/latest/
Other
73 stars 10 forks source link

Pass number of bins as an argument #34

Closed theogf closed 3 years ago

theogf commented 3 years ago

Right now only a range can be passed, it would be cool to be able to pass a nbins keyword argument and take advantage of extendrange implicitly.

joshday commented 3 years ago

That seems a pretty reasonable request. Added on master: