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

Sorting an UncertainDataset

Open kahaaga opened this issue 6 years ago • 1 comments

Sort uncertain points according to the median of their distribution.

kahaaga avatar Dec 05 '18 11:12 kahaaga

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.

kahaaga avatar Sep 22 '19 02:09 kahaaga