#46 closed defect (fixed)
median functions should be coherent
Reported by: | Peter | Owned by: | Peter |
---|---|---|---|
Priority: | minor | Milestone: | yat 0.3 (Public release) |
Component: | statistics | Version: | |
Keywords: | Cc: |
Description
make the functions coherent. the interface of the stl version should be the same as for gslapi::vector
stl vector does not need a full sort, use nth_element for faster performance
Change History (2)
comment:1 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 16 years ago by
Milestone: | later → 0.3 (Public release) |
---|
Note: See
TracTickets for help on using
tickets.
Still use full sort since we in case of an even number of data points interpolate between the two values.