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
| Parameter | Type |
|---|---|
plot | Plot |
opts | EcdfOptions |