UncertainData.jl icon indicating copy to clipboard operation
UncertainData.jl copied to clipboard

Don't generate unnecessary points when binning

Open kahaaga opened this issue 5 years ago • 0 comments

bin(x::AbstractUncertainIndexValueDataset, binning::AbstractBinnedUncertainValueResampling currently resamples all values in x. It is only necessary to resample elements of x whose indices have supports that overlap with the grid in binning.

kahaaga avatar Nov 18 '19 23:11 kahaaga