Mobileye interview question

Write a function that return the percentile .

Interview Answer

Anonymous

10 Oct 2018

Given percentile you want, run over data, create normalized cumulative histogram and pick the bin which fits.