UncertainData.jl
UncertainData.jl copied to clipboard
Sorting an UncertainDataset
Sort uncertain points according to the median of their distribution.
This should probably be done by having a method sort(d::AbstractUncertainDataset, method::Function = StatsBase.mean)
, which would sort the dataset according to the mean of each uncertain value furnishing it. This way, the user can also opt in with other criteria to sort after.