Calculate the quantiles of values mapped with fun. The elements of values are passed to fun before calculating the quantiles. This removes the necessity of creating a proxy range.
All quantiles are undefined if values is empty.
Range of quantiles. The returned range isRandomAccessRange, hasSlicing and has the same length as ps.
See Implementation
Calculate the quantiles of values mapped with fun. The elements of values are passed to fun before calculating the quantiles. This removes the necessity of creating a proxy range.
All quantiles are undefined if values is empty.