2 resultados para Achim-Uesen

em Deakin Research Online - Australia


Relevância:

10.00% 10.00%

Publicador:

Resumo:

We present two methods of calculating trimmed means without sorting the data in O(n) time. The existing method implemented in major statistical packages relies on sorting, which takes O(n log n) time. The proposed algorithm is based on the quickselect algorithm for calculating order statistics with O(n) expected running time. It is an order of magnitude faster than the existing method for large data sets.