¡@

Home 

c++ Programming Glossary: endi

Fast Algorithm for computing percentiles to remove outliers

http://stackoverflow.com/questions/3779763/fast-algorithm-for-computing-percentiles-to-remove-outliers

static double QuickSelect double list int k int startI int endI while true Assume startI k endI int pivotI startI endI 2 arbitrary.. list int k int startI int endI while true Assume startI k endI int pivotI startI endI 2 arbitrary but good if sorted int splitI.. int endI while true Assume startI k endI int pivotI startI endI 2 arbitrary but good if sorted int splitI partition list startI..