WLJS LogoWLJS Notebook

SmoothDensityHistogram

SmoothDensityHistogram[{{x1, y1}, {x2, y2}, ...}] plots a smooth kernel histogram of the values {xi, yi}.

  • SmoothDensityHistogram[{{x1, y1}, {x2, y2}, ...}, espec] plots a smooth kernel histogram with estimator specification espec.
  • SmoothDensityHistogram[{{x1, y1}, {x2, y2}, ...}, espec, dfun] plots the distribution function dfun.

Examples

SmoothDensityHistogram[RandomReal[1, {100, 2}]]
SmoothDensityHistogram[RandomVariate[BinormalDistribution[0.5], 500]]

Please visit the official Wolfram Language Reference for more details.

On this page