MCPcopy Create free account
hub / github.com/microsoft/SandDance / Quantile

Function Quantile

docs/app/js/sanddance-app.js:118282–118284  ·  view source on GitHub ↗

* Generates sample quantile values from an input data stream. * @constructor * @param {object} params - The parameters for this operator. * @param {function(object): *} params.field - An accessor for the data field * over which to calculate quantile values. * @param {Array<function(object): *

(params)

Source from the content-addressed store, hash-verified

118280 * 1 (exclusive) will be sampled. This parameter is only used if the
118281 * *quantiles* parameter is not provided.
118282 */ function Quantile(params) {
118283 (0, _vegaDataflow.Transform).call(this, null, params);
118284}
118285Quantile.Definition = {
118286 "type": "Quantile",
118287 "metadata": {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected