For an n-tile of a data set with elements, the i-th n-tile is defined as:
Where:
- : left bound of range containing
- : sum of previous ranges (excluding current)
The idea is to perform interpolation on the range containing the n-tile.
For an n-tile of a data set with elements, the i-th n-tile is defined as:
Where:
The idea is to perform interpolation on the range containing the n-tile.