Similar to quantile, but expects the input to be a sorted array of values.
In contrast with quantile, the accessor is only called on the elements needed to compute the quantile.
quantileSorted<T>(array, p, accessor): number | undefined
Similar to quantile, but expects the input to be a sorted array of values.
In contrast with quantile, the accessor is only called on the elements needed to compute the quantile.
Similar to quantile, but expects the input to be a sorted array of values. In contrast with quantile, the accessor is only called on the elements needed to compute the quantile.