Skip to content

Function: addEcdf()

ts
function addEcdf(plot, opts): LineLayer;

Defined in: stats/charts.ts:95

The empirical CDF as a step line: the most honest way to compare two distributions, since it involves no binning choice at all.

Parameters

ParameterType
plotPlot
optsEcdfOptions

Returns

LineLayer

MIT licensed. WebGL2 required.