See documentation for make_quantiles_from_counts()
for details.
Usage
then_quantiles_from_counts(
lhs,
bin_edges,
alphas,
interpolation = "linear",
.TA = NULL,
.F = "float"
)
Arguments
- lhs
The prior transformation or metric space.
- bin_edges
The edges that the input data was binned into before counting.
- alphas
Return all specified
alpha
-quantiles.- interpolation
Must be one of
linear
ornearest
- .TA
Atomic Type of the bin edges and data.
- .F
Float type of the alpha argument. One of
f32
orf64