Skip to content

Quantile

Generated from the engine's own definition: compute-engine's symbol, which we neither extend nor document by hand. No examples yet — the crosswalk is the reason it has a page.

Quantile (inverse CDF): the least x with CDF(x) ≥ p, for p in [0, 1]. The first argument may also be a data collection, in which case the empirical quantile is returned.

Quantile(collection<any> | distribution, real<0..1>) -> nan | real | signed_infinityas compute-engine declares it

Domain: Compute engine