stat: "quantile"

Estimate conditional quantiles of y given x. Publishes y at each requested probability; default for geom_quantile.

Usage

import { GGPlot, GeomQuantile } from "@ggsvelte/svelte";

<GGPlot data={rows} aes={{ x: "x", y: "y" }}>
  <GeomQuantile stat="quantile" />
</GGPlot>
{
  "geom": "quantile",
  "stat": "quantile"
}

Generated columns (after_stat)

Resolve these with channel objects such as { stat: "y" } in aes.

  • y

Default for geoms

Compatible geoms

Examples

← All stats · Geoms · Statistics and positions