Sample-based median calculation

333 Views Asked by At

Is there any technique to find the median of a large data set using sampling (or maybe randomized algorithms)?

1

There are 1 best solutions below

3
On

Of course you can't find the median exactly without examining all the data, but you could use the sample median as an estimator of the population median.