Hacker News new | ask | show | jobs
by tantalor 48 days ago
> use that extra information to perform MUCH better

Do you mean using a better estimator for the median value? Or something else?

1 comments

Say, if you know the function is a polynomial of degree N, with N+1 datapoints you can find it – e.g. with Lagrange's polynomial, although the finite precision of computer numbers might make that more complex.