Opened 17 years ago

Closed 17 years ago

Last modified 16 years ago

#44 closed defect (fixed)

templates for median and percentile should not sort but rather require sorted objects.

Reported by: Jari Häkkinen Owned by: Peter
Priority: minor Milestone: yat 0.3 (Public release)
Component: statistics Version: trunk
Keywords: Cc:

Description


Change History (2)

comment:1 Changed 17 years ago by Peter

Resolution: fixed
Status: newclosed

functions do not require sorted vectors, but there is an option to tell the function that the vector already is sorted. Functions are now const, which means there is a copy inside the function if the sorted flag is not set to true.

comment:2 Changed 16 years ago by Jari Häkkinen

Milestone: later0.3 (Public release)
Note: See TracTickets for help on using tickets.