FunctionsStatistical
percentile_cont
Computes a continuous percentile from batch values with linear interpolation and writes the computed percentile to every output row.
percentile_cont(…) → Float64Kind · scalar · aggregate
scalar — Computes a continuous percentile from batch values with linear interpolation and writes the computed percentile to every output row.
aggregate — Computes percentile using linear interpolation between neighboring sorted values.
Part of the Statistical family.